dfurman commited on
Commit
00679cb
·
1 Parent(s): 76c671f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -17,13 +17,13 @@ base_model: mistralai/Mistral-7B-v0.1
17
 
18
  </div>
19
 
20
- # Mistral-7B-Instruct-DRF-v0.1
21
 
22
- The Mistral-7B-Instruct-DRF-v0.1 Large Language Model (LLM) is a pretrained generative text model with 7 billion parameters aimed at generalist instruction-following capabilities.
23
 
24
  ## Model Details
25
 
26
- This instruction-following LLM was built via parameter-efficient QLoRA finetuning of [mistralai/Mistral-7B-v0.1](https://huggingface.co/mistralai/Mistral-7B-v0.1) on the first 5k rows of [ehartford/dolphin](https://huggingface.co/datasets/ehartford/dolphin). Finetuning was executed on 1x A100 (40 GB SXM) for roughly 1 hour on Google Colab.
27
 
28
  - **Developed by:** Daniel Furman
29
  - **Model type:** Decoder-only
 
17
 
18
  </div>
19
 
20
+ # Mistral-7B-Instruct-v0.1
21
 
22
+ The Mistral-7B-Instruct-v0.1 Large Language Model (LLM) is a pretrained generative text model with 7 billion parameters. It is geared towards generalist instruction-following capabilities.
23
 
24
  ## Model Details
25
 
26
+ This model was built via parameter-efficient finetuning of [mistralai/Mistral-7B-v0.1](https://huggingface.co/mistralai/Mistral-7B-v0.1) on the first 5k rows of [ehartford/dolphin](https://huggingface.co/datasets/ehartford/dolphin). Finetuning was executed on 1x A100 (40 GB SXM) for roughly 1 hour on Google Colab.
27
 
28
  - **Developed by:** Daniel Furman
29
  - **Model type:** Decoder-only