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