keshan commited on
Commit
93701c7
1 Parent(s): b103f1b

adding pytorch model

Browse files
added_tokens.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"<|endoftext|>": 50265}
config.json CHANGED
@@ -1,7 +1,8 @@
1
  {
 
2
  "activation_function": "gelu_new",
3
  "architectures": [
4
- "GPT2LMHeadModel"
5
  ],
6
  "attn_pdrop": 0.0,
7
  "bos_token_id": 50256,
@@ -30,6 +31,7 @@
30
  "max_length": 50
31
  }
32
  },
 
33
  "transformers_version": "4.9.0.dev0",
34
  "use_cache": true,
35
  "vocab_size": 50257
 
1
  {
2
+ "_name_or_path": "sinhala-gpt2",
3
  "activation_function": "gelu_new",
4
  "architectures": [
5
+ "GPT2Model"
6
  ],
7
  "attn_pdrop": 0.0,
8
  "bos_token_id": 50256,
 
31
  "max_length": 50
32
  }
33
  },
34
+ "torch_dtype": "float32",
35
  "transformers_version": "4.9.0.dev0",
36
  "use_cache": true,
37
  "vocab_size": 50257
events.out.tfevents.1625851546.t1v-n-0b4afe6c-w-0.253683.3.v2 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9c48e97b29b6a4de2ec1f605c8a7350901112e72cd9c52cf1b88f46166ce49b5
3
- size 14140889
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7f166e3d561acc31f67db0ad18d5669ebc1bdf1df2af3996f0bb0492b5e3a9f4
3
+ size 14290029
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:bc72744cf6456130f2dd417836b33f363daacfe419e469a0952bdf3012b26e68
3
+ size 510397417
special_tokens_map.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"bos_token": "<|endoftext|>", "eos_token": "<|endoftext|>", "unk_token": "<|endoftext|>"}
tokenizer.json CHANGED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"unk_token": "<|endoftext|>", "bos_token": "<|endoftext|>", "eos_token": "<|endoftext|>", "add_prefix_space": false, "special_tokens_map_file": null, "name_or_path": "sinhala-gpt2", "tokenizer_class": "GPT2Tokenizer"}
vocab.json ADDED
The diff for this file is too large to render. See raw diff