Update README.md
Browse files
README.md
CHANGED
@@ -49,7 +49,7 @@ Link: https://huggingface.co/DISLab/Gen-8B-R2
|
|
49 |
This model skips the sentence extraction phase but remains its high robustness comparable to Ext2Gen-8B-R2.
|
50 |
|
51 |
|
52 |
-
### Prompt
|
53 |
|
54 |
- query: the query to answer
|
55 |
- chunk_list: the list of retrieved chunks, e.g., ["chunk 1", "chunk 2", "chunk 3"]
|
@@ -124,7 +124,7 @@ Answer: The estimated number of deaths at Chelmno is 150-300,000, mainly Jews.
|
|
124 |
|
125 |
The number of extracted sentences vary depending on the QA.
|
126 |
|
127 |
-
### Generation Parameters
|
128 |
|
129 |
```python
|
130 |
max_new_tokens=1024, # or 2048
|
|
|
49 |
This model skips the sentence extraction phase but remains its high robustness comparable to Ext2Gen-8B-R2.
|
50 |
|
51 |
|
52 |
+
### Recommended Prompt
|
53 |
|
54 |
- query: the query to answer
|
55 |
- chunk_list: the list of retrieved chunks, e.g., ["chunk 1", "chunk 2", "chunk 3"]
|
|
|
124 |
|
125 |
The number of extracted sentences vary depending on the QA.
|
126 |
|
127 |
+
### Recommended Generation Parameters
|
128 |
|
129 |
```python
|
130 |
max_new_tokens=1024, # or 2048
|