pratik33 commited on
Commit
bc4f848
1 Parent(s): 449c154

End of training

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "EleutherAI/polyglot-ko-1.3b",
3
+ "architectures": [
4
+ "GPTNeoXForCausalLM"
5
+ ],
6
+ "bos_token_id": 0,
7
+ "classifier_dropout": 0.1,
8
+ "eos_token_id": 0,
9
+ "hidden_act": "gelu",
10
+ "hidden_size": 2048,
11
+ "initializer_range": 0.02,
12
+ "intermediate_size": 8192,
13
+ "layer_norm_eps": 1e-05,
14
+ "max_position_embeddings": 2048,
15
+ "model_type": "gpt_neox",
16
+ "num_attention_heads": 16,
17
+ "num_hidden_layers": 24,
18
+ "rotary_emb_base": 10000,
19
+ "rotary_pct": 0.5,
20
+ "tie_word_embeddings": false,
21
+ "torch_dtype": "float32",
22
+ "transformers_version": "4.29.1",
23
+ "use_cache": true,
24
+ "use_parallel_residual": true,
25
+ "vocab_size": 30080
26
+ }
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.29.1"
6
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e68247f1189aab7e1df72583e782e1f9a8469771be85339e08becec489e3392d
3
+ size 5428031437
runs/May15_10-37-52_996a27a0b74c/1684147083.4383047/events.out.tfevents.1684147083.996a27a0b74c.541.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ab5686ed62f14ce44031079c40dd3b9204c4e4f0fd5dd24f9d619dc6fa2b60a1
3
+ size 5927
runs/May15_10-37-52_996a27a0b74c/events.out.tfevents.1684147083.996a27a0b74c.541.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:920ed7a2ef98eab60b8cf2c68ccdd8514902e128b86b14e22df0e92305a1d67f
3
+ size 4658
runs/May15_10-37-52_996a27a0b74c/events.out.tfevents.1684147623.996a27a0b74c.541.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3c296c4031c49634d5571660eaf15f179e5a2497d5f42132d34b506ef507afca
3
+ size 359
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
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:910cc24a714a6662f554b2a0f9864cf7390dc7cddbb05699623566144fca45b1
3
+ size 3899