umangshikarvar commited on
Commit
805ba08
·
verified ·
1 Parent(s): c1d4b9b

initial commit

Browse files
adapter_config.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "EleutherAI/gpt-neo-1.3B",
5
+ "bias": "none",
6
+ "corda_config": null,
7
+ "eva_config": null,
8
+ "exclude_modules": null,
9
+ "fan_in_fan_out": false,
10
+ "inference_mode": true,
11
+ "init_lora_weights": true,
12
+ "layer_replication": null,
13
+ "layers_pattern": null,
14
+ "layers_to_transform": null,
15
+ "loftq_config": {},
16
+ "lora_alpha": 16,
17
+ "lora_bias": false,
18
+ "lora_dropout": 0.05,
19
+ "megatron_config": null,
20
+ "megatron_core": "megatron.core",
21
+ "modules_to_save": null,
22
+ "peft_type": "LORA",
23
+ "r": 8,
24
+ "rank_pattern": {},
25
+ "revision": null,
26
+ "target_modules": [
27
+ "attention.v_proj",
28
+ "attention.q_proj"
29
+ ],
30
+ "task_type": "CAUSAL_LM",
31
+ "trainable_token_indices": null,
32
+ "use_dora": false,
33
+ "use_rslora": false
34
+ }
adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:824e302cf9a2cbbc9551e651f6638caa23bb74d2823772948b52989a7be506ee
3
+ size 6304672
merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b35621f00d17997a5869240c9518484492fff90513202063110df10f63444846
3
+ size 12663802
rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6eb1e4deaa9e87d0bd96219c7a84b03886b1358cadef3c265d6438d0744b6a8d
3
+ size 14244
scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:079e98317a0bafa89e69868dfd90a63dc2e8575f1b29f30ca7aa2068bc25659d
3
+ size 988
scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5cad392d8b42fc15856d31b7b94cf1fc57aafcc5465c7f99fff9a29160979252
3
+ size 1064
special_tokens_map.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<|endoftext|>",
4
+ "lstrip": false,
5
+ "normalized": true,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "eos_token": {
10
+ "content": "<|endoftext|>",
11
+ "lstrip": false,
12
+ "normalized": true,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": "<|endoftext|>",
17
+ "unk_token": {
18
+ "content": "<|endoftext|>",
19
+ "lstrip": false,
20
+ "normalized": true,
21
+ "rstrip": false,
22
+ "single_word": false
23
+ }
24
+ }
tokenizer_config.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": false,
3
+ "add_prefix_space": false,
4
+ "added_tokens_decoder": {
5
+ "50256": {
6
+ "content": "<|endoftext|>",
7
+ "lstrip": false,
8
+ "normalized": true,
9
+ "rstrip": false,
10
+ "single_word": false,
11
+ "special": true
12
+ }
13
+ },
14
+ "bos_token": "<|endoftext|>",
15
+ "clean_up_tokenization_spaces": false,
16
+ "eos_token": "<|endoftext|>",
17
+ "errors": "replace",
18
+ "extra_special_tokens": {},
19
+ "model_max_length": 2048,
20
+ "pad_token": "<|endoftext|>",
21
+ "tokenizer_class": "GPT2Tokenizer",
22
+ "unk_token": "<|endoftext|>"
23
+ }
trainer_state.json ADDED
@@ -0,0 +1,94 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": 9732,
3
+ "best_metric": 3.264747381210327,
4
+ "best_model_checkpoint": "./checkpoints_tweeteval_lora/checkpoint-9732",
5
+ "epoch": 4.0,
6
+ "eval_steps": 500,
7
+ "global_step": 9732,
8
+ "is_hyper_param_search": false,
9
+ "is_local_process_zero": true,
10
+ "is_world_process_zero": true,
11
+ "log_history": [
12
+ {
13
+ "epoch": 1.0,
14
+ "grad_norm": 0.8289690017700195,
15
+ "learning_rate": 0.00018001644060830252,
16
+ "loss": 3.293,
17
+ "step": 2433
18
+ },
19
+ {
20
+ "epoch": 1.0,
21
+ "eval_loss": 3.3217873573303223,
22
+ "eval_runtime": 215.2285,
23
+ "eval_samples_per_second": 33.913,
24
+ "eval_steps_per_second": 2.83,
25
+ "step": 2433
26
+ },
27
+ {
28
+ "epoch": 2.0,
29
+ "grad_norm": 0.8954250812530518,
30
+ "learning_rate": 0.00016001644060830252,
31
+ "loss": 3.1711,
32
+ "step": 4866
33
+ },
34
+ {
35
+ "epoch": 2.0,
36
+ "eval_loss": 3.2837774753570557,
37
+ "eval_runtime": 214.9427,
38
+ "eval_samples_per_second": 33.958,
39
+ "eval_steps_per_second": 2.833,
40
+ "step": 4866
41
+ },
42
+ {
43
+ "epoch": 3.0,
44
+ "grad_norm": 1.1570912599563599,
45
+ "learning_rate": 0.00014002466091245377,
46
+ "loss": 3.1122,
47
+ "step": 7299
48
+ },
49
+ {
50
+ "epoch": 3.0,
51
+ "eval_loss": 3.268982172012329,
52
+ "eval_runtime": 215.0597,
53
+ "eval_samples_per_second": 33.939,
54
+ "eval_steps_per_second": 2.832,
55
+ "step": 7299
56
+ },
57
+ {
58
+ "epoch": 4.0,
59
+ "grad_norm": 1.0732226371765137,
60
+ "learning_rate": 0.00012003288121660504,
61
+ "loss": 3.0648,
62
+ "step": 9732
63
+ },
64
+ {
65
+ "epoch": 4.0,
66
+ "eval_loss": 3.264747381210327,
67
+ "eval_runtime": 215.0558,
68
+ "eval_samples_per_second": 33.94,
69
+ "eval_steps_per_second": 2.832,
70
+ "step": 9732
71
+ }
72
+ ],
73
+ "logging_steps": 500,
74
+ "max_steps": 24330,
75
+ "num_input_tokens_seen": 0,
76
+ "num_train_epochs": 10,
77
+ "save_steps": 500,
78
+ "stateful_callbacks": {
79
+ "TrainerControl": {
80
+ "args": {
81
+ "should_epoch_stop": false,
82
+ "should_evaluate": false,
83
+ "should_log": false,
84
+ "should_save": true,
85
+ "should_training_stop": false
86
+ },
87
+ "attributes": {}
88
+ }
89
+ },
90
+ "total_flos": 4.340655923795067e+17,
91
+ "train_batch_size": 12,
92
+ "trial_name": null,
93
+ "trial_params": null
94
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6ecaa435b8a825d18d73bb5c75a7f2d197ac464e4dbb970bd2caf548aef12065
3
+ size 5240
vocab.json ADDED
The diff for this file is too large to render. See raw diff