ramdhanfirdaus
commited on
Commit
•
7f80a89
1
Parent(s):
f156d24
Training in progress, step 3600
Browse files- adapter_model.safetensors +1 -1
- runs/Nov04_07-40-45_ramdhanfirdaus-pod/events.out.tfevents.1699083656.ramdhanfirdaus-pod.57281.0 +2 -2
- runs/Nov04_11-16-11_ramdhanfirdaus-pod/events.out.tfevents.1699096590.ramdhanfirdaus-pod.60628.0 +3 -0
- runs/Nov04_11-18-07_ramdhanfirdaus-pod/events.out.tfevents.1699096711.ramdhanfirdaus-pod.60628.1 +3 -0
- special_tokens_map.json +22 -3
- tokenizer.json +6 -1
- tokenizer_config.json +1 -0
- training_args.bin +1 -1
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 50338848
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ab272531ca4f7f21d89ada6774e8e5bc07ab11ecffda04d158c5f53998ca655d
|
3 |
size 50338848
|
runs/Nov04_07-40-45_ramdhanfirdaus-pod/events.out.tfevents.1699083656.ramdhanfirdaus-pod.57281.0
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0611807292c7dbd7ee01f4d2943120e8ad886b6bf9b419a5e93ca52ae65c2513
|
3 |
+
size 23193
|
runs/Nov04_11-16-11_ramdhanfirdaus-pod/events.out.tfevents.1699096590.ramdhanfirdaus-pod.60628.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:01e72fe782b75f5ac0c25ffaf13ca9c7060e9501633d07baae72482cd77bc1bc
|
3 |
+
size 4948
|
runs/Nov04_11-18-07_ramdhanfirdaus-pod/events.out.tfevents.1699096711.ramdhanfirdaus-pod.60628.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:607b47eda655c5c179a5a9131d3acfb1e4ca8dab2c2b027c5d12c84155408f36
|
3 |
+
size 5376
|
special_tokens_map.json
CHANGED
@@ -1,5 +1,24 @@
|
|
1 |
{
|
2 |
-
"bos_token":
|
3 |
-
|
4 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
}
|
|
|
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
CHANGED
@@ -1,6 +1,11 @@
|
|
1 |
{
|
2 |
"version": "1.0",
|
3 |
-
"truncation":
|
|
|
|
|
|
|
|
|
|
|
4 |
"padding": null,
|
5 |
"added_tokens": [
|
6 |
{
|
|
|
1 |
{
|
2 |
"version": "1.0",
|
3 |
+
"truncation": {
|
4 |
+
"direction": "Right",
|
5 |
+
"max_length": 512,
|
6 |
+
"strategy": "LongestFirst",
|
7 |
+
"stride": 0
|
8 |
+
},
|
9 |
"padding": null,
|
10 |
"added_tokens": [
|
11 |
{
|
tokenizer_config.json
CHANGED
@@ -14,6 +14,7 @@
|
|
14 |
"clean_up_tokenization_spaces": true,
|
15 |
"eos_token": "<|endoftext|>",
|
16 |
"model_max_length": 1024,
|
|
|
17 |
"tokenizer_class": "GPT2Tokenizer",
|
18 |
"unk_token": "<|endoftext|>"
|
19 |
}
|
|
|
14 |
"clean_up_tokenization_spaces": true,
|
15 |
"eos_token": "<|endoftext|>",
|
16 |
"model_max_length": 1024,
|
17 |
+
"pad_token": "<|endoftext|>",
|
18 |
"tokenizer_class": "GPT2Tokenizer",
|
19 |
"unk_token": "<|endoftext|>"
|
20 |
}
|
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:8359692bdb4a6bb3efa0d10dd8036b5f919a9ea002e4dc4eb94a27d30c9b489f
|
3 |
size 4219
|