daniyalfarh commited on
Commit
92f983e
·
verified ·
1 Parent(s): 3ab9093

daniyalfarh/NQG-model

Browse files
README.md CHANGED
@@ -18,7 +18,7 @@ should probably proofread and complete it, then remove this comment. -->
18
 
19
  This model is a fine-tuned version of [t5-base](https://huggingface.co/t5-base) on an unknown dataset.
20
  It achieves the following results on the evaluation set:
21
- - Loss: 1.2328
22
 
23
  ## Model description
24
 
@@ -37,18 +37,28 @@ More information needed
37
  ### Training hyperparameters
38
 
39
  The following hyperparameters were used during training:
40
- - learning_rate: 5e-05
41
- - train_batch_size: 4
42
  - eval_batch_size: 8
43
  - seed: 42
44
  - gradient_accumulation_steps: 4
45
- - total_train_batch_size: 16
46
  - optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
47
  - lr_scheduler_type: linear
48
- - num_epochs: 30
49
 
50
  ### Training results
51
 
 
 
 
 
 
 
 
 
 
 
52
 
53
 
54
  ### Framework versions
 
18
 
19
  This model is a fine-tuned version of [t5-base](https://huggingface.co/t5-base) on an unknown dataset.
20
  It achieves the following results on the evaluation set:
21
+ - Loss: 1.0976
22
 
23
  ## Model description
24
 
 
37
  ### Training hyperparameters
38
 
39
  The following hyperparameters were used during training:
40
+ - learning_rate: 0.0001
41
+ - train_batch_size: 8
42
  - eval_batch_size: 8
43
  - seed: 42
44
  - gradient_accumulation_steps: 4
45
+ - total_train_batch_size: 32
46
  - optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
47
  - lr_scheduler_type: linear
48
+ - num_epochs: 20
49
 
50
  ### Training results
51
 
52
+ | Training Loss | Epoch | Step | Validation Loss |
53
+ |:-------------:|:-------:|:----:|:---------------:|
54
+ | 3.5924 | 2.3855 | 50 | 2.1567 |
55
+ | 1.7564 | 4.7711 | 100 | 1.6550 |
56
+ | 1.496 | 7.1446 | 150 | 1.3835 |
57
+ | 1.3101 | 9.5301 | 200 | 1.2363 |
58
+ | 1.1218 | 11.9157 | 250 | 1.1690 |
59
+ | 1.1661 | 14.2892 | 300 | 1.1288 |
60
+ | 1.1055 | 16.6747 | 350 | 1.1075 |
61
+ | 1.1016 | 19.0482 | 400 | 1.0976 |
62
 
63
 
64
  ### Framework versions
adapter_config.json CHANGED
@@ -13,7 +13,7 @@
13
  "layers_pattern": null,
14
  "layers_to_transform": null,
15
  "loftq_config": {},
16
- "lora_alpha": 64,
17
  "lora_bias": false,
18
  "lora_dropout": 0.1,
19
  "megatron_config": null,
@@ -21,12 +21,12 @@
21
  "modules_to_save": null,
22
  "peft_type": "LORA",
23
  "qalora_group_size": 16,
24
- "r": 128,
25
  "rank_pattern": {},
26
  "revision": null,
27
  "target_modules": [
28
- "v",
29
- "q"
30
  ],
31
  "task_type": "SEQ_2_SEQ_LM",
32
  "trainable_token_indices": null,
 
13
  "layers_pattern": null,
14
  "layers_to_transform": null,
15
  "loftq_config": {},
16
+ "lora_alpha": 128,
17
  "lora_bias": false,
18
  "lora_dropout": 0.1,
19
  "megatron_config": null,
 
21
  "modules_to_save": null,
22
  "peft_type": "LORA",
23
  "qalora_group_size": 16,
24
+ "r": 64,
25
  "rank_pattern": {},
26
  "revision": null,
27
  "target_modules": [
28
+ "q",
29
+ "v"
30
  ],
31
  "task_type": "SEQ_2_SEQ_LM",
32
  "trainable_token_indices": null,
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:fa4bc585e732d5df1533056b4d4673b4a432f74397162f220f39de93516726dd
3
- size 253866264
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1cbec968a98dce04095ff52b06f243c050e384af794f2794241aad7331dbe92c
3
+ size 225554512
logs/events.out.tfevents.1761729749.a6cb26f28323.37.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:93bdd5e8738caa4d3ff0c55f3f31a1f9de065cd0e4ce944222b18d2e42b040ec
3
+ size 12749
logs/events.out.tfevents.1761731722.a6cb26f28323.37.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:71f5176d9d304bf9b808afb3822a5474a37089a3da33fcc1256a9b7d7b06f0e6
3
+ size 359
tokenizer.json CHANGED
@@ -1,21 +1,7 @@
1
  {
2
  "version": "1.0",
3
- "truncation": {
4
- "direction": "Right",
5
- "max_length": 512,
6
- "strategy": "LongestFirst",
7
- "stride": 0
8
- },
9
- "padding": {
10
- "strategy": {
11
- "Fixed": 512
12
- },
13
- "direction": "Right",
14
- "pad_to_multiple_of": null,
15
- "pad_id": 0,
16
- "pad_type_id": 0,
17
- "pad_token": "<pad>"
18
- },
19
  "added_tokens": [
20
  {
21
  "id": 0,
 
1
  {
2
  "version": "1.0",
3
+ "truncation": null,
4
+ "padding": null,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  "added_tokens": [
6
  {
7
  "id": 0,
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:acc7ef01e2956ce2a0f14309dfda676e94886f7f1376eca7a76c2e0bef4f5770
3
  size 5368
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ce01364fa0f6e11ed132a1a3dc49e26f959d2bb93d33644ce4dd94a6f6801cce
3
  size 5368