Instructions to use GEODE/camembert-base-edda-span-classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use GEODE/camembert-base-edda-span-classification with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="GEODE/camembert-base-edda-span-classification")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("GEODE/camembert-base-edda-span-classification") model = AutoModelForTokenClassification.from_pretrained("GEODE/camembert-base-edda-span-classification") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 70113e9e99a71d0d4d87fad7e7d8b9dd940c0c5424b7d047eb84cee9687a728d
- Size of remote file:
- 5.24 kB
- SHA256:
- 542e157549702c93123be52927ad1c769d0bbb5ef81787370b0377dfbe7776b6
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.