abhirajeshbhai commited on
Commit
22a8f3f
1 Parent(s): 3a161d3

Training in progress, epoch 1

Browse files
added_tokens.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "<unk>": 0
3
+ }
config.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "afn": "gelu",
3
+ "architectures": [
4
+ "OpenAIGPTLMHeadModel"
5
+ ],
6
+ "attn_pdrop": 0.1,
7
+ "embd_pdrop": 0.1,
8
+ "initializer_range": 0.02,
9
+ "layer_norm_epsilon": 1e-05,
10
+ "model_type": "openai-gpt",
11
+ "n_embd": 512,
12
+ "n_head": 4,
13
+ "n_layer": 4,
14
+ "n_positions": 531,
15
+ "resid_pdrop": 0.1,
16
+ "summary_activation": null,
17
+ "summary_first_dropout": 0.1,
18
+ "summary_proj_to_labels": true,
19
+ "summary_type": "cls_index",
20
+ "summary_use_proj": true,
21
+ "torch_dtype": "float32",
22
+ "transformers_version": "4.34.0",
23
+ "vocab_size": 40478
24
+ }
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:ace0c11c374c40f30bcec5e75ff29acb949b5f5f88430da996b1d7031ff44d48
3
+ size 134440647
special_tokens_map.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "pad_token": "<PAD>",
3
+ "unk_token": "<unk>"
4
+ }
tokenizer_config.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "added_tokens_decoder": {
3
+ "0": {
4
+ "content": "<unk>",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false,
9
+ "special": false
10
+ }
11
+ },
12
+ "additional_special_tokens": [],
13
+ "clean_up_tokenization_spaces": true,
14
+ "model_max_length": 512,
15
+ "tokenizer_class": "OpenAIGPTTokenizer",
16
+ "tokenizer_file": "/root/.cache/huggingface/hub/models--openai-gpt/snapshots/adacbec1426c790163037629ab537b20464a8f71/tokenizer.json",
17
+ "unk_token": "<unk>"
18
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0516b92b5ab8d0fc2d6b168b9133700082bd26818b1c8621545ac4b44f1ee0c3
3
+ size 4091
vocab.json ADDED
The diff for this file is too large to render. See raw diff