Roner1 commited on
Commit
108e5b3
·
verified ·
1 Parent(s): d576f4f

Training in progress, step 150

Browse files
adapter_config.json ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "inception-mbzuai/jais-13b-chat",
5
+ "bias": "none",
6
+ "fan_in_fan_out": false,
7
+ "inference_mode": true,
8
+ "init_lora_weights": true,
9
+ "layer_replication": null,
10
+ "layers_pattern": null,
11
+ "layers_to_transform": null,
12
+ "loftq_config": {},
13
+ "lora_alpha": 64,
14
+ "lora_dropout": 0.1,
15
+ "megatron_config": null,
16
+ "megatron_core": "megatron.core",
17
+ "modules_to_save": null,
18
+ "peft_type": "LORA",
19
+ "r": 16,
20
+ "rank_pattern": {},
21
+ "revision": null,
22
+ "target_modules": {
23
+ "lm_head": "Linear4bit",
24
+ "transformer.h.31.attn.c_attn": "Linear4bit",
25
+ "transformer.h.31.attn.c_proj": "Linear4bit",
26
+ "transformer.h.31.mlp.c_fc": "Linear4bit",
27
+ "transformer.h.31.mlp.c_fc2": "Linear4bit",
28
+ "transformer.h.31.mlp.c_proj": "Linear4bit",
29
+ "transformer.h.39.attn.c_attn": "Linear4bit",
30
+ "transformer.h.39.attn.c_proj": "Linear4bit",
31
+ "transformer.h.39.mlp.c_fc": "Linear4bit",
32
+ "transformer.h.39.mlp.c_fc2": "Linear4bit",
33
+ "transformer.h.39.mlp.c_proj": "Linear4bit"
34
+ },
35
+ "task_type": "CAUSAL_LM",
36
+ "use_dora": false,
37
+ "use_rslora": false
38
+ }
adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c0f6cc85e16701c65edac4081267d7ece98445988732192e66727701078b7c5b
3
+ size 1757547392
runs/May08_13-17-02_1a4355fd49c6/events.out.tfevents.1715174223.1a4355fd49c6.293.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:87d3dfc02d9cc544c860fa83ce3f59b8c9186c975dad0b9763766118c625e1cd
3
+ size 4184
runs/May08_13-22-43_1a4355fd49c6/events.out.tfevents.1715174564.1a4355fd49c6.3824.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:279986aa30287f7e0379268f63fe4d4510b1b089574831085158b38041805545
3
+ size 4184
runs/May08_13-28-31_1a4355fd49c6/events.out.tfevents.1715174912.1a4355fd49c6.5658.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e6d7fa38e3ecf8353424eccd7da6d5563d8998f053e42fcdc68aaa6aa72197d2
3
+ size 5889
runs/May08_13-35-45_1a4355fd49c6/events.out.tfevents.1715175346.1a4355fd49c6.7870.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0dbb91e2aea1d7dde724489da1e2f4ab5c2c5676455293ec1d64745bd48bf0ba
3
+ size 4184
runs/May08_13-40-58_1a4355fd49c6/events.out.tfevents.1715175659.1a4355fd49c6.9554.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:082733d2b9c1cabcc61a7d194618b935a88c0e081acac943b2b4e3b0c2463ee5
3
+ size 4184
runs/May08_13-46-55_1a4355fd49c6/events.out.tfevents.1715176016.1a4355fd49c6.11417.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2c47cce71751256784a5d57d2db121a6e2dc728ee5bdd5bdd531b4b45d37a95c
3
+ size 7135
special_tokens_map.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<|endoftext|>",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "eos_token": {
10
+ "content": "<|endoftext|>",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": "<|endoftext|>",
17
+ "unk_token": {
18
+ "content": "<|endoftext|>",
19
+ "lstrip": false,
20
+ "normalized": false,
21
+ "rstrip": false,
22
+ "single_word": false
23
+ }
24
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "added_tokens_decoder": {
3
+ "0": {
4
+ "content": "<|endoftext|>",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false,
9
+ "special": true
10
+ }
11
+ },
12
+ "bos_token": "<|endoftext|>",
13
+ "clean_up_tokenization_spaces": true,
14
+ "eos_token": "<|endoftext|>",
15
+ "model_max_length": 2048,
16
+ "pad_token": "<|endoftext|>",
17
+ "tokenizer_class": "PreTrainedTokenizerFast",
18
+ "unk_token": "<|endoftext|>"
19
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c25bf010f4f17c937c7fb28de8a18b3f440859d36dba17b52fd16e60a245b4fd
3
+ size 4984