Commit
·
485fd9e
1
Parent(s):
60c13cc
Librarian Bot: Add base_model information to model (#1)
Browse files- Librarian Bot: Add base_model information to model (06f34933e6f82ccd3c29b4a18ab686b6c25c35df)
Co-authored-by: Librarian Bot (Bot) <[email protected]>
README.md
CHANGED
@@ -9,16 +9,21 @@ metrics:
|
|
9 |
- accuracy
|
10 |
- f1
|
11 |
widget:
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
|
|
|
|
|
|
|
|
|
|
16 |
model-index:
|
17 |
- name: platzi-distilroberta-base-mrpc-glue-edgar-elias
|
18 |
results:
|
19 |
- task:
|
20 |
-
name: Text Classification
|
21 |
type: text-classification
|
|
|
22 |
dataset:
|
23 |
name: glue
|
24 |
type: glue
|
@@ -26,12 +31,12 @@ model-index:
|
|
26 |
split: validation
|
27 |
args: mrpc
|
28 |
metrics:
|
29 |
-
-
|
30 |
-
type: accuracy
|
31 |
value: 0.8235294117647058
|
32 |
-
|
33 |
-
|
34 |
value: 0.8695652173913043
|
|
|
35 |
---
|
36 |
|
37 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
9 |
- accuracy
|
10 |
- f1
|
11 |
widget:
|
12 |
+
- text: Yucaipa owned Dominick 's before selling the chain to Safeway in 1998 for
|
13 |
+
$ 2.5 billion.,Yucaipa bought Dominick's in 1995 for $ 693 million and sold it
|
14 |
+
to Safeway for $ 1.8 billion in 1998.
|
15 |
+
example_title: Not Equivalent
|
16 |
+
- text: Revenue in the first quarter of the year dropped 15 percent from the same
|
17 |
+
period a year earlier.,With the scandal hanging over Stewart's company revenue
|
18 |
+
the first quarter of the year dropped 15 percent from the same period a year earlier.
|
19 |
+
example_title: Equivalent
|
20 |
+
base_model: distilroberta-base
|
21 |
model-index:
|
22 |
- name: platzi-distilroberta-base-mrpc-glue-edgar-elias
|
23 |
results:
|
24 |
- task:
|
|
|
25 |
type: text-classification
|
26 |
+
name: Text Classification
|
27 |
dataset:
|
28 |
name: glue
|
29 |
type: glue
|
|
|
31 |
split: validation
|
32 |
args: mrpc
|
33 |
metrics:
|
34 |
+
- type: accuracy
|
|
|
35 |
value: 0.8235294117647058
|
36 |
+
name: Accuracy
|
37 |
+
- type: f1
|
38 |
value: 0.8695652173913043
|
39 |
+
name: F1
|
40 |
---
|
41 |
|
42 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|