Upload tokenizer
Browse files
README.md
CHANGED
@@ -1,20 +1,20 @@
|
|
1 |
---
|
2 |
-
library_name: transformers
|
3 |
-
license: mit
|
4 |
base_model: microsoft/mdeberta-v3-base
|
5 |
-
tags:
|
6 |
-
- generated_from_trainer
|
7 |
datasets:
|
8 |
- massive
|
|
|
|
|
9 |
metrics:
|
10 |
- accuracy
|
11 |
- f1
|
|
|
|
|
12 |
model-index:
|
13 |
- name: scenario-NON-KD-SCR-D2_data-AmazonScience_massive_all_1_155
|
14 |
results:
|
15 |
- task:
|
16 |
-
name: Text Classification
|
17 |
type: text-classification
|
|
|
18 |
dataset:
|
19 |
name: massive
|
20 |
type: massive
|
@@ -22,12 +22,12 @@ model-index:
|
|
22 |
split: validation
|
23 |
args: all_1.1
|
24 |
metrics:
|
25 |
-
-
|
26 |
-
type: accuracy
|
27 |
value: 0.8146070604260471
|
28 |
-
|
29 |
-
|
30 |
value: 0.7894820718803818
|
|
|
31 |
---
|
32 |
|
33 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
1 |
---
|
|
|
|
|
2 |
base_model: microsoft/mdeberta-v3-base
|
|
|
|
|
3 |
datasets:
|
4 |
- massive
|
5 |
+
library_name: transformers
|
6 |
+
license: mit
|
7 |
metrics:
|
8 |
- accuracy
|
9 |
- f1
|
10 |
+
tags:
|
11 |
+
- generated_from_trainer
|
12 |
model-index:
|
13 |
- name: scenario-NON-KD-SCR-D2_data-AmazonScience_massive_all_1_155
|
14 |
results:
|
15 |
- task:
|
|
|
16 |
type: text-classification
|
17 |
+
name: Text Classification
|
18 |
dataset:
|
19 |
name: massive
|
20 |
type: massive
|
|
|
22 |
split: validation
|
23 |
args: all_1.1
|
24 |
metrics:
|
25 |
+
- type: accuracy
|
|
|
26 |
value: 0.8146070604260471
|
27 |
+
name: Accuracy
|
28 |
+
- type: f1
|
29 |
value: 0.7894820718803818
|
30 |
+
name: F1
|
31 |
---
|
32 |
|
33 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|