4ervonec19 commited on
Commit
39369da
·
verified ·
1 Parent(s): fbe1d6d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -30,6 +30,8 @@ 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
  ### Model Initialization
34
 
35
  ```python
 
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
 
37
  ```python