sgugger commited on
Commit
fbe52b4
1 Parent(s): 322579f

Upload model and tokenizer

Browse files
config.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "attention_hidden_size": null,
3
+ "context_length": 1024,
4
+ "hidden_size": 1024,
5
+ "intermediate_size": null,
6
+ "layer_norm_epsilon": 1e-05,
7
+ "model_type": "rwkv",
8
+ "num_hidden_layers": 24,
9
+ "rescale_every": 6,
10
+ "tie_word_embeddings": false,
11
+ "transformers_version": "4.29.0.dev0",
12
+ "use_cache": true,
13
+ "vocab_size": 50277
14
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0be6cd82dd52ddd48668b5242cec053c68ae553e48804cefedf68668282129a2
3
+ size 860846913
special_tokens_map.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {}
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {
2
+ "clean_up_tokenization_spaces": true,
3
+ "model_max_length": 1000000000000000019884624838656,
4
+ "tokenizer_class": "PreTrainedTokenizerFast"
5
+ }