chainyo commited on
Commit
af050c1
1 Parent(s): 757a443

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -26,4 +26,6 @@ Download the model by cloning the repository via:
26
  git clone https://huggingface.co/OWG/gpt-j-6B
27
  ```
28
 
29
- Then you can use the model. Because it's a base model it can be fine-tuned on your specific task, depending on your needs.
 
 
 
26
  git clone https://huggingface.co/OWG/gpt-j-6B
27
  ```
28
 
29
+ Then you can use the model.
30
+
31
+ Because it's a `base` model you need to fine-tune it on your specific task, depending on your needs, before using it.