new readme
Browse files
README.md
CHANGED
@@ -8,6 +8,10 @@ metrics:
|
|
8 |
model-index:
|
9 |
- name: bert-finetuned-mrpc
|
10 |
results: []
|
|
|
|
|
|
|
|
|
11 |
---
|
12 |
|
13 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -30,7 +34,7 @@ More information needed
|
|
30 |
|
31 |
## Training and evaluation data
|
32 |
|
33 |
-
|
34 |
|
35 |
## Training procedure
|
36 |
|
@@ -59,4 +63,4 @@ The following hyperparameters were used during training:
|
|
59 |
- Transformers 4.35.2
|
60 |
- Pytorch 2.1.0+cu121
|
61 |
- Datasets 2.16.1
|
62 |
-
- Tokenizers 0.15.1
|
|
|
8 |
model-index:
|
9 |
- name: bert-finetuned-mrpc
|
10 |
results: []
|
11 |
+
datasets:
|
12 |
+
- glue
|
13 |
+
language:
|
14 |
+
- en
|
15 |
---
|
16 |
|
17 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
34 |
|
35 |
## Training and evaluation data
|
36 |
|
37 |
+
glue cola dataset
|
38 |
|
39 |
## Training procedure
|
40 |
|
|
|
63 |
- Transformers 4.35.2
|
64 |
- Pytorch 2.1.0+cu121
|
65 |
- Datasets 2.16.1
|
66 |
+
- Tokenizers 0.15.1
|