Update README.md
Browse files
README.md
CHANGED
|
@@ -1,23 +1,27 @@
|
|
| 1 |
---
|
| 2 |
library_name: transformers
|
|
|
|
| 3 |
tags:
|
| 4 |
- educational
|
| 5 |
- hindi
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6 |
license: apache-2.0
|
| 7 |
datasets:
|
| 8 |
- Polygl0t/hindi-edu-qwen-annotations
|
| 9 |
language:
|
| 10 |
- hi
|
| 11 |
-
|
| 12 |
-
- precision
|
| 13 |
-
- recall
|
| 14 |
-
- accuracy
|
| 15 |
---
|
| 16 |
|
| 17 |
# Hindi Edu Classifier
|
| 18 |
|
| 19 |
-
|
| 20 |
-
hindi-roberta-edu-classifier is a [HindRoBERTa](https://huggingface.co/l3cube-pune/hindi-roberta) based model that can be used for judging the educational value of a given Hindi text string.
|
| 21 |
|
| 22 |
## Details
|
| 23 |
|
|
|
|
| 1 |
---
|
| 2 |
library_name: transformers
|
| 3 |
+
base_model: l3cube-pune/hindi-roberta
|
| 4 |
tags:
|
| 5 |
- educational
|
| 6 |
- hindi
|
| 7 |
+
metrics:
|
| 8 |
+
- precision
|
| 9 |
+
- recall
|
| 10 |
+
- accuracy
|
| 11 |
+
model-index:
|
| 12 |
+
- name: hindi-hindiroberta-edu-classifier
|
| 13 |
+
results: []
|
| 14 |
license: apache-2.0
|
| 15 |
datasets:
|
| 16 |
- Polygl0t/hindi-edu-qwen-annotations
|
| 17 |
language:
|
| 18 |
- hi
|
| 19 |
+
pipeline_tag: text-classification
|
|
|
|
|
|
|
|
|
|
| 20 |
---
|
| 21 |
|
| 22 |
# Hindi Edu Classifier
|
| 23 |
|
| 24 |
+
hindi-roberta-edu-classifier is a [HindRoBERTa](https://huggingface.co/l3cube-pune/hindi-roberta) based model that can be used for judging the educational value of a given Hindi text string. This model was trained on the [Polygl0t/hindi-edu-qwen-annotations](https://huggingface.co/datasets/Polygl0t/hindi-edu-qwen-annotations) dataset.
|
|
|
|
| 25 |
|
| 26 |
## Details
|
| 27 |
|