dahara1 commited on
Commit
9a06795
1 Parent(s): 716e45d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -75,6 +75,10 @@ output = model.generate(input_ids=tokens, max_new_tokens=100, do_sample=True, te
75
  print(tokenizer.decode(output[0]))
76
  ```
77
 
 
 
 
 
78
  ### Other AutoGPTQ documents
79
  https://github.com/PanQiWei/AutoGPTQ/blob/main/docs/tutorial/01-Quick-Start.md
80
 
 
75
  print(tokenizer.decode(output[0]))
76
  ```
77
 
78
+ ### How to make finetune data(LoRA)
79
+
80
+ There is a LoRA finetune code sample in finetune_sample directory.
81
+
82
  ### Other AutoGPTQ documents
83
  https://github.com/PanQiWei/AutoGPTQ/blob/main/docs/tutorial/01-Quick-Start.md
84