RESTORE: Revert to original Faust-1 weights
Browse files- model.safetensors +1 -1
- tokenizer_config.json +1 -1
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 3228455704
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:771c4911227f2792ce43c5f4e285bb4ec67942b95fa15f376b20cd2227879de6
|
| 3 |
size 3228455704
|
tokenizer_config.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
| 3 |
"bos_token": "<|bos|>",
|
| 4 |
"clean_up_tokenization_spaces": false,
|
| 5 |
"eos_token": "<|im_end|>",
|
| 6 |
-
"is_local":
|
| 7 |
"max_length": 2048,
|
| 8 |
"model_input_names": [
|
| 9 |
"input_ids",
|
|
|
|
| 3 |
"bos_token": "<|bos|>",
|
| 4 |
"clean_up_tokenization_spaces": false,
|
| 5 |
"eos_token": "<|im_end|>",
|
| 6 |
+
"is_local": true,
|
| 7 |
"max_length": 2048,
|
| 8 |
"model_input_names": [
|
| 9 |
"input_ids",
|