winglian commited on
Commit
4e0f750
1 Parent(s): f46a968

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -0
README.md CHANGED
@@ -2,6 +2,12 @@
2
  license: mit
3
  ---
4
 
 
 
 
 
 
 
5
  training hyperparamters:
6
  ```
7
  --batch_size 64 --micro_batch_size 8 --num_epochs 5 --learning_rate 9e-3 --cutoff_len 2048 --val_set_size 0.05 --train_on_inputs 0
 
2
  license: mit
3
  ---
4
 
5
+
6
+ Check out the demo:
7
+
8
+ Read the paper: https://arxiv.org/abs/2303.16199
9
+ PEFT PR: https://github.com/huggingface/peft/pull/268
10
+
11
  training hyperparamters:
12
  ```
13
  --batch_size 64 --micro_batch_size 8 --num_epochs 5 --learning_rate 9e-3 --cutoff_len 2048 --val_set_size 0.05 --train_on_inputs 0