Update README.md
Browse files
README.md
CHANGED
@@ -9,6 +9,13 @@ datasets:
|
|
9 |
metrics:
|
10 |
- accuracy
|
11 |
- f1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
model-index:
|
13 |
- name: platzi-distilroberta-base-mrpc-glue-joselier
|
14 |
results:
|
@@ -43,7 +50,8 @@ It achieves the following results on the evaluation set:
|
|
43 |
|
44 |
## Model description
|
45 |
|
46 |
-
|
|
|
47 |
|
48 |
## Intended uses & limitations
|
49 |
|
|
|
9 |
metrics:
|
10 |
- accuracy
|
11 |
- f1
|
12 |
+
widget:
|
13 |
+
- text: ["Yucaipa owned Dominick 's before selling the chain to Safeway in 1998 for $ 2.5 billion.",
|
14 |
+
"Yucaipa bought Dominick's in 1995 for $ 693 million and sold it 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 period a year earlier.",
|
17 |
+
"With the scandal hanging over Stewart's company revenue the first quarter of the year dropped 15 percent from the same period a year earlier."]
|
18 |
+
example_title: Equivalent
|
19 |
model-index:
|
20 |
- name: platzi-distilroberta-base-mrpc-glue-joselier
|
21 |
results:
|
|
|
50 |
|
51 |
## Model description
|
52 |
|
53 |
+
This model uses transfer learning to classify 2 sentences (a string of 2 sentences separated by a comma) in "Equivalent" or "Not Equivalent".
|
54 |
+
The model platzi-distilroberta-base-mrpc-glue-joselier was programmed as part of a class from Platzi's course ["Curso de Transfer Learning con Hugging Face"](https://platzi.com/cursos/hugging-face/)
|
55 |
|
56 |
## Intended uses & limitations
|
57 |
|