Michael Feil
commited on
Commit
·
9f7ef37
1
Parent(s):
11d17ca
initial commit gpt-neox-20b to ctranslate2:v3.13.0
Browse files- config.json +5 -0
- model.bin +3 -0
- tokenizer.json +0 -0
- tokenizer_config.json +1 -0
- 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:9017c96177e17d51d870f64af2fa29133fa3b367e398d85eeb6ca57c409046e2
|
3 |
+
size 20567760329
|
tokenizer.json
ADDED
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, "tokenizer_class": "GPTNeoXTokenizer"}
|
vocabulary.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|