Training in progress, step 100
Browse files- .gitattributes +1 -0
- adapter_config.json +25 -0
- adapter_model.safetensors +3 -0
- runs/Dec02_10-21-01_ramdhanfirdaus-pod/events.out.tfevents.1701512472.ramdhanfirdaus-pod.138193.0 +3 -0
- runs/Dec02_12-18-53_ramdhanfirdaus-pod/events.out.tfevents.1701519545.ramdhanfirdaus-pod.140308.0 +3 -0
- runs/Dec02_12-42-35_ramdhanfirdaus-pod/events.out.tfevents.1701520967.ramdhanfirdaus-pod.146046.0 +3 -0
- runs/Dec02_12-58-23_ramdhanfirdaus-pod/events.out.tfevents.1701521915.ramdhanfirdaus-pod.146483.0 +3 -0
- runs/Dec02_13-31-23_ramdhanfirdaus-pod/events.out.tfevents.1701523895.ramdhanfirdaus-pod.147036.0 +3 -0
- special_tokens_map.json +6 -0
- tokenizer.json +3 -0
- tokenizer_config.json +44 -0
- training_args.bin +3 -0
.gitattributes
CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
+
tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
adapter_config.json
ADDED
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "bigscience/bloom-560m",
|
5 |
+
"bias": "none",
|
6 |
+
"fan_in_fan_out": false,
|
7 |
+
"inference_mode": true,
|
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.05,
|
14 |
+
"megatron_config": null,
|
15 |
+
"megatron_core": "megatron.core",
|
16 |
+
"modules_to_save": null,
|
17 |
+
"peft_type": "LORA",
|
18 |
+
"r": 16,
|
19 |
+
"rank_pattern": {},
|
20 |
+
"revision": null,
|
21 |
+
"target_modules": [
|
22 |
+
"query_key_value"
|
23 |
+
],
|
24 |
+
"task_type": "CAUSAL_LM"
|
25 |
+
}
|
adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0c28661f13098cde8b959bdc0ab28bd6ff85326b0963262e0cc321286af0afdf
|
3 |
+
size 6298560
|
runs/Dec02_10-21-01_ramdhanfirdaus-pod/events.out.tfevents.1701512472.ramdhanfirdaus-pod.138193.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5e759cb22d442d4b3d8df25b82bd21639c5089944a6cb7844c8bf5766984727b
|
3 |
+
size 5006
|
runs/Dec02_12-18-53_ramdhanfirdaus-pod/events.out.tfevents.1701519545.ramdhanfirdaus-pod.140308.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ae060275c3dcbc7dcd9e521e09aa573be774cce12a22bdd90d5d1efda35a0ef8
|
3 |
+
size 5006
|
runs/Dec02_12-42-35_ramdhanfirdaus-pod/events.out.tfevents.1701520967.ramdhanfirdaus-pod.146046.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a070f6673caebe9af733fd95f26fde11b147cda1819e63b2cb86ff59de184fb4
|
3 |
+
size 5006
|
runs/Dec02_12-58-23_ramdhanfirdaus-pod/events.out.tfevents.1701521915.ramdhanfirdaus-pod.146483.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8b0cf494f4ff6dd4ce98ab78c6070f05999b12da039cea7ef041ca5bbda6aeb8
|
3 |
+
size 5006
|
runs/Dec02_13-31-23_ramdhanfirdaus-pod/events.out.tfevents.1701523895.ramdhanfirdaus-pod.147036.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ff361e82e6775815460ad25968657afe6bdd4a741db8f720ec00fefe2d1ad945
|
3 |
+
size 5272
|
special_tokens_map.json
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token": "<s>",
|
3 |
+
"eos_token": "</s>",
|
4 |
+
"pad_token": "<pad>",
|
5 |
+
"unk_token": "<unk>"
|
6 |
+
}
|
tokenizer.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:17a208233d2ee8d8c83b23bc214df737c44806a1919f444e89b31e586cd956ba
|
3 |
+
size 14500471
|
tokenizer_config.json
ADDED
@@ -0,0 +1,44 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"added_tokens_decoder": {
|
3 |
+
"0": {
|
4 |
+
"content": "<unk>",
|
5 |
+
"lstrip": false,
|
6 |
+
"normalized": false,
|
7 |
+
"rstrip": false,
|
8 |
+
"single_word": false,
|
9 |
+
"special": true
|
10 |
+
},
|
11 |
+
"1": {
|
12 |
+
"content": "<s>",
|
13 |
+
"lstrip": false,
|
14 |
+
"normalized": false,
|
15 |
+
"rstrip": false,
|
16 |
+
"single_word": false,
|
17 |
+
"special": true
|
18 |
+
},
|
19 |
+
"2": {
|
20 |
+
"content": "</s>",
|
21 |
+
"lstrip": false,
|
22 |
+
"normalized": false,
|
23 |
+
"rstrip": false,
|
24 |
+
"single_word": false,
|
25 |
+
"special": true
|
26 |
+
},
|
27 |
+
"3": {
|
28 |
+
"content": "<pad>",
|
29 |
+
"lstrip": false,
|
30 |
+
"normalized": false,
|
31 |
+
"rstrip": false,
|
32 |
+
"single_word": false,
|
33 |
+
"special": true
|
34 |
+
}
|
35 |
+
},
|
36 |
+
"bos_token": "<s>",
|
37 |
+
"clean_up_tokenization_spaces": true,
|
38 |
+
"eos_token": "</s>",
|
39 |
+
"model_max_length": 1000000000000000019884624838656,
|
40 |
+
"pad_token": "<pad>",
|
41 |
+
"padding_side": "left",
|
42 |
+
"tokenizer_class": "PreTrainedTokenizerFast",
|
43 |
+
"unk_token": "<unk>"
|
44 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:09fd37c9ba3c61f0b737cf3514849b110f6f89b8c5a97e8a43ff08f095f45b29
|
3 |
+
size 4347
|