raulangelj commited on
Commit
c911b2f
·
1 Parent(s): 27bcf60

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -25
README.md CHANGED
@@ -2,30 +2,12 @@
2
  license: apache-2.0
3
  tags:
4
  - generated_from_trainer
5
- datasets:
6
- - imdb
7
  metrics:
8
  - accuracy
9
  - f1
10
  model-index:
11
  - name: huggingface_sentiment_analysis
12
- results:
13
- - task:
14
- name: Text Classification
15
- type: text-classification
16
- dataset:
17
- name: imdb
18
- type: imdb
19
- config: plain_text
20
- split: test
21
- args: plain_text
22
- metrics:
23
- - name: Accuracy
24
- type: accuracy
25
- value: 0.86
26
- - name: F1
27
- type: f1
28
- value: 0.8618421052631579
29
  ---
30
 
31
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -33,11 +15,11 @@ should probably proofread and complete it, then remove this comment. -->
33
 
34
  # huggingface_sentiment_analysis
35
 
36
- This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the imdb dataset.
37
  It achieves the following results on the evaluation set:
38
- - Loss: 0.6565
39
- - Accuracy: 0.86
40
- - F1: 0.8618
41
 
42
  ## Model description
43
 
@@ -57,8 +39,8 @@ More information needed
57
 
58
  The following hyperparameters were used during training:
59
  - learning_rate: 2e-05
60
- - train_batch_size: 2
61
- - eval_batch_size: 2
62
  - seed: 42
63
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
64
  - lr_scheduler_type: linear
 
2
  license: apache-2.0
3
  tags:
4
  - generated_from_trainer
 
 
5
  metrics:
6
  - accuracy
7
  - f1
8
  model-index:
9
  - name: huggingface_sentiment_analysis
10
+ results: []
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
11
  ---
12
 
13
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
15
 
16
  # huggingface_sentiment_analysis
17
 
18
+ This model is a fine-tuned version of [bert-base-multilingual-cased](https://huggingface.co/bert-base-multilingual-cased) on an unknown dataset.
19
  It achieves the following results on the evaluation set:
20
+ - Loss: 0.6856
21
+ - Accuracy: 0.5
22
+ - F1: 0.6212
23
 
24
  ## Model description
25
 
 
39
 
40
  The following hyperparameters were used during training:
41
  - learning_rate: 2e-05
42
+ - train_batch_size: 20
43
+ - eval_batch_size: 20
44
  - seed: 42
45
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
46
  - lr_scheduler_type: linear