Text Classification
Transformers
PyTorch
xlm-roberta
Generated from Trainer
text-embeddings-inference
Instructions to use dipteshkanojia/hing-roberta-NCM-run-2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use dipteshkanojia/hing-roberta-NCM-run-2 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="dipteshkanojia/hing-roberta-NCM-run-2")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("dipteshkanojia/hing-roberta-NCM-run-2") model = AutoModelForSequenceClassification.from_pretrained("dipteshkanojia/hing-roberta-NCM-run-2") - Notebooks
- Google Colab
- Kaggle
Commit ·
4e02152
1
Parent(s): ffbc90d
Librarian Bot: Add base_model information to model (#1)
Browse files- Librarian Bot: Add base_model information to model (447c365102cf42d405f2bd0d71df6c9b5c7a1bb8)
Co-authored-by: Librarian Bot (Bot) <librarian-bot@users.noreply.huggingface.co>
README.md
CHANGED
|
@@ -7,6 +7,7 @@ metrics:
|
|
| 7 |
- precision
|
| 8 |
- recall
|
| 9 |
- f1
|
|
|
|
| 10 |
model-index:
|
| 11 |
- name: hing-roberta-NCM-run-2
|
| 12 |
results: []
|
|
|
|
| 7 |
- precision
|
| 8 |
- recall
|
| 9 |
- f1
|
| 10 |
+
base_model: l3cube-pune/hing-roberta
|
| 11 |
model-index:
|
| 12 |
- name: hing-roberta-NCM-run-2
|
| 13 |
results: []
|