Update README.md
Browse files
README.md
CHANGED
|
@@ -9,6 +9,11 @@ metrics:
|
|
| 9 |
model-index:
|
| 10 |
- name: minilm-imdb
|
| 11 |
results: []
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 12 |
---
|
| 13 |
|
| 14 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
@@ -64,4 +69,4 @@ The following hyperparameters were used during training:
|
|
| 64 |
- Transformers 4.35.2
|
| 65 |
- Pytorch 2.1.0+cu121
|
| 66 |
- Datasets 2.16.0
|
| 67 |
-
- Tokenizers 0.15.0
|
|
|
|
| 9 |
model-index:
|
| 10 |
- name: minilm-imdb
|
| 11 |
results: []
|
| 12 |
+
datasets:
|
| 13 |
+
- imdb
|
| 14 |
+
language:
|
| 15 |
+
- en
|
| 16 |
+
pipeline_tag: text-classification
|
| 17 |
---
|
| 18 |
|
| 19 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
|
| 69 |
- Transformers 4.35.2
|
| 70 |
- Pytorch 2.1.0+cu121
|
| 71 |
- Datasets 2.16.0
|
| 72 |
+
- Tokenizers 0.15.0
|