Julien Simon
commited on
Commit
·
8d61650
1
Parent(s):
9f72156
Upload README.md
Browse files
README.md
CHANGED
@@ -9,7 +9,18 @@ metrics:
|
|
9 |
- recall
|
10 |
model-index:
|
11 |
- name: distilbert-amazon-shoe-reviews
|
12 |
-
results:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
---
|
14 |
|
15 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
9 |
- recall
|
10 |
model-index:
|
11 |
- name: distilbert-amazon-shoe-reviews
|
12 |
+
results:
|
13 |
+
- task:
|
14 |
+
type: text-classification
|
15 |
+
name: Text Classification
|
16 |
+
dataset:
|
17 |
+
type: amazon_us_reviews
|
18 |
+
name: Amazon US reviews
|
19 |
+
split: Shoes
|
20 |
+
metrics:
|
21 |
+
- type: accuracy
|
22 |
+
value: 0.6819221967963387
|
23 |
+
name: Accuracy
|
24 |
---
|
25 |
|
26 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|