Upload processor
Browse files- README.md +2 -2
- special_tokens_map.json +3 -21
- tokenizer.json +2 -2
- tokenizer_config.json +0 -0
README.md
CHANGED
|
@@ -10,10 +10,11 @@ language:
|
|
| 10 |
- ja
|
| 11 |
- ru
|
| 12 |
- ko
|
|
|
|
| 13 |
license: other
|
| 14 |
license_name: mrl
|
| 15 |
-
inference: false
|
| 16 |
license_link: https://mistral.ai/licenses/MRL-0.1.md
|
|
|
|
| 17 |
extra_gated_prompt: '# Mistral AI Research License
|
| 18 |
|
| 19 |
If You want to use a Mistral Model, a Derivative or an Output for any purpose that
|
|
@@ -240,7 +241,6 @@ extra_gated_description: Mistral AI processes your personal data below to provid
|
|
| 240 |
rights and data handling, please see our <a href="https://mistral.ai/terms/">privacy
|
| 241 |
policy</a>.
|
| 242 |
extra_gated_button_content: Submit
|
| 243 |
-
library_name: vllm
|
| 244 |
---
|
| 245 |
|
| 246 |
# Model Card for Pixtral-Large-Instruct-2411
|
|
|
|
| 10 |
- ja
|
| 11 |
- ru
|
| 12 |
- ko
|
| 13 |
+
library_name: vllm
|
| 14 |
license: other
|
| 15 |
license_name: mrl
|
|
|
|
| 16 |
license_link: https://mistral.ai/licenses/MRL-0.1.md
|
| 17 |
+
inference: false
|
| 18 |
extra_gated_prompt: '# Mistral AI Research License
|
| 19 |
|
| 20 |
If You want to use a Mistral Model, a Derivative or an Output for any purpose that
|
|
|
|
| 241 |
rights and data handling, please see our <a href="https://mistral.ai/terms/">privacy
|
| 242 |
policy</a>.
|
| 243 |
extra_gated_button_content: Submit
|
|
|
|
| 244 |
---
|
| 245 |
|
| 246 |
# Model Card for Pixtral-Large-Instruct-2411
|
special_tokens_map.json
CHANGED
|
@@ -1,23 +1,5 @@
|
|
| 1 |
{
|
| 2 |
-
"bos_token":
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
"normalized": false,
|
| 6 |
-
"rstrip": false,
|
| 7 |
-
"single_word": false
|
| 8 |
-
},
|
| 9 |
-
"eos_token": {
|
| 10 |
-
"content": "</s>",
|
| 11 |
-
"lstrip": false,
|
| 12 |
-
"normalized": false,
|
| 13 |
-
"rstrip": false,
|
| 14 |
-
"single_word": false
|
| 15 |
-
},
|
| 16 |
-
"unk_token": {
|
| 17 |
-
"content": "<unk>",
|
| 18 |
-
"lstrip": false,
|
| 19 |
-
"normalized": false,
|
| 20 |
-
"rstrip": false,
|
| 21 |
-
"single_word": false
|
| 22 |
-
}
|
| 23 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"bos_token": "<s>",
|
| 3 |
+
"eos_token": "</s>",
|
| 4 |
+
"unk_token": "<unk>"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
}
|
tokenizer.json
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9a9db0db30ebbbda6561bc2c39a8963a6f1c3f72c68f039cf8ceb0320f0d4f43
|
| 3 |
+
size 3861096
|
tokenizer_config.json
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|