ramdhanfirdaus
commited on
Commit
•
7bb504a
1
Parent(s):
690d196
Training in progress, step 3100
Browse files
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 75507072
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:153147260199c704e8bfd106addf0bce7dd09e996a0b77778bff08d6d95bc8c8
|
3 |
size 75507072
|
runs/Nov04_11-20-10_ramdhanfirdaus-pod/events.out.tfevents.1699096838.ramdhanfirdaus-pod.61119.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:60f727aeef214dfddaa445573025d345377268db3d2d5d724c3efcabaccc4a15
|
3 |
+
size 5353
|
special_tokens_map.json
CHANGED
@@ -12,6 +12,12 @@
|
|
12 |
">>SUFFIX<<",
|
13 |
">>MIDDLE<<"
|
14 |
],
|
15 |
-
"eos_token":
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
"pad_token": "<|endoftext|>"
|
17 |
}
|
|
|
12 |
">>SUFFIX<<",
|
13 |
">>MIDDLE<<"
|
14 |
],
|
15 |
+
"eos_token": {
|
16 |
+
"content": "<|endoftext|>",
|
17 |
+
"lstrip": false,
|
18 |
+
"normalized": false,
|
19 |
+
"rstrip": false,
|
20 |
+
"single_word": false
|
21 |
+
},
|
22 |
"pad_token": "<|endoftext|>"
|
23 |
}
|
tokenizer_config.json
CHANGED
@@ -113,11 +113,15 @@
|
|
113 |
],
|
114 |
"clean_up_tokenization_spaces": true,
|
115 |
"eos_token": "<|endoftext|>",
|
|
|
116 |
"model_input_names": [
|
117 |
"input_ids",
|
118 |
"attention_mask"
|
119 |
],
|
120 |
"model_max_length": 2048,
|
121 |
"pad_token": "<|endoftext|>",
|
122 |
-
"
|
|
|
|
|
|
|
123 |
}
|
|
|
113 |
],
|
114 |
"clean_up_tokenization_spaces": true,
|
115 |
"eos_token": "<|endoftext|>",
|
116 |
+
"max_length": 512,
|
117 |
"model_input_names": [
|
118 |
"input_ids",
|
119 |
"attention_mask"
|
120 |
],
|
121 |
"model_max_length": 2048,
|
122 |
"pad_token": "<|endoftext|>",
|
123 |
+
"stride": 0,
|
124 |
+
"tokenizer_class": "PreTrainedTokenizerFast",
|
125 |
+
"truncation_side": "right",
|
126 |
+
"truncation_strategy": "longest_first"
|
127 |
}
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4219
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ac18d79547677891adc0e1a81cd6b672e7bb00fb497880f12dac0fd79be710c2
|
3 |
size 4219
|