Michael Feil
commited on
Commit
·
2901a98
1
Parent(s):
b3b86c2
initial commit stablelm-7b-sft-v7-epoch-3 to ctranslate2
Browse files- config.json +5 -0
- model.bin +3 -0
- tokenizer.json +0 -0
- tokenizer_config.json +10 -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:d471f26343e54973bcafe1c34afcb07c9691c4f2d734ca7432c74b67a25f5911
|
| 3 |
+
size 7872099846
|
tokenizer.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
tokenizer_config.json
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"add_prefix_space": false,
|
| 3 |
+
"bos_token": "<|endoftext|>",
|
| 4 |
+
"clean_up_tokenization_spaces": true,
|
| 5 |
+
"eos_token": "<|endoftext|>",
|
| 6 |
+
"model_max_length": 1000000000000000019884624838656,
|
| 7 |
+
"special_tokens_map_file": "/home/ubuntu/data_cache/models--stabilityai--stablelm-base-alpha-7b/snapshots/1ef4c0039ec2dd491814bd0dbbb8293bda9d8aa1/special_tokens_map.json",
|
| 8 |
+
"tokenizer_class": "GPTNeoXTokenizer",
|
| 9 |
+
"unk_token": "<|endoftext|>"
|
| 10 |
+
}
|
vocabulary.txt
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|