Vishnou commited on
Commit
38e8852
·
1 Parent(s): 04639ce

Vishnou/distilbert_base_SST2

Browse files
Files changed (2) hide show
  1. README.md +58 -1
  2. model.safetensors +1 -1
README.md CHANGED
@@ -5,9 +5,24 @@ tags:
5
  - generated_from_trainer
6
  datasets:
7
  - sst2
 
 
8
  model-index:
9
  - name: distilbert_base_SST2
10
- results: []
 
 
 
 
 
 
 
 
 
 
 
 
 
11
  ---
12
 
13
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -16,6 +31,9 @@ should probably proofread and complete it, then remove this comment. -->
16
  # distilbert_base_SST2
17
 
18
  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 sst2 dataset.
 
 
 
19
 
20
  ## Model description
21
 
@@ -42,6 +60,45 @@ The following hyperparameters were used during training:
42
  - lr_scheduler_type: linear
43
  - num_epochs: 2
44
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
45
  ### Framework versions
46
 
47
  - Transformers 4.35.2
 
5
  - generated_from_trainer
6
  datasets:
7
  - sst2
8
+ metrics:
9
+ - accuracy
10
  model-index:
11
  - name: distilbert_base_SST2
12
+ results:
13
+ - task:
14
+ name: Text Classification
15
+ type: text-classification
16
+ dataset:
17
+ name: sst2
18
+ type: sst2
19
+ config: default
20
+ split: validation
21
+ args: default
22
+ metrics:
23
+ - name: Accuracy
24
+ type: accuracy
25
+ value: 0.8979357798165137
26
  ---
27
 
28
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
31
  # distilbert_base_SST2
32
 
33
  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 sst2 dataset.
34
+ It achieves the following results on the evaluation set:
35
+ - Loss: 0.4747
36
+ - Accuracy: 0.8979
37
 
38
  ## Model description
39
 
 
60
  - lr_scheduler_type: linear
61
  - num_epochs: 2
62
 
63
+ ### Training results
64
+
65
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
66
+ |:-------------:|:-----:|:-----:|:---------------:|:--------:|
67
+ | 0.1303 | 0.06 | 500 | 0.6599 | 0.8784 |
68
+ | 0.1781 | 0.12 | 1000 | 0.5644 | 0.8716 |
69
+ | 0.1856 | 0.18 | 1500 | 0.5357 | 0.8716 |
70
+ | 0.1833 | 0.24 | 2000 | 0.6749 | 0.8727 |
71
+ | 0.1887 | 0.3 | 2500 | 0.4967 | 0.8945 |
72
+ | 0.1873 | 0.36 | 3000 | 0.6415 | 0.8658 |
73
+ | 0.1787 | 0.42 | 3500 | 0.4886 | 0.9014 |
74
+ | 0.1979 | 0.48 | 4000 | 0.4122 | 0.8865 |
75
+ | 0.1662 | 0.53 | 4500 | 0.5310 | 0.8888 |
76
+ | 0.1718 | 0.59 | 5000 | 0.5415 | 0.8945 |
77
+ | 0.1808 | 0.65 | 5500 | 0.4059 | 0.8956 |
78
+ | 0.1666 | 0.71 | 6000 | 0.4731 | 0.8876 |
79
+ | 0.1762 | 0.77 | 6500 | 0.3817 | 0.8807 |
80
+ | 0.1782 | 0.83 | 7000 | 0.4583 | 0.8956 |
81
+ | 0.1739 | 0.89 | 7500 | 0.4756 | 0.8888 |
82
+ | 0.1715 | 0.95 | 8000 | 0.4871 | 0.8911 |
83
+ | 0.1682 | 1.01 | 8500 | 0.4936 | 0.8922 |
84
+ | 0.095 | 1.07 | 9000 | 0.4956 | 0.8899 |
85
+ | 0.0928 | 1.13 | 9500 | 0.6543 | 0.8716 |
86
+ | 0.0855 | 1.19 | 10000 | 0.5812 | 0.8956 |
87
+ | 0.1032 | 1.25 | 10500 | 0.6683 | 0.8716 |
88
+ | 0.0982 | 1.31 | 11000 | 0.6076 | 0.8842 |
89
+ | 0.0907 | 1.37 | 11500 | 0.5826 | 0.8956 |
90
+ | 0.1085 | 1.43 | 12000 | 0.4708 | 0.8922 |
91
+ | 0.0785 | 1.48 | 12500 | 0.5486 | 0.8956 |
92
+ | 0.0903 | 1.54 | 13000 | 0.6104 | 0.875 |
93
+ | 0.0764 | 1.6 | 13500 | 0.5576 | 0.8888 |
94
+ | 0.0982 | 1.66 | 14000 | 0.5447 | 0.8888 |
95
+ | 0.0864 | 1.72 | 14500 | 0.4833 | 0.8922 |
96
+ | 0.0888 | 1.78 | 15000 | 0.4737 | 0.8945 |
97
+ | 0.0775 | 1.84 | 15500 | 0.4818 | 0.8991 |
98
+ | 0.0958 | 1.9 | 16000 | 0.4674 | 0.8991 |
99
+ | 0.0805 | 1.96 | 16500 | 0.4747 | 0.8979 |
100
+
101
+
102
  ### Framework versions
103
 
104
  - Transformers 4.35.2
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:74eab5a903647d0fbdb4accf38ba76c469feb92decde6a89712cecca07eb698b
3
  size 267832560
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:58706fe2ffaaf594913c4a34d0f1e9791f664b9646642fe9358ffc0007322a73
3
  size 267832560