ruke1ire commited on
Commit
59868a1
·
verified ·
1 Parent(s): 40a5f8b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -95,7 +95,9 @@ WIP
95
  **Generation parameters**: We strongly recommend using greedy decoding with a `temperature=0`.
96
 
97
  **System prompts**: This checkpoint **requires** the following system prompt:
98
- * `Extract <address>, <company_name>, <email_address>, <human_name>, <phone_number>`
 
 
99
 
100
  Note the model can handle extraction of particular entities. E.g. The model will only output human names when the system prompt is set to `Extract <human_name>`.
101
 
 
95
  **Generation parameters**: We strongly recommend using greedy decoding with a `temperature=0`.
96
 
97
  **System prompts**: This checkpoint **requires** the following system prompt:
98
+ ```
99
+ Extract <address>, <company_name>, <email_address>, <human_name>, <phone_number>
100
+ ```
101
 
102
  Note the model can handle extraction of particular entities. E.g. The model will only output human names when the system prompt is set to `Extract <human_name>`.
103