teddy-f-47
commited on
Commit
•
576513e
1
Parent(s):
49b850d
Training in progress, step 9000
Browse files- config.json +2 -2
- tokenizer_config.json +7 -0
- training_args.bin +1 -1
config.json
CHANGED
@@ -8,9 +8,9 @@
|
|
8 |
"AutoConfig": "microsoft/phi-2--configuration_phi.PhiConfig",
|
9 |
"AutoModelForCausalLM": "microsoft/phi-2--modeling_phi.PhiForCausalLM"
|
10 |
},
|
11 |
-
"bos_token_id":
|
12 |
"embd_pdrop": 0.0,
|
13 |
-
"eos_token_id":
|
14 |
"hidden_act": "gelu_new",
|
15 |
"hidden_size": 2560,
|
16 |
"initializer_range": 0.02,
|
|
|
8 |
"AutoConfig": "microsoft/phi-2--configuration_phi.PhiConfig",
|
9 |
"AutoModelForCausalLM": "microsoft/phi-2--modeling_phi.PhiForCausalLM"
|
10 |
},
|
11 |
+
"bos_token_id": 50256,
|
12 |
"embd_pdrop": 0.0,
|
13 |
+
"eos_token_id": 50256,
|
14 |
"hidden_act": "gelu_new",
|
15 |
"hidden_size": 2560,
|
16 |
"initializer_range": 0.02,
|
tokenizer_config.json
CHANGED
@@ -13,8 +13,15 @@
|
|
13 |
"bos_token": "<|endoftext|>",
|
14 |
"clean_up_tokenization_spaces": true,
|
15 |
"eos_token": "<|endoftext|>",
|
|
|
16 |
"model_max_length": 2048,
|
|
|
17 |
"pad_token": "<|endoftext|>",
|
|
|
|
|
|
|
18 |
"tokenizer_class": "CodeGenTokenizer",
|
|
|
|
|
19 |
"unk_token": "<|endoftext|>"
|
20 |
}
|
|
|
13 |
"bos_token": "<|endoftext|>",
|
14 |
"clean_up_tokenization_spaces": true,
|
15 |
"eos_token": "<|endoftext|>",
|
16 |
+
"max_length": 2048,
|
17 |
"model_max_length": 2048,
|
18 |
+
"pad_to_multiple_of": null,
|
19 |
"pad_token": "<|endoftext|>",
|
20 |
+
"pad_token_type_id": 0,
|
21 |
+
"padding_side": "right",
|
22 |
+
"stride": 10,
|
23 |
"tokenizer_class": "CodeGenTokenizer",
|
24 |
+
"truncation_side": "right",
|
25 |
+
"truncation_strategy": "longest_first",
|
26 |
"unk_token": "<|endoftext|>"
|
27 |
}
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4664
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e0c22bbb2538c0b0cf3d6d3b0f71b11ef476cdc237cbab47100e3b79147e4277
|
3 |
size 4664
|