yinsong1986
commited on
Commit
•
edaa6d1
1
Parent(s):
9416971
Update README.md
Browse files
README.md
CHANGED
@@ -11,7 +11,7 @@ MistralLight evolves from [Mistral-7B-v0.1](https://huggingface.co/mistralai/Mis
|
|
11 |
|Model|Fine-tuned on long contexts| Quantization | Max context length| RotaryEmbedding adaptation| Sliding Window Size|
|
12 |
|----------|-------------:|-------------:|------------:|-----------:|-----------:|
|
13 |
| Mistral-7B-v0.1 | No | No | 36K | rope_theta = 10000 | 4096 |
|
14 |
-
|
|
15 |
|
16 |
## Motivation of Developing MistralLite
|
17 |
|
|
|
11 |
|Model|Fine-tuned on long contexts| Quantization | Max context length| RotaryEmbedding adaptation| Sliding Window Size|
|
12 |
|----------|-------------:|-------------:|------------:|-----------:|-----------:|
|
13 |
| Mistral-7B-v0.1 | No | No | 36K | rope_theta = 10000 | 4096 |
|
14 |
+
| MistralLite | Yes | No | 36K | **rope_theta = 1000000** | **16384** |
|
15 |
|
16 |
## Motivation of Developing MistralLite
|
17 |
|