dahara1 commited on
Commit
8535687
1 Parent(s): fa1ddbc

Update finetune_sample/README.md

Browse files
Files changed (1) hide show
  1. finetune_sample/README.md +10 -0
finetune_sample/README.md CHANGED
@@ -1,7 +1,17 @@
1
  finetune sample data and script.
2
 
 
 
 
 
 
 
 
 
 
3
  Sorry, But When I tried to install a new clean environment, it seems that it has stopped working due to some version difference.
4
  It might be better to wait until the stable version comes out.
 
5
 
6
  - finetune.py gptq finetune sample file.
7
  - jawiki3.csv sample data.(Japanese)
 
1
  finetune sample data and script.
2
 
3
+ ```
4
+ pip install transformers
5
+ pip install datasets
6
+ pip install peft
7
+ pip install trl
8
+ pip install auto-gptq
9
+ pip install optimum
10
+ ```
11
+
12
  Sorry, But When I tried to install a new clean environment, it seems that it has stopped working due to some version difference.
13
  It might be better to wait until the stable version comes out.
14
+ The documentation says to install from source, but in rare cases it may stop working.
15
 
16
  - finetune.py gptq finetune sample file.
17
  - jawiki3.csv sample data.(Japanese)