egon-nlpulse commited on
Commit
6dc9a17
1 Parent(s): 4a8eced
Files changed (1) hide show
  1. README.md +3 -0
README.md CHANGED
@@ -24,6 +24,7 @@ $ nvidia-smi
24
  +-------------------------------+----------------------+----------------------+
25
  ```
26
 
 
27
  ```
28
  import os
29
  import torch
@@ -56,4 +57,6 @@ for text in text_list:
56
 
57
  ```
58
 
 
 
59
 
 
24
  +-------------------------------+----------------------+----------------------+
25
  ```
26
 
27
+ ## Inference
28
  ```
29
  import os
30
  import torch
 
57
 
58
  ```
59
 
60
+ ## Scripts
61
+ [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)
62