diabolic6045 commited on
Commit
a7ca934
·
verified ·
1 Parent(s): 7cde8c5

Upload 6 files

Browse files
config.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "CustomModelForCausalLM"
4
+ ],
5
+ "model_type": "custom_llm",
6
+ "n_embd": 640,
7
+ "n_head": 10,
8
+ "n_layer": 12,
9
+ "n_positions": 512,
10
+ "torch_dtype": "float32",
11
+ "transformers_version": "4.48.2",
12
+ "vocab_size": 50000
13
+ }
generation_config.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "transformers_version": "4.48.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:9a0476f195e5fa8b54f1a264af85869b72aefd460fa489ef7a2d543bc252b332
3
+ size 365694170
tokenizer_config.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "vocab_size": 50000,
3
+ "min_frequency": 2,
4
+ "model_type": "byte_level_bpe",
5
+ "special_tokens": {
6
+ "eos_token": "<|endoftext|>",
7
+ "pad_token": "<|pad|>",
8
+ "unk_token": "<|unk|>",
9
+ "mask_token": "<|mask|>"
10
+ }
11
+ }
vocab.json ADDED
The diff for this file is too large to render. See raw diff