m-polignano-uniba
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -58,6 +58,16 @@ wants to provide Italian NLP researchers with an improved model the for Italian
|
|
58 |
|
59 |
To use the model directly, there are many ways to get started, choose one of the following ways to experience it.
|
60 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
61 |
|
62 |
### Transformers
|
63 |
|
|
|
58 |
|
59 |
To use the model directly, there are many ways to get started, choose one of the following ways to experience it.
|
60 |
|
61 |
+
### Prompt Template
|
62 |
+
```
|
63 |
+
<|start_header_id|>system<|end_header_id|>
|
64 |
+
|
65 |
+
<|eot_id|>{ SYS Prompt }<|start_header_id|>user<|end_header_id|>
|
66 |
+
|
67 |
+
{ USER Prompt }<|eot_id|>{{ end }}<|start_header_id|>assistant<|end_header_id|>
|
68 |
+
|
69 |
+
{ ASSIST Prompt }<|eot_id|>
|
70 |
+
````
|
71 |
|
72 |
### Transformers
|
73 |
|