Text Generation
PEFT
Safetensors
mistral
conversational
Eval Results
dfurman commited on
Commit
82a1688
1 Parent(s): 176a21c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -2
README.md CHANGED
@@ -1,9 +1,21 @@
1
  ---
2
  library_name: peft
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
4
- ## Training procedure
5
 
6
  ### Framework versions
7
 
8
 
9
- - PEFT 0.5.0.dev0
 
1
  ---
2
  library_name: peft
3
+ license: llama2
4
+ datasets:
5
+ - ehartford/dolphin
6
+ tags:
7
+ - llama-2
8
+ inference: false
9
+ pipeline_tag: text-generation
10
+ ---
11
+
12
+ # llama-2-13b-dolphin 🦙🐬
13
+
14
+ This instruction model was built via parameter-efficient QLoRA finetuning of [llama-2-13b](https://huggingface.co/meta-llama/Llama-2-13b-hf) on the first 25k rows of [ehartford/dolphin](https://huggingface.co/datasets/ehartford/dolphin) (an open-source implementation of [Microsoft's Orca](https://www.microsoft.com/en-us/research/publication/orca-progressive-learning-from-complex-explanation-traces-of-gpt-4/)). Finetuning was executed on a single H100 (80 GB PCIe) for roughly XX hours on the [Lambda Labs](https://cloud.lambdalabs.com/instances) platform.
15
+
16
  ---
 
17
 
18
  ### Framework versions
19
 
20
 
21
+ - PEFT 0.5.0.dev0