Update README.md
Browse files
README.md
CHANGED
@@ -30,7 +30,7 @@ The model is loaded from an external repository, such as Hugging Face, and is in
|
|
30 |
* flag_hugging_face: Flag to enable usage with Hugging Face (default: False)
|
31 |
* flag_pretrained: Flag to initialize the model with pre-trained weights
|
32 |
|
33 |
-
You should download [inference_gptbigcode.py](inference_gptbigcode.py) for proper model usage or use ```git clone https://huggingface.co/4ervonec19/SimpleTestGenerator``` instead.
|
34 |
|
35 |
### Model Initialization
|
36 |
|
|
|
30 |
* flag_hugging_face: Flag to enable usage with Hugging Face (default: False)
|
31 |
* flag_pretrained: Flag to initialize the model with pre-trained weights
|
32 |
|
33 |
+
You should download [inference_gptbigcode.py](inference_gptbigcode.py) for proper model usage or use ```git clone https://huggingface.co/4ervonec19/SimpleTestGenerator``` instead. Also you may use this file for inference parameters tuning.
|
34 |
|
35 |
### Model Initialization
|
36 |
|