Upload 3 files
Browse files- line-sft/config.json +6 -0
- line-sft/model.bin +3 -0
- line-sft/vocabulary.json +0 -0
line-sft/config.json
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token": "<s>",
|
3 |
+
"eos_token": "</s>",
|
4 |
+
"layer_norm_epsilon": null,
|
5 |
+
"unk_token": "<unk>"
|
6 |
+
}
|
line-sft/model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:55d4154892d4a19b82733f4b72a0eee3a16d70a6e04f7beb88b2f4ac26ea105d
|
3 |
+
size 3560634620
|
line-sft/vocabulary.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|