Instructions to use InriaValda/cc_math_roberta_ep10_definiendum with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use InriaValda/cc_math_roberta_ep10_definiendum with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="InriaValda/cc_math_roberta_ep10_definiendum")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("InriaValda/cc_math_roberta_ep10_definiendum") model = AutoModelForTokenClassification.from_pretrained("InriaValda/cc_math_roberta_ep10_definiendum") - Notebooks
- Google Colab
- Kaggle
Commit History
Update README.md 722406f
Update README.md a835398
Update README.md 835e3b5
Create README.md b4492f4
add fine-tuned cc_math_roberta_ep10 for definiendum extraction 0be6fff
Shufan JIANG commited on