Commit
•
9e332c1
1
Parent(s):
cb57a49
Librarian Bot: Add base_model information to model (#2)
Browse files- Librarian Bot: Add base_model information to model (b6b83695c8b978421529c274eb4921556d208fb8)
Co-authored-by: Librarian Bot (Bot) <librarian-bot@users.noreply.huggingface.co>
README.md
CHANGED
@@ -6,20 +6,21 @@ datasets:
|
|
6 |
- glue
|
7 |
metrics:
|
8 |
- accuracy
|
|
|
9 |
model-index:
|
10 |
- name: XLMR-ENIS-finetuned-sst2
|
11 |
results:
|
12 |
- task:
|
13 |
-
name: Text Classification
|
14 |
type: text-classification
|
|
|
15 |
dataset:
|
16 |
name: glue
|
17 |
type: glue
|
18 |
args: sst2
|
19 |
metrics:
|
20 |
-
-
|
21 |
-
type: accuracy
|
22 |
value: 0.9277522935779816
|
|
|
23 |
---
|
24 |
|
25 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
6 |
- glue
|
7 |
metrics:
|
8 |
- accuracy
|
9 |
+
base_model: vesteinn/XLMR-ENIS
|
10 |
model-index:
|
11 |
- name: XLMR-ENIS-finetuned-sst2
|
12 |
results:
|
13 |
- task:
|
|
|
14 |
type: text-classification
|
15 |
+
name: Text Classification
|
16 |
dataset:
|
17 |
name: glue
|
18 |
type: glue
|
19 |
args: sst2
|
20 |
metrics:
|
21 |
+
- type: accuracy
|
|
|
22 |
value: 0.9277522935779816
|
23 |
+
name: Accuracy
|
24 |
---
|
25 |
|
26 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|