jay68 commited on
Commit
4cf2901
·
1 Parent(s): 654ec9e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -0
README.md CHANGED
@@ -70,6 +70,9 @@ We trained models using datasets of different sizes (200,000, 600,000, and 1,000
70
 
71
  ## Use model
72
  BELLE can be easily loaded with AutoModelForCausalLM.
 
 
 
73
  ``` python
74
  from transformers import AutoTokenizer, AutoModelForCausalLM
75
  import sys
 
70
 
71
  ## Use model
72
  BELLE can be easily loaded with AutoModelForCausalLM.
73
+
74
+ Please note that the input should be formatted as `Human: {input} \n\nAssistant:` in both training and inference.
75
+
76
  ``` python
77
  from transformers import AutoTokenizer, AutoModelForCausalLM
78
  import sys