Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Mistral Export Test
|
| 2 |
Just a save of the first checkpoint from a MaxText trained Mistral model. The model is from Checkpoint 0.
|
| 3 |
Here saved with the standard Mistral tokenizer.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
pipeline_tag: text-generation
|
| 4 |
+
language:
|
| 5 |
+
- en
|
| 6 |
+
tags:
|
| 7 |
+
- pretrained
|
| 8 |
+
inference:
|
| 9 |
+
parameters:
|
| 10 |
+
temperature: 0.7
|
| 11 |
+
---
|
| 12 |
# Mistral Export Test
|
| 13 |
Just a save of the first checkpoint from a MaxText trained Mistral model. The model is from Checkpoint 0.
|
| 14 |
Here saved with the standard Mistral tokenizer.
|