alitolga commited on
Commit
b813493
1 Parent(s): c865a6b

End of training

Browse files
README.md CHANGED
@@ -15,7 +15,7 @@ should probably proofread and complete it, then remove this comment. -->
15
 
16
  This model is a fine-tuned version of [microsoft/deberta-v3-base](https://huggingface.co/microsoft/deberta-v3-base) on the None dataset.
17
  It achieves the following results on the evaluation set:
18
- - Loss: 4.3589
19
 
20
  ## Model description
21
 
@@ -35,8 +35,8 @@ More information needed
35
 
36
  The following hyperparameters were used during training:
37
  - learning_rate: 2e-05
38
- - train_batch_size: 8
39
- - eval_batch_size: 8
40
  - seed: 42
41
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
42
  - lr_scheduler_type: linear
@@ -46,14 +46,14 @@ The following hyperparameters were used during training:
46
 
47
  | Training Loss | Epoch | Step | Validation Loss |
48
  |:-------------:|:-----:|:----:|:---------------:|
49
- | 10.294 | 1.0 | 267 | 7.1296 |
50
- | 5.9303 | 2.0 | 534 | 4.8671 |
51
- | 5.0929 | 3.0 | 801 | 4.3589 |
52
 
53
 
54
  ### Framework versions
55
 
56
- - Transformers 4.35.2
57
- - Pytorch 2.1.1+cu118
58
- - Datasets 2.15.0
59
- - Tokenizers 0.15.0
 
15
 
16
  This model is a fine-tuned version of [microsoft/deberta-v3-base](https://huggingface.co/microsoft/deberta-v3-base) on the None dataset.
17
  It achieves the following results on the evaluation set:
18
+ - Loss: 13.0188
19
 
20
  ## Model description
21
 
 
35
 
36
  The following hyperparameters were used during training:
37
  - learning_rate: 2e-05
38
+ - train_batch_size: 32
39
+ - eval_batch_size: 32
40
  - seed: 42
41
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
42
  - lr_scheduler_type: linear
 
46
 
47
  | Training Loss | Epoch | Step | Validation Loss |
48
  |:-------------:|:-----:|:----:|:---------------:|
49
+ | No log | 1.0 | 45 | 13.7367 |
50
+ | No log | 2.0 | 90 | 13.2402 |
51
+ | 13.9123 | 3.0 | 135 | 13.0188 |
52
 
53
 
54
  ### Framework versions
55
 
56
+ - Transformers 4.35.0
57
+ - Pytorch 2.1.0+cu121
58
+ - Datasets 2.14.6
59
+ - Tokenizers 0.14.1
adapter_config.json CHANGED
@@ -8,8 +8,11 @@
8
  "init_lora_weights": true,
9
  "layers_pattern": null,
10
  "layers_to_transform": null,
 
11
  "lora_alpha": 32,
12
  "lora_dropout": 0.1,
 
 
13
  "modules_to_save": null,
14
  "peft_type": "LORA",
15
  "r": 8,
 
8
  "init_lora_weights": true,
9
  "layers_pattern": null,
10
  "layers_to_transform": null,
11
+ "loftq_config": {},
12
  "lora_alpha": 32,
13
  "lora_dropout": 0.1,
14
+ "megatron_config": null,
15
+ "megatron_core": "megatron.core",
16
  "modules_to_save": null,
17
  "peft_type": "LORA",
18
  "r": 8,
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:fbba31df36054e9d08b800aea68ff8cc37fae3a44d633f7a0b692f37b68694f5
3
  size 1186712
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:626ac32e3d5fd3ce3a77d1a12495af88bf132f178e242e4844a262f9440ea125
3
  size 1186712
tokenizer.json CHANGED
@@ -76,8 +76,7 @@
76
  {
77
  "type": "Metaspace",
78
  "replacement": "▁",
79
- "add_prefix_space": true,
80
- "prepend_scheme": "always"
81
  }
82
  ]
83
  },
@@ -159,8 +158,7 @@
159
  "decoder": {
160
  "type": "Metaspace",
161
  "replacement": "▁",
162
- "add_prefix_space": true,
163
- "prepend_scheme": "always"
164
  },
165
  "model": {
166
  "type": "Unigram",
 
76
  {
77
  "type": "Metaspace",
78
  "replacement": "▁",
79
+ "add_prefix_space": true
 
80
  }
81
  ]
82
  },
 
158
  "decoder": {
159
  "type": "Metaspace",
160
  "replacement": "▁",
161
+ "add_prefix_space": true
 
162
  },
163
  "model": {
164
  "type": "Unigram",
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5901106102bb118093972001088930fb5ae1b683beb414984baee1c16204d6a0
3
  size 4536
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:95b3fbcdde6ee1ea04dd203e52a67afe87c998a9e22ff18cf25a67d0e71203b5
3
  size 4536