Update README.md
Browse files
README.md
CHANGED
@@ -1,8 +1,13 @@
|
|
1 |
---
|
2 |
license: mit
|
3 |
-
language:
|
4 |
-
- en
|
5 |
library_name: transformers
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
---
|
7 |
|
8 |
|
@@ -73,9 +78,8 @@ If you use the MaiBERT_TF model in your research or projects, please consider ci
|
|
73 |
```
|
74 |
@article{rockerritesh/maiBERT_TF,
|
75 |
title={MaiBERT_TF: Mithila Language Pretrained Transformer (TensorFlow)},
|
76 |
-
author={
|
77 |
-
year={
|
78 |
-
journal={GitHub repository},
|
79 |
howpublished={\url{https://github.com/rockerritesh/maiBERT_TF}}
|
80 |
}
|
81 |
-
```
|
|
|
1 |
---
|
2 |
license: mit
|
|
|
|
|
3 |
library_name: transformers
|
4 |
+
datasets:
|
5 |
+
- rockerritesh/maithiliNewsData
|
6 |
+
metrics:
|
7 |
+
- accuracy
|
8 |
+
base_model:
|
9 |
+
- google/muril-base-cased
|
10 |
+
pipeline_tag: text-classification
|
11 |
---
|
12 |
|
13 |
|
|
|
78 |
```
|
79 |
@article{rockerritesh/maiBERT_TF,
|
80 |
title={MaiBERT_TF: Mithila Language Pretrained Transformer (TensorFlow)},
|
81 |
+
author={Sumit Yadav},
|
82 |
+
year={2024},
|
|
|
83 |
howpublished={\url{https://github.com/rockerritesh/maiBERT_TF}}
|
84 |
}
|
85 |
+
```
|