vietnhatthai commited on
Commit
77ef444
1 Parent(s): b6ab692

End of training

Browse files
added_tokens.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "[PAD]": 40478
3
+ }
config.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "openai-gpt",
3
+ "afn": "gelu",
4
+ "architectures": [
5
+ "OpenAIGPTLMHeadModel"
6
+ ],
7
+ "attn_pdrop": 0.1,
8
+ "embd_pdrop": 0.1,
9
+ "initializer_range": 0.02,
10
+ "layer_norm_epsilon": 1e-05,
11
+ "model_type": "openai-gpt",
12
+ "n_ctx": 512,
13
+ "n_embd": 768,
14
+ "n_head": 12,
15
+ "n_layer": 12,
16
+ "n_positions": 512,
17
+ "n_special": 0,
18
+ "predict_special_tokens": true,
19
+ "resid_pdrop": 0.1,
20
+ "summary_activation": null,
21
+ "summary_first_dropout": 0.1,
22
+ "summary_proj_to_labels": true,
23
+ "summary_type": "cls_index",
24
+ "summary_use_proj": true,
25
+ "task_specific_params": {
26
+ "text-generation": {
27
+ "do_sample": true,
28
+ "max_length": 50
29
+ }
30
+ },
31
+ "torch_dtype": "float32",
32
+ "transformers_version": "4.30.2",
33
+ "vocab_size": 40478
34
+ }
generation_config.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "transformers_version": "4.30.2"
4
+ }
merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0a184abe5eb05e12ffab39a03a1335225050d5a44282382a9fbb5cb1ceab36c3
3
+ size 478777993
runs/Aug15_09-39-24_711adba4f576/events.out.tfevents.1692092498.711adba4f576.29.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:86de8060dea11492310f4fac7e9de6fe7089942a54d4e2caa80b9ee800130aad
3
+ size 4484
runs/Aug15_09-39-24_711adba4f576/events.out.tfevents.1692093186.711adba4f576.29.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eaf55bbb9e9da4f9b73b41612e8987f72e4b9cc9767baa9dd9a3b6bf24e06380
3
+ size 359
special_tokens_map.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "pad_token": "[PAD]",
3
+ "unk_token": "<unk>"
4
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "clean_up_tokenization_spaces": true,
3
+ "model_max_length": 512,
4
+ "tokenizer_class": "OpenAIGPTTokenizer",
5
+ "unk_token": "<unk>"
6
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0527ed0c331a29cd8108fdc15828040b07e45e35d30ab07cd6ed0b5f58ad6eec
3
+ size 3963
vocab.json ADDED
The diff for this file is too large to render. See raw diff