alitolga commited on
Commit
74f7959
1 Parent(s): fd961c2

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 [facebook/bart-base](https://huggingface.co/facebook/bart-base) on the None dataset.
17
  It achieves the following results on the evaluation set:
18
- - Loss: 5.4568
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
- | 9.3032 | 1.0 | 267 | 7.0672 |
50
- | 6.2279 | 2.0 | 534 | 5.7116 |
51
- | 5.7558 | 3.0 | 801 | 5.4568 |
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 [facebook/bart-base](https://huggingface.co/facebook/bart-base) on the None dataset.
17
  It achieves the following results on the evaluation set:
18
+ - Loss: 8.8815
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 | 67 | 10.0038 |
50
+ | 11.0208 | 2.0 | 134 | 9.1743 |
51
+ | 10.318 | 3.0 | 201 | 8.8815 |
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,16 +8,19 @@
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,
16
  "rank_pattern": {},
17
  "revision": null,
18
  "target_modules": [
19
- "v_proj",
20
- "q_proj"
21
  ],
22
  "task_type": "CAUSAL_LM"
23
  }
 
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,
19
  "rank_pattern": {},
20
  "revision": null,
21
  "target_modules": [
22
+ "q_proj",
23
+ "v_proj"
24
  ],
25
  "task_type": "CAUSAL_LM"
26
  }
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:eb5ef0ffeb4a650f7667f03beb582cdbe732e1736d8ac4e85eb3b80dbd816e8b
3
  size 1186296
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3aa2b44739f69b68775c56b79d7bc7a1b26f58ed18eb66f941c203b04fd390d0
3
  size 1186296
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0ccc7311dfdbe4e260804a0bd8c6b7bb63767008319bf5c271cc8538806236de
3
  size 4536
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e8019893c48d4a8c37d856dfc9182bb90a0f9c48401365beca3158253245f5a4
3
  size 4536