rdyro commited on
Commit
6b1316d
1 Parent(s): 98ae8db

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
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