Brian Yu commited on
Commit ·
81edbde
1
Parent(s): b283de8
uploading ctranslate2 compiled model
Browse files- config.json +6 -0
- model.bin +3 -0
- vocabulary.txt +0 -0
config.json
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"bos_token": "<|endoftext|>",
|
| 3 |
+
"eos_token": "<|endoftext|>",
|
| 4 |
+
"layer_norm_epsilon": null,
|
| 5 |
+
"unk_token": "<|endoftext|>"
|
| 6 |
+
}
|
model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c69c51d74c85e7138ac631d2319d000ca2ba1067496ff47d84c348ec99e4f2d6
|
| 3 |
+
size 13843458018
|
vocabulary.txt
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|