stuser2023 commited on
Commit
8c6c62b
1 Parent(s): 7e8b391

End of training

Browse files
Files changed (1) hide show
  1. README.md +15 -32
README.md CHANGED
@@ -3,26 +3,11 @@ license: apache-2.0
3
  base_model: distilbert-base-uncased
4
  tags:
5
  - generated_from_trainer
6
- datasets:
7
- - glue
8
  metrics:
9
  - matthews_correlation
10
  model-index:
11
  - name: distilbert-base-uncased-finetuned-cola
12
- results:
13
- - task:
14
- name: Text Classification
15
- type: text-classification
16
- dataset:
17
- name: glue
18
- type: glue
19
- config: cola
20
- split: validation
21
- args: cola
22
- metrics:
23
- - name: Matthews Correlation
24
- type: matthews_correlation
25
- value: 0.5120519207329847
26
  ---
27
 
28
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -30,10 +15,10 @@ should probably proofread and complete it, then remove this comment. -->
30
 
31
  # distilbert-base-uncased-finetuned-cola
32
 
33
- This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the glue dataset.
34
  It achieves the following results on the evaluation set:
35
- - Loss: 0.6114
36
- - Matthews Correlation: 0.5121
37
 
38
  ## Model description
39
 
@@ -52,28 +37,26 @@ More information needed
52
  ### Training hyperparameters
53
 
54
  The following hyperparameters were used during training:
55
- - learning_rate: 1.6477448170002332e-05
56
- - train_batch_size: 32
57
  - eval_batch_size: 16
58
- - seed: 34
59
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
60
  - lr_scheduler_type: linear
61
- - num_epochs: 5
62
 
63
  ### Training results
64
 
65
  | Training Loss | Epoch | Step | Validation Loss | Matthews Correlation |
66
  |:-------------:|:-----:|:----:|:---------------:|:--------------------:|
67
- | No log | 1.0 | 268 | 0.4802 | 0.4522 |
68
- | 0.4583 | 2.0 | 536 | 0.5012 | 0.4811 |
69
- | 0.4583 | 3.0 | 804 | 0.5001 | 0.5202 |
70
- | 0.2539 | 4.0 | 1072 | 0.5616 | 0.5291 |
71
- | 0.2539 | 5.0 | 1340 | 0.6114 | 0.5121 |
72
 
73
 
74
  ### Framework versions
75
 
76
- - Transformers 4.35.2
77
- - Pytorch 2.1.0+cu118
78
- - Datasets 2.15.0
79
- - Tokenizers 0.15.0
 
3
  base_model: distilbert-base-uncased
4
  tags:
5
  - generated_from_trainer
 
 
6
  metrics:
7
  - matthews_correlation
8
  model-index:
9
  - name: distilbert-base-uncased-finetuned-cola
10
+ results: []
 
 
 
 
 
 
 
 
 
 
 
 
 
11
  ---
12
 
13
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
15
 
16
  # distilbert-base-uncased-finetuned-cola
17
 
18
+ This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
19
  It achieves the following results on the evaluation set:
20
+ - Loss: 0.9469
21
+ - Matthews Correlation: 0.5245
22
 
23
  ## Model description
24
 
 
37
  ### Training hyperparameters
38
 
39
  The following hyperparameters were used during training:
40
+ - learning_rate: 2.01437918768118e-05
41
+ - train_batch_size: 4
42
  - eval_batch_size: 16
43
+ - seed: 9
44
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
  - lr_scheduler_type: linear
46
+ - num_epochs: 3
47
 
48
  ### Training results
49
 
50
  | Training Loss | Epoch | Step | Validation Loss | Matthews Correlation |
51
  |:-------------:|:-----:|:----:|:---------------:|:--------------------:|
52
+ | 0.5529 | 1.0 | 2138 | 0.4856 | 0.4792 |
53
+ | 0.4354 | 2.0 | 4276 | 0.7809 | 0.4759 |
54
+ | 0.281 | 3.0 | 6414 | 0.9469 | 0.5245 |
 
 
55
 
56
 
57
  ### Framework versions
58
 
59
+ - Transformers 4.38.2
60
+ - Pytorch 2.2.1+cu121
61
+ - Datasets 2.18.0
62
+ - Tokenizers 0.15.2