jackkuo commited on
Commit
c91ebc5
·
1 Parent(s): 63f3853

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -0
README.md CHANGED
@@ -1,5 +1,9 @@
1
  ---
2
  library_name: peft
 
 
 
 
3
  ---
4
  ## Training procedure
5
 
@@ -7,3 +11,10 @@ library_name: peft
7
 
8
 
9
  - PEFT 0.4.0
 
 
 
 
 
 
 
 
1
  ---
2
  library_name: peft
3
+ license: bigscience-openrail-m
4
+ tags:
5
+ - paper
6
+ - paper extract
7
  ---
8
  ## Training procedure
9
 
 
11
 
12
 
13
  - PEFT 0.4.0
14
+
15
+ in https://github.com/hiyouga/ChatGLM-Efficient-Tuning/tree/main
16
+
17
+ CUDA_VISIBLE_DEVICES=3 nohup python src/web_demo.py \
18
+ --model_name_or_path /HOME/jack/model/chatglm-6b \
19
+ --checkpoint_dir paper_meta\ \
20
+ > log_web_demo.txt 2>&1 & tail -f log_web_demo.txt