Upload folder using huggingface_hub
Browse files- sf8_llama_best_model.pt +3 -0
- sf8_llama_quantized.pt +3 -0
- tokenizer_config.json +1 -0
sf8_llama_best_model.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dd33d48c3ec1f737537f8487a1b62ea484fc833779cec12154e2b7019c28fd7e
|
3 |
+
size 4943320428
|
sf8_llama_quantized.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e2422e48bcc071a3968d8243ed9258873b104c25951aee66fec9b98c638c0cc4
|
3 |
+
size 2471691158
|
tokenizer_config.json
CHANGED
@@ -2052,6 +2052,7 @@
|
|
2052 |
"bos_token": "<|begin_of_text|>",
|
2053 |
"clean_up_tokenization_spaces": true,
|
2054 |
"eos_token": "<|end_of_text|>",
|
|
|
2055 |
"model_input_names": [
|
2056 |
"input_ids",
|
2057 |
"attention_mask"
|
|
|
2052 |
"bos_token": "<|begin_of_text|>",
|
2053 |
"clean_up_tokenization_spaces": true,
|
2054 |
"eos_token": "<|end_of_text|>",
|
2055 |
+
"extra_special_tokens": {},
|
2056 |
"model_input_names": [
|
2057 |
"input_ids",
|
2058 |
"attention_mask"
|