amir7d0 commited on
Commit
2098e42
·
1 Parent(s): 51e0b27

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -12
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-sst-2-english
8
  results:
9
  - task:
10
  type: text-classification
11
  name: Text Classification
12
  dataset:
13
- name: glue
14
- type: glue
15
- config: sst2
16
- split: validation
17
  metrics:
18
  - type: accuracy
19
- value: 0.9105504587155964
20
  name: Accuracy
21
- verified: true
22
 
23
  - type: loss
24
- value: 0.39013850688934326
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