Add mt0-xxl-mt
Browse files- generate/generate.sh +1 -1
- mt0-xxl-mt/config.json +3 -0
- mt0-xxl-mt/model.bin +3 -0
- mt0-xxl-mt/shared_vocabulary.json +3 -0
- mt0-xxl-mt/tokenizer.json +3 -0
generate/generate.sh
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
declare -a arr=("
|
2 |
|
3 |
for i in "${arr[@]}"
|
4 |
do
|
|
|
1 |
+
declare -a arr=("mt0-xxl-mt" "bloomz")
|
2 |
|
3 |
for i in "${arr[@]}"
|
4 |
do
|
mt0-xxl-mt/config.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1acf803528cc435cc197196c23ba87b664039f8090566b43ac2b09aa741da628
|
3 |
+
size 192
|
mt0-xxl-mt/model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:305187653611f4c82392eb5380257e1e8dabfe6f569202f7065e763f16468725
|
3 |
+
size 25842153128
|
mt0-xxl-mt/shared_vocabulary.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d14ffe4315a9a84316a09c4bb3cf9286c6180a3d708759a87524b20287ac0e0f
|
3 |
+
size 4892413
|
mt0-xxl-mt/tokenizer.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:93c3578052e1605d8332eb961bc08d72e246071974e4cc54aa6991826b802aa5
|
3 |
+
size 16330369
|