xiaoyewuz-Ruster commited on
Commit
7b09cba
·
verified ·
1 Parent(s): 4485ce6

Upload TextGenerationPipeline

Browse files
config.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "ZZJRabbitModelForCausalLM"
4
+ ],
5
+ "hidden_size": 256,
6
+ "model_type": "zzjrabbit",
7
+ "num_layers": 6,
8
+ "torch_dtype": "float32",
9
+ "transformers_version": "4.53.0",
10
+ "vocab_size": 22207
11
+ }
generation_config.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "transformers_version": "4.53.0"
4
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:98c37ceeb42532a283d6d5625592bf30ca81df6621375239d55ab3ae96c4373e
3
+ size 55054516
special_tokens_map.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "mask_token": {
3
+ "content": "0",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "pad_token": {
10
+ "content": "0",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ }
16
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "added_tokens_decoder": {
3
+ "13": {
4
+ "content": "0",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false,
9
+ "special": true
10
+ }
11
+ },
12
+ "clean_up_tokenization_spaces": false,
13
+ "extra_special_tokens": {},
14
+ "mask_token": "0",
15
+ "model_max_length": 1000000000000000019884624838656,
16
+ "pad_token": "0",
17
+ "tokenizer_class": "ZZJRabbitTokenizer"
18
+ }