Instructions to use Jayveersinh-Raj/hindi-summarizer-small with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Jayveersinh-Raj/hindi-summarizer-small with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("Jayveersinh-Raj/hindi-summarizer-small") model = AutoModelForSeq2SeqLM.from_pretrained("Jayveersinh-Raj/hindi-summarizer-small") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Model discription
|
| 2 |
Hindi Summarization model. It summarizes a hindi paragraph.
|
| 3 |
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language:
|
| 3 |
+
- hi
|
| 4 |
+
metrics:
|
| 5 |
+
- bleu
|
| 6 |
+
- rouge
|
| 7 |
+
---
|
| 8 |
# Model discription
|
| 9 |
Hindi Summarization model. It summarizes a hindi paragraph.
|
| 10 |
|