zboxi7 commited on
Commit
7cd2b9c
1 Parent(s): 234e75e

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -4
README.md CHANGED
@@ -2,8 +2,8 @@
2
  license: apache-2.0
3
  tags:
4
  - generated_from_trainer
5
- datasets:
6
- - tweet_eval
7
  model-index:
8
  - name: finetuning-sentiment-model-3000-samples
9
  results: []
@@ -14,7 +14,10 @@ should probably proofread and complete it, then remove this comment. -->
14
 
15
  # finetuning-sentiment-model-3000-samples
16
 
17
- This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the tweet_eval dataset.
 
 
 
18
 
19
  ## Model description
20
 
@@ -39,7 +42,7 @@ The following hyperparameters were used during training:
39
  - seed: 42
40
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
41
  - lr_scheduler_type: linear
42
- - num_epochs: 2
43
 
44
  ### Training results
45
 
 
2
  license: apache-2.0
3
  tags:
4
  - generated_from_trainer
5
+ metrics:
6
+ - accuracy
7
  model-index:
8
  - name: finetuning-sentiment-model-3000-samples
9
  results: []
 
14
 
15
  # finetuning-sentiment-model-3000-samples
16
 
17
+ This model is a fine-tuned version of [distilbert-base-uncased-finetuned-sst-2-english](https://huggingface.co/distilbert-base-uncased-finetuned-sst-2-english) on the None dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 1.1460
20
+ - Accuracy: 0.75
21
 
22
  ## Model description
23
 
 
42
  - seed: 42
43
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
44
  - lr_scheduler_type: linear
45
+ - num_epochs: 5
46
 
47
  ### Training results
48