Update README.md
Browse files
README.md
CHANGED
@@ -8,6 +8,14 @@ metrics:
|
|
8 |
model-index:
|
9 |
- name: hf_transformer
|
10 |
results: []
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
---
|
12 |
|
13 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -60,4 +68,4 @@ The following hyperparameters were used during training:
|
|
60 |
- Transformers 4.50.3
|
61 |
- Pytorch 2.6.0+cu124
|
62 |
- Datasets 3.5.0
|
63 |
-
- Tokenizers 0.21.1
|
|
|
8 |
model-index:
|
9 |
- name: hf_transformer
|
10 |
results: []
|
11 |
+
license: mit
|
12 |
+
datasets:
|
13 |
+
- nyu-mll/glue
|
14 |
+
language:
|
15 |
+
- en
|
16 |
+
base_model:
|
17 |
+
- google-bert/bert-base-cased
|
18 |
+
pipeline_tag: text-classification
|
19 |
---
|
20 |
|
21 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
68 |
- Transformers 4.50.3
|
69 |
- Pytorch 2.6.0+cu124
|
70 |
- Datasets 3.5.0
|
71 |
+
- Tokenizers 0.21.1
|