deepgai commited on
Commit
4278464
1 Parent(s): 0a683ae

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -26
README.md CHANGED
@@ -2,28 +2,12 @@
2
  license: mit
3
  tags:
4
  - generated_from_trainer
5
- datasets:
6
- - tweet_eval
7
  metrics:
8
  - accuracy
9
  - f1
10
  model-index:
11
  - name: tweet_eval-sentiment-finetuned
12
- results:
13
- - task:
14
- name: Text Classification
15
- type: text-classification
16
- dataset:
17
- name: sentiment
18
- type: sentiment
19
- args: default
20
- metrics:
21
- - name: Accuracy
22
- type: accuracy
23
- value: 0.70
24
- - name: f1
25
- type: f1
26
- value: 0.70
27
  ---
28
 
29
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -31,11 +15,11 @@ should probably proofread and complete it, then remove this comment. -->
31
 
32
  # tweet_eval-sentiment-finetuned
33
 
34
- This model is a fine-tuned version of [microsoft/deberta-v3-small](https://huggingface.co/microsoft/deberta-v3-small) on the tweet_eval dataset.
35
  It achieves the following results on the evaluation set:
36
- - Loss: 0.8369
37
- - Accuracy: 0.7305
38
- - F1: 0.7297
39
 
40
  ## Model description
41
 
@@ -54,7 +38,7 @@ More information needed
54
  ### Training hyperparameters
55
 
56
  The following hyperparameters were used during training:
57
- - learning_rate: 8e-05
58
  - train_batch_size: 128
59
  - eval_batch_size: 256
60
  - seed: 42
@@ -68,10 +52,10 @@ The following hyperparameters were used during training:
68
 
69
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
70
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
71
- | 0.7269 | 1.0 | 357 | 0.6057 | 0.733 | 0.7323 |
72
- | 0.522 | 2.0 | 714 | 0.6115 | 0.7415 | 0.7416 |
73
- | 0.359 | 3.0 | 1071 | 0.6970 | 0.744 | 0.7445 |
74
- | 0.2386 | 4.0 | 1428 | 0.8369 | 0.7305 | 0.7297 |
75
 
76
 
77
  ### Framework versions
 
2
  license: mit
3
  tags:
4
  - generated_from_trainer
 
 
5
  metrics:
6
  - accuracy
7
  - f1
8
  model-index:
9
  - name: tweet_eval-sentiment-finetuned
10
+ results: []
 
 
 
 
 
 
 
 
 
 
 
 
 
 
11
  ---
12
 
13
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
15
 
16
  # tweet_eval-sentiment-finetuned
17
 
18
+ This model is a fine-tuned version of [microsoft/deberta-v3-small](https://huggingface.co/microsoft/deberta-v3-small) on the None dataset.
19
  It achieves the following results on the evaluation set:
20
+ - Loss: 0.6532
21
+ - Accuracy: 0.744
22
+ - F1: 0.7437
23
 
24
  ## Model description
25
 
 
38
  ### Training hyperparameters
39
 
40
  The following hyperparameters were used during training:
41
+ - learning_rate: 3e-05
42
  - train_batch_size: 128
43
  - eval_batch_size: 256
44
  - seed: 42
 
52
 
53
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
54
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
55
+ | 0.7491 | 1.0 | 357 | 0.6089 | 0.7345 | 0.7314 |
56
+ | 0.5516 | 2.0 | 714 | 0.5958 | 0.751 | 0.7516 |
57
+ | 0.4618 | 3.0 | 1071 | 0.6131 | 0.748 | 0.7487 |
58
+ | 0.4066 | 4.0 | 1428 | 0.6532 | 0.744 | 0.7437 |
59
 
60
 
61
  ### Framework versions