Saurabh54 commited on
Commit
f4c4f8e
·
1 Parent(s): 6cfb5c0

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

Browse files
Files changed (2) hide show
  1. README.md +65 -3
  2. training_args.bin +1 -1
README.md CHANGED
@@ -1,9 +1,71 @@
1
  ---
2
- library_name: peft
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  ## Training procedure
5
 
6
- ### Framework versions
 
 
 
 
 
 
 
 
 
7
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
 
9
- - PEFT 0.5.0
 
 
 
 
1
  ---
2
+ license: apache-2.0
3
+ base_model: distilbert-base-uncased
4
+ tags:
5
+ - generated_from_trainer
6
+ metrics:
7
+ - accuracy
8
+ model-index:
9
+ - name: distilbert-base-uncased-lora-text-classification
10
+ results: []
11
  ---
12
+
13
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
14
+ should probably proofread and complete it, then remove this comment. -->
15
+
16
+ # distilbert-base-uncased-lora-text-classification
17
+
18
+ This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the None dataset.
19
+ It achieves the following results on the evaluation set:
20
+ - Loss: 1.3734
21
+ - Accuracy: {'accuracy': 0.6005221932114883}
22
+
23
+ ## Model description
24
+
25
+ More information needed
26
+
27
+ ## Intended uses & limitations
28
+
29
+ More information needed
30
+
31
+ ## Training and evaluation data
32
+
33
+ More information needed
34
+
35
  ## Training procedure
36
 
37
+ ### Training hyperparameters
38
+
39
+ The following hyperparameters were used during training:
40
+ - learning_rate: 0.001
41
+ - train_batch_size: 16
42
+ - eval_batch_size: 16
43
+ - seed: 42
44
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
+ - lr_scheduler_type: linear
46
+ - num_epochs: 12
47
 
48
+ ### Training results
49
+
50
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
51
+ |:-------------:|:-----:|:----:|:---------------:|:---------------------------------:|
52
+ | No log | 1.0 | 192 | 1.8883 | {'accuracy': 0.36945169712793735} |
53
+ | No log | 2.0 | 384 | 1.6563 | {'accuracy': 0.4216710182767624} |
54
+ | 1.8736 | 3.0 | 576 | 1.5385 | {'accuracy': 0.46736292428198434} |
55
+ | 1.8736 | 4.0 | 768 | 1.4276 | {'accuracy': 0.5274151436031331} |
56
+ | 1.8736 | 5.0 | 960 | 1.3666 | {'accuracy': 0.5613577023498695} |
57
+ | 1.2939 | 6.0 | 1152 | 1.3688 | {'accuracy': 0.5613577023498695} |
58
+ | 1.2939 | 7.0 | 1344 | 1.3397 | {'accuracy': 0.5783289817232375} |
59
+ | 0.9487 | 8.0 | 1536 | 1.3576 | {'accuracy': 0.5757180156657964} |
60
+ | 0.9487 | 9.0 | 1728 | 1.3523 | {'accuracy': 0.5939947780678851} |
61
+ | 0.9487 | 10.0 | 1920 | 1.3819 | {'accuracy': 0.5926892950391645} |
62
+ | 0.7324 | 11.0 | 2112 | 1.3746 | {'accuracy': 0.597911227154047} |
63
+ | 0.7324 | 12.0 | 2304 | 1.3734 | {'accuracy': 0.6005221932114883} |
64
+
65
+
66
+ ### Framework versions
67
 
68
+ - Transformers 4.33.0
69
+ - Pytorch 2.0.0
70
+ - Datasets 2.1.0
71
+ - Tokenizers 0.13.3
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b6965523c7dd353c26d6d27c8a068102ca13962d1fba785d286cdcd29f114e16
3
  size 4091
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b35afa7618588d0769e8bdd32628462976d7cbb5c61cd1c6082eb4a24c7045a7
3
  size 4091