georgesung commited on
Commit
586386b
1 Parent(s): d5f7662

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -0
README.md CHANGED
@@ -4,11 +4,18 @@ datasets:
4
  - ehartford/wizard_vicuna_70k_unfiltered
5
  ---
6
 
 
7
  Fine-tuned [OpenLLaMA-7B](https://huggingface.co/openlm-research/open_llama_7b) with an uncensored/unfiltered Wizard-Vicuna conversation dataset [ehartford/wizard_vicuna_70k_unfiltered](https://huggingface.co/datasets/ehartford/wizard_vicuna_70k_unfiltered).
8
  Used QLoRA for fine-tuning. Trained for one epoch on a 24GB GPU (NVIDIA A10G) instance, took ~18 hours to train.
9
 
 
10
  Code used to train the model is available [here](https://github.com/georgesung/llm_qlora).
11
 
 
 
 
 
 
12
  Since this was my first time fine-tuning an LLM, I also wrote an accompanying blog post about how I performed the training :)
13
 
14
  https://georgesung.github.io/ai/qlora-ift/
 
4
  - ehartford/wizard_vicuna_70k_unfiltered
5
  ---
6
 
7
+ # Overview
8
  Fine-tuned [OpenLLaMA-7B](https://huggingface.co/openlm-research/open_llama_7b) with an uncensored/unfiltered Wizard-Vicuna conversation dataset [ehartford/wizard_vicuna_70k_unfiltered](https://huggingface.co/datasets/ehartford/wizard_vicuna_70k_unfiltered).
9
  Used QLoRA for fine-tuning. Trained for one epoch on a 24GB GPU (NVIDIA A10G) instance, took ~18 hours to train.
10
 
11
+ # Training code
12
  Code used to train the model is available [here](https://github.com/georgesung/llm_qlora).
13
 
14
+ # Demo
15
+ For a Gradio chat application using this model, clone [this HuggingFace Space](https://huggingface.co/spaces/georgesung/open_llama_7b_qlora_uncensored_chat/tree/main) and run it on top of a GPU instance.
16
+ The basic T4 GPU instance will work.
17
+
18
+ # Blog post
19
  Since this was my first time fine-tuning an LLM, I also wrote an accompanying blog post about how I performed the training :)
20
 
21
  https://georgesung.github.io/ai/qlora-ift/