Commit ·
90c63d5
1
Parent(s): e3849ab
Upload 5 files
Browse files- config.json +6 -0
- vocabulary.json +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 |
+
}
|
vocabulary.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|