WillLoki commited on
Commit
4736b9f
·
verified ·
1 Parent(s): d961e3d

WillLoki/distilbert-base-uncased-lora-text-classification

Browse files
README.md CHANGED
@@ -4,6 +4,8 @@ license: apache-2.0
4
  base_model: distilbert-base-uncased
5
  tags:
6
  - generated_from_trainer
 
 
7
  model-index:
8
  - name: distilbert-base-uncased-lora-text-classification
9
  results: []
@@ -15,6 +17,9 @@ should probably proofread and complete it, then remove this comment. -->
15
  # distilbert-base-uncased-lora-text-classification
16
 
17
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the None dataset.
 
 
 
18
 
19
  ## Model description
20
 
@@ -41,6 +46,22 @@ The following hyperparameters were used during training:
41
  - lr_scheduler_type: linear
42
  - num_epochs: 10
43
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
44
  ### Framework versions
45
 
46
  - PEFT 0.14.0
 
4
  base_model: distilbert-base-uncased
5
  tags:
6
  - generated_from_trainer
7
+ metrics:
8
+ - accuracy
9
  model-index:
10
  - name: distilbert-base-uncased-lora-text-classification
11
  results: []
 
17
  # distilbert-base-uncased-lora-text-classification
18
 
19
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the None dataset.
20
+ It achieves the following results on the evaluation set:
21
+ - Loss: 1.0322
22
+ - Accuracy: {'accuracy': 0.876}
23
 
24
  ## Model description
25
 
 
46
  - lr_scheduler_type: linear
47
  - num_epochs: 10
48
 
49
+ ### Training results
50
+
51
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
52
+ |:-------------:|:-----:|:----:|:---------------:|:-------------------:|
53
+ | No log | 1.0 | 250 | 0.4027 | {'accuracy': 0.875} |
54
+ | 0.4005 | 2.0 | 500 | 0.5017 | {'accuracy': 0.851} |
55
+ | 0.4005 | 3.0 | 750 | 0.5624 | {'accuracy': 0.875} |
56
+ | 0.1682 | 4.0 | 1000 | 0.7063 | {'accuracy': 0.869} |
57
+ | 0.1682 | 5.0 | 1250 | 0.8427 | {'accuracy': 0.869} |
58
+ | 0.0334 | 6.0 | 1500 | 0.9793 | {'accuracy': 0.875} |
59
+ | 0.0334 | 7.0 | 1750 | 1.0155 | {'accuracy': 0.875} |
60
+ | 0.0103 | 8.0 | 2000 | 1.0994 | {'accuracy': 0.867} |
61
+ | 0.0103 | 9.0 | 2250 | 1.0249 | {'accuracy': 0.875} |
62
+ | 0.012 | 10.0 | 2500 | 1.0322 | {'accuracy': 0.876} |
63
+
64
+
65
  ### Framework versions
66
 
67
  - PEFT 0.14.0
runs/Feb21_15-29-02_cde6f636587a/events.out.tfevents.1740151744.cde6f636587a.2156.7 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4a3cbd4103f594d70adb702a90b66dc831c6929636108f5b92d527e601052c19
3
- size 4184
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c02d9d4bc6d7d6c8972f75d7b47ddfff66a8c119535b9c84e1fa7d6e824a1857
3
+ size 5155
runs/Feb21_15-30-44_cde6f636587a/events.out.tfevents.1740151845.cde6f636587a.2156.8 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d88cff51a5c64418410769ac474ed09240b80ecd6d6d3b00ab65583f5b5dcca1
3
+ size 9274
runs/Feb21_15-44-50_cde6f636587a/events.out.tfevents.1740152691.cde6f636587a.2156.9 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b77f3249e4afdf6884f551292d96ac23364c99a89f55ff087987bd556e472d34
3
+ size 9274
tokenizer_config.json CHANGED
@@ -1,4 +1,5 @@
1
  {
 
2
  "added_tokens_decoder": {
3
  "0": {
4
  "content": "[PAD]",
 
1
  {
2
+ "add_prefix_space": true,
3
  "added_tokens_decoder": {
4
  "0": {
5
  "content": "[PAD]",
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:95257be409322e5151aabd02fc440fa862a60ae89ec8686f6b633df5c6d0ce8b
3
  size 5432
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3adeafe27ccc7f96dc49b451e982e7184c07640e6277f41ed7b9c7cd38e00e8b
3
  size 5432