FirstLast commited on
Commit
09cee02
1 Parent(s): 34af77a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -0
README.md CHANGED
@@ -1,6 +1,13 @@
1
  ---
2
  library_name: peft
3
  ---
 
 
 
 
 
 
 
4
  ## Training procedure
5
 
6
 
 
1
  ---
2
  library_name: peft
3
  ---
4
+
5
+ # OpenLLaMa 3B PersonaChat
6
+ This is a finetune of [OpenLLaMa 3B](https://huggingface.co/openlm-research/open_llama_3b) on the [personachat-truecased](https://huggingface.co/datasets/bavard/personachat_truecased) dataset with 3 epochs of 500 steps.
7
+
8
+ ## Naming Format
9
+ [model name]-finetuned-[dataset]-e[number of epochs]-s[number of steps]
10
+
11
  ## Training procedure
12
 
13