cutycat2000 commited on
Commit
6d09140
1 Parent(s): 71eebb5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -38,9 +38,11 @@ model = AutoModelForCausalLM.from_pretrained("cutycat2000/MeowGPT-3")
38
  An example of how to prompt the model for generating text:
39
 
40
  ```python
41
- prompt = "<s> [|User|] Hello World </s>[|Assistant|] Hello there! How can I assist you today?"
42
  ```
43
 
 
 
44
  ## About the Model
45
  - **Base Model**: Llama
46
  - **Checkpoint Version**: 3
 
38
  An example of how to prompt the model for generating text:
39
 
40
  ```python
41
+ prompt = "<s> [|User|] Hello World </s>[|Assistant|]"
42
  ```
43
 
44
+ The <s> and </s> are start and end tokens.
45
+
46
  ## About the Model
47
  - **Base Model**: Llama
48
  - **Checkpoint Version**: 3