Instructions to use intelcomp/nace2_level1_42 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use intelcomp/nace2_level1_42 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="intelcomp/nace2_level1_42")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("intelcomp/nace2_level1_42") model = AutoModelForSequenceClassification.from_pretrained("intelcomp/nace2_level1_42", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
daeed54 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:3e29be6c16f421407d80ba77f94e95f9e2710e715b9e56f70d2f57544f489847
size 2479
|