Transformers
English
Inference Endpoints
Michael Feil commited on
Commit
93d69c8
1 Parent(s): 85412d0

initial commit RedPajama-INCITE-Chat-3B-v1 to ctranslate2:v3.13.0

Browse files
Files changed (5) hide show
  1. config.json +5 -0
  2. model.bin +3 -0
  3. tokenizer.json +0 -0
  4. tokenizer_config.json +9 -0
  5. vocabulary.txt +0 -0
config.json ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {
2
+ "bos_token": "<|endoftext|>",
3
+ "eos_token": "<|endoftext|>",
4
+ "unk_token": "<|endoftext|>"
5
+ }
model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f64e6514fa46d5cecb2d7f9617129d92fe4a80beeda0bf5465e1ecc7ed0dacbf
3
+ size 5551753844
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "bos_token": "<|endoftext|>",
4
+ "clean_up_tokenization_spaces": true,
5
+ "eos_token": "<|endoftext|>",
6
+ "model_max_length": 2048,
7
+ "tokenizer_class": "GPTNeoXTokenizer",
8
+ "unk_token": "<|endoftext|>"
9
+ }
vocabulary.txt ADDED
The diff for this file is too large to render. See raw diff