Instructions to use ModelsLab/punctuate-indic-v1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ModelsLab/punctuate-indic-v1 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="ModelsLab/punctuate-indic-v1")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("ModelsLab/punctuate-indic-v1") model = AutoModelForTokenClassification.from_pretrained("ModelsLab/punctuate-indic-v1") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -31,8 +31,8 @@ This is based on [Kredor's work](https://huggingface.co/kredor/punctuate-all). B
|
|
| 31 |
: 0.94 0.96 0.95 262314
|
| 32 |
|
| 33 |
accuracy 0.97 21014217
|
| 34 |
-
|
| 35 |
-
weighted avg 0.97 0.97 0.97 21014217
|
| 36 |
|
| 37 |
|
| 38 |
----- confusion matrix -----
|
|
|
|
| 31 |
: 0.94 0.96 0.95 262314
|
| 32 |
|
| 33 |
accuracy 0.97 21014217
|
| 34 |
+
macro avg 0.93 0.92 0.93 21014217
|
| 35 |
+
weighted avg 0.97 0.97 0.97 21014217
|
| 36 |
|
| 37 |
|
| 38 |
----- confusion matrix -----
|