monology commited on
Commit
bcf1d4f
1 Parent(s): 54f379b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -2
README.md CHANGED
@@ -8,5 +8,22 @@ datasets:
8
  - monology/VMware-open-instruct-higgsfield
9
  ---
10
 
11
- Generously finetuned from [Mistral](https://huggingface.co/mistralai/Mistral-7B-v0.1) by the folks at [Higgsfield](https://higgsfield.ai/model/655559e6b5777dab620095e0).
12
- Quantized to FP16 and released under the Apache-2.0 license by myself.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  - monology/VMware-open-instruct-higgsfield
9
  ---
10
 
11
+ # OpenInstruct Mistral-7B
12
+ ## 1st among commercially-usable 7B models on the Open LLM Leaderboard!*
13
+
14
+ This is [mistralai/Mistral-7B-v0.1](https://huggingface.co/mistralai/Mistral-7B-v0.1) finetuned on [VMware/open-instruct]().
15
+ Quantized to FP16 and released under the Apache-2.0 license by myself.
16
+ Compute generously provided by [Higgsfield AI](https://higgsfield.ai/model/655559e6b5777dab620095e0).
17
+
18
+
19
+ Prompt format: Alpaca
20
+ ```
21
+ Below is an instruction that describes a task. Write a response that appropriately completes the request.
22
+
23
+ ### Instruction:
24
+ [your instruction goes here]
25
+
26
+ ### Response:
27
+ ```
28
+
29
+ \*as of 21 Nov 2023. "commercially-usable" includes both an open-source base model and a *non-synthetic* open-source finetune dataset.