Update README.md
Browse files
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 |
-
|
|
|
|
|
|
|
| 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 |
|