Update README.md
Browse files
README.md
CHANGED
@@ -4,33 +4,27 @@ license: apache-2.0
|
|
4 |
datasets:
|
5 |
- amazon_reviews_multi
|
6 |
model-index:
|
7 |
-
- name: distilbert-base-uncased-finetuned-
|
8 |
results:
|
9 |
- task:
|
10 |
type: text-classification
|
11 |
name: Text Classification
|
12 |
dataset:
|
13 |
-
name:
|
14 |
-
type:
|
15 |
-
|
16 |
-
split: validation
|
17 |
metrics:
|
18 |
- type: accuracy
|
19 |
-
value:
|
20 |
name: Accuracy
|
21 |
-
verified: true
|
22 |
|
23 |
- type: loss
|
24 |
-
value: 0.
|
25 |
name: loss
|
26 |
-
verified: true
|
27 |
|
28 |
tags:
|
29 |
- generated_from_keras_callback
|
30 |
|
31 |
-
metrics:
|
32 |
-
- accuracy
|
33 |
-
- f1
|
34 |
pipeline_tag: text-classification
|
35 |
---
|
36 |
|
|
|
4 |
datasets:
|
5 |
- amazon_reviews_multi
|
6 |
model-index:
|
7 |
+
- name: distilbert-base-uncased-finetuned-amazon-reviews
|
8 |
results:
|
9 |
- task:
|
10 |
type: text-classification
|
11 |
name: Text Classification
|
12 |
dataset:
|
13 |
+
name: amazon_reviews_multi
|
14 |
+
type: amazon_reviews_multi22
|
15 |
+
split: test
|
|
|
16 |
metrics:
|
17 |
- type: accuracy
|
18 |
+
value: .85
|
19 |
name: Accuracy
|
|
|
20 |
|
21 |
- type: loss
|
22 |
+
value: 0.1
|
23 |
name: loss
|
|
|
24 |
|
25 |
tags:
|
26 |
- generated_from_keras_callback
|
27 |
|
|
|
|
|
|
|
28 |
pipeline_tag: text-classification
|
29 |
---
|
30 |
|