SAB03 commited on
Commit
aa0b30c
·
verified ·
1 Parent(s): 83c201c

updated README.md

Browse files

included more details baout the model

Files changed (1) hide show
  1. README.md +18 -1
README.md CHANGED
@@ -3,12 +3,29 @@ license: apache-2.0
3
  base_model: distilbert-base-uncased
4
  tags:
5
  - generated_from_trainer
 
 
6
  metrics:
7
  - accuracy
8
  - f1
9
  model-index:
10
  - name: finetuning-sentiment-model-3000-samples
11
- results: []
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
12
  ---
13
 
14
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
3
  base_model: distilbert-base-uncased
4
  tags:
5
  - generated_from_trainer
6
+ datasets:
7
+ - imdb
8
  metrics:
9
  - accuracy
10
  - f1
11
  model-index:
12
  - name: finetuning-sentiment-model-3000-samples
13
+ results:
14
+ - task:
15
+ name: Text Classification
16
+ type: text-classification
17
+ dataset:
18
+ name: imdb
19
+ type: imdb
20
+ args: plain_text
21
+ metrics:
22
+ - name: Accuracy
23
+ type: accuracy
24
+ value: 0.8667
25
+ - name: f1
26
+ type: f1
27
+ value: 0.8701
28
+
29
  ---
30
 
31
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You