egon-nlpulse
commited on
Commit
•
f83bdd9
1
Parent(s):
85decd9
adicao de requeriments
Browse files
README.md
CHANGED
@@ -65,6 +65,16 @@ for text in text_list:
|
|
65 |
|
66 |
```
|
67 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
68 |
## Scripts
|
69 |
[https://github.com/nlpulse-io/sample_codes/tree/main/fine-tuning/peft_quantization_4bits/gptj-6b](https://github.com/nlpulse-io/sample_codes/tree/main/fine-tuning/peft_quantization_4bits/gptj-6b)
|
70 |
|
|
|
65 |
|
66 |
```
|
67 |
|
68 |
+
# requirements
|
69 |
+
```
|
70 |
+
pip install -q -U bitsandbytes
|
71 |
+
pip install -q -U git+https://github.com/huggingface/transformers.git
|
72 |
+
pip install -q -U git+https://github.com/huggingface/peft.git
|
73 |
+
pip install -q -U accelerate
|
74 |
+
pip install -q -U datasets
|
75 |
+
pip install -q -U scipy
|
76 |
+
```
|
77 |
+
|
78 |
## Scripts
|
79 |
[https://github.com/nlpulse-io/sample_codes/tree/main/fine-tuning/peft_quantization_4bits/gptj-6b](https://github.com/nlpulse-io/sample_codes/tree/main/fine-tuning/peft_quantization_4bits/gptj-6b)
|
80 |
|