Upload README.md
Browse files
README.md
CHANGED
@@ -12,6 +12,8 @@ widget:
|
|
12 |
|
13 |
# Mistral-7B-Instruct-v0.1 for Flax
|
14 |
|
|
|
|
|
15 |
## Quickstart
|
16 |
|
17 |
```python
|
|
|
12 |
|
13 |
# Mistral-7B-Instruct-v0.1 for Flax
|
14 |
|
15 |
+
This is a Flax port of the Mistral-7B-Instruct-v0.1 model. The model is NOT finetuned or altered in any way. It is a direct port of the PyTorch model to Flax using the existing `transformers` model class.
|
16 |
+
|
17 |
## Quickstart
|
18 |
|
19 |
```python
|