Instructions to use InriaValda/cc_math_roberta_ep01_definiendum with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use InriaValda/cc_math_roberta_ep01_definiendum with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="InriaValda/cc_math_roberta_ep01_definiendum")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("InriaValda/cc_math_roberta_ep01_definiendum") model = AutoModelForTokenClassification.from_pretrained("InriaValda/cc_math_roberta_ep01_definiendum") - Notebooks
- Google Colab
- Kaggle
Commit History
Update README.md 7f46d69
Update README.md 3fc3eea
Create README.md 5a44ce3
add fine-tuned cc_math_roberta_ep01 for definiendum extraction a168f31
Shufan JIANG commited on