andersonbcdefg
commited on
Commit
•
c03586f
1
Parent(s):
1bd495d
Upload folder using huggingface_hub
Browse files- config.json +6 -0
- model.bin +3 -0
- vocabulary.json +0 -0
config.json
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token": "<s>",
|
3 |
+
"eos_token": "</s>",
|
4 |
+
"layer_norm_epsilon": 1e-12,
|
5 |
+
"unk_token": "[UNK]"
|
6 |
+
}
|
model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:282c3754073d3eb3802df06f3e60546c8505d970219ba353221c480ef5e5d797
|
3 |
+
size 133448364
|
vocabulary.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|