Text Generation
PEFT
Safetensors
mistral
conversational
Eval Results
dfurman commited on
Commit
cea9fc6
1 Parent(s): 87de114

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -1
README.md CHANGED
@@ -1,10 +1,21 @@
1
  ---
 
2
  license: llama2
3
  datasets:
4
  - ehartford/dolphin
5
  tags:
6
  - llama-2
7
  inference: false
 
8
  ---
9
 
10
- # llama-2-13b-dolphin 🦙🐬
 
 
 
 
 
 
 
 
 
 
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 100k 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 12 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