htkim27 commited on
Commit
5c8a3b5
·
1 Parent(s): cf6c54c

Upload 12 files

Browse files
config.json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "./korean_large_language_models/polyglot-ko-1.3b",
3
+ "architectures": [
4
+ "GPTNeoXForCausalLM"
5
+ ],
6
+ "bos_token_id": 0,
7
+ "eos_token_id": 0,
8
+ "hidden_act": "gelu",
9
+ "hidden_size": 2048,
10
+ "initializer_range": 0.02,
11
+ "intermediate_size": 8192,
12
+ "layer_norm_eps": 1e-05,
13
+ "max_position_embeddings": 2048,
14
+ "model_type": "gpt_neox",
15
+ "num_attention_heads": 16,
16
+ "num_hidden_layers": 24,
17
+ "rotary_emb_base": 10000,
18
+ "rotary_pct": 0.5,
19
+ "tie_word_embeddings": false,
20
+ "torch_dtype": "float32",
21
+ "transformers_version": "4.27.4",
22
+ "use_cache": true,
23
+ "use_parallel_residual": true,
24
+ "vocab_size": 30080
25
+ }
generation_config.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "bos_token_id": 0,
4
+ "eos_token_id": 0,
5
+ "transformers_version": "4.27.4"
6
+ }
optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8052fcf5e798edc057be6db2f93e5a9b8fee383f05b99469ecd452c9060b1238
3
+ size 6168133
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f88bdb7f13b27f96ca54f0080b21f3894d8782f358fc012458aeb8e143159f85
3
+ size 5428031437
rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d9cb7308000ae44c9d6450092742b336c8f6c581184ad117a2f66e5702e619ee
3
+ size 14575
scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8407cd9a8b35109b23b2d6c39ea778b6968ca4e4b28891feeaa109910234c476
3
+ size 557
scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cdffe9b944c468477bbe3e50c755e741709672226e7989cc8403d08fb193053f
3
+ size 627
special_tokens_map.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additional_special_tokens": [
3
+ "<|endoftext|>",
4
+ "<|sep|>",
5
+ "<|acc|>",
6
+ "<|tel|>",
7
+ "<|rrn|>"
8
+ ],
9
+ "eos_token": "<|endoftext|>",
10
+ "pad_token": "<|endoftext|>"
11
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "clean_up_tokenization_spaces": true,
3
+ "eos_token": "<|endoftext|>",
4
+ "model_max_length": 1000000000000000019884624838656,
5
+ "pad_token": "<|endoftext|>",
6
+ "tokenizer_class": "PreTrainedTokenizerFast"
7
+ }
trainer_state.json ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 0.999388960554009,
5
+ "global_step": 230,
6
+ "is_hyper_param_search": false,
7
+ "is_local_process_zero": true,
8
+ "is_world_process_zero": true,
9
+ "log_history": [
10
+ {
11
+ "epoch": 0.0,
12
+ "learning_rate": 1.9971014492753625e-05,
13
+ "loss": 11.4287,
14
+ "step": 1
15
+ },
16
+ {
17
+ "epoch": 1.0,
18
+ "learning_rate": 1.3333333333333333e-05,
19
+ "loss": 0.171,
20
+ "step": 230
21
+ }
22
+ ],
23
+ "max_steps": 690,
24
+ "num_train_epochs": 3,
25
+ "total_flos": 1.1494730347472486e+17,
26
+ "trial_name": null,
27
+ "trial_params": null
28
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:328d7f548a1aa6aba5ba4d2a239824233db20064e0c0a29550f1778e21d47139
3
+ size 3643