Abdo36 commited on
Commit
4f6c0a6
1 Parent(s): 80a8534

Abdo36/DistilBertLoRa

Browse files
README.md CHANGED
@@ -1,3 +1,71 @@
1
  ---
2
  license: apache-2.0
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
+ library_name: peft
4
+ tags:
5
+ - generated_from_trainer
6
+ base_model: distilbert-base-uncased
7
+ metrics:
8
+ - accuracy
9
+ model-index:
10
+ - name: DistilBertLoRa
11
+ results: []
12
  ---
13
+
14
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
15
+ should probably proofread and complete it, then remove this comment. -->
16
+
17
+ # DistilBertLoRa
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.0234
22
+ - Accuracy: {'accuracy': 0.884}
23
+
24
+ ## Model description
25
+
26
+ More information needed
27
+
28
+ ## Intended uses & limitations
29
+
30
+ More information needed
31
+
32
+ ## Training and evaluation data
33
+
34
+ More information needed
35
+
36
+ ## Training procedure
37
+
38
+ ### Training hyperparameters
39
+
40
+ The following hyperparameters were used during training:
41
+ - learning_rate: 0.001
42
+ - train_batch_size: 4
43
+ - eval_batch_size: 4
44
+ - seed: 42
45
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
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.4076 | {'accuracy': 0.876} |
54
+ | 0.429 | 2.0 | 500 | 0.3507 | {'accuracy': 0.863} |
55
+ | 0.429 | 3.0 | 750 | 0.5018 | {'accuracy': 0.881} |
56
+ | 0.2304 | 4.0 | 1000 | 0.7036 | {'accuracy': 0.864} |
57
+ | 0.2304 | 5.0 | 1250 | 0.8113 | {'accuracy': 0.862} |
58
+ | 0.1136 | 6.0 | 1500 | 0.8428 | {'accuracy': 0.882} |
59
+ | 0.1136 | 7.0 | 1750 | 0.9134 | {'accuracy': 0.89} |
60
+ | 0.0153 | 8.0 | 2000 | 0.9723 | {'accuracy': 0.884} |
61
+ | 0.0153 | 9.0 | 2250 | 1.0225 | {'accuracy': 0.884} |
62
+ | 0.0089 | 10.0 | 2500 | 1.0234 | {'accuracy': 0.884} |
63
+
64
+
65
+ ### Framework versions
66
+
67
+ - PEFT 0.10.0
68
+ - Transformers 4.40.0
69
+ - Pytorch 2.2.1+cu121
70
+ - Datasets 2.19.0
71
+ - Tokenizers 0.19.1
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:78fe75ef2d5faee09573579e8d75cd605e669f13e977ee215ccb79cd1a722cb6
3
  size 2518104
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3c69a7c853a8399a67aaef71abf8b188de2c1c08afff4d3d32cb296d4091e9b7
3
  size 2518104
runs/Apr26_13-28-13_bf6f4f9ea73a/events.out.tfevents.1714138097.bf6f4f9ea73a.790.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:64fe8e6864c7e0be5e79145e1a4135e31b6669da2004b2738170b881a7357164
3
+ size 8783
special_tokens_map.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": "[CLS]",
3
+ "mask_token": "[MASK]",
4
+ "pad_token": "[PAD]",
5
+ "sep_token": "[SEP]",
6
+ "unk_token": "[UNK]"
7
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": true,
3
+ "added_tokens_decoder": {
4
+ "0": {
5
+ "content": "[PAD]",
6
+ "lstrip": false,
7
+ "normalized": false,
8
+ "rstrip": false,
9
+ "single_word": false,
10
+ "special": true
11
+ },
12
+ "100": {
13
+ "content": "[UNK]",
14
+ "lstrip": false,
15
+ "normalized": false,
16
+ "rstrip": false,
17
+ "single_word": false,
18
+ "special": true
19
+ },
20
+ "101": {
21
+ "content": "[CLS]",
22
+ "lstrip": false,
23
+ "normalized": false,
24
+ "rstrip": false,
25
+ "single_word": false,
26
+ "special": true
27
+ },
28
+ "102": {
29
+ "content": "[SEP]",
30
+ "lstrip": false,
31
+ "normalized": false,
32
+ "rstrip": false,
33
+ "single_word": false,
34
+ "special": true
35
+ },
36
+ "103": {
37
+ "content": "[MASK]",
38
+ "lstrip": false,
39
+ "normalized": false,
40
+ "rstrip": false,
41
+ "single_word": false,
42
+ "special": true
43
+ }
44
+ },
45
+ "clean_up_tokenization_spaces": true,
46
+ "cls_token": "[CLS]",
47
+ "do_lower_case": true,
48
+ "mask_token": "[MASK]",
49
+ "model_max_length": 1000000000000000019884624838656,
50
+ "pad_token": "[PAD]",
51
+ "sep_token": "[SEP]",
52
+ "strip_accents": null,
53
+ "tokenize_chinese_chars": true,
54
+ "tokenizer_class": "DistilBertTokenizer",
55
+ "unk_token": "[UNK]"
56
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5a8f860b87cf88d1b1430ccc359360deec037f1b0b73cc53de330a03a56185e5
3
+ size 4984
vocab.txt ADDED
The diff for this file is too large to render. See raw diff