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") - Notebooks
- Google Colab
- Kaggle
File size: 135 Bytes
daeed54 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:634b318884f8b6934c3d16a4cf1acf2a30ee32b661341b59be729365ca780d45
size 1421611309
|