Update README.md
Browse files
README.md
CHANGED
|
@@ -161,6 +161,7 @@ print(outputs[0].outputs[0].text)
|
|
| 161 |
|
| 162 |
</details>
|
| 163 |
|
|
|
|
| 164 |
|
| 165 |
# Feature: Single-chunk RAG
|
| 166 |
|
|
@@ -269,6 +270,7 @@ print("\n\n".join([f"{i+1}.\n{o.outputs[0].text}" for i, o in enumerate(outputs)
|
|
| 269 |
```
|
| 270 |
|
| 271 |
</details>
|
|
|
|
| 272 |
|
| 273 |
# Feature: Answer extension
|
| 274 |
|
|
@@ -346,6 +348,7 @@ print(outputs[0].outputs[0].text)
|
|
| 346 |
```
|
| 347 |
|
| 348 |
</details>
|
|
|
|
| 349 |
|
| 350 |
# Feature: Multilinguality
|
| 351 |
|
|
@@ -434,7 +437,8 @@ print(outputs[0].outputs[0].text)
|
|
| 434 |
```
|
| 435 |
|
| 436 |
</details>
|
| 437 |
-
|
|
|
|
| 438 |
# Feature: Q&A generation
|
| 439 |
|
| 440 |
This model can also generate questions and answers based on a piece of text. This can be useful for pre-indexing a database or fine-tuning IR models that will then be used for RAG.
|
|
|
|
| 161 |
|
| 162 |
</details>
|
| 163 |
|
| 164 |
+
<br/>
|
| 165 |
|
| 166 |
# Feature: Single-chunk RAG
|
| 167 |
|
|
|
|
| 270 |
```
|
| 271 |
|
| 272 |
</details>
|
| 273 |
+
<br/>
|
| 274 |
|
| 275 |
# Feature: Answer extension
|
| 276 |
|
|
|
|
| 348 |
```
|
| 349 |
|
| 350 |
</details>
|
| 351 |
+
<br/>
|
| 352 |
|
| 353 |
# Feature: Multilinguality
|
| 354 |
|
|
|
|
| 437 |
```
|
| 438 |
|
| 439 |
</details>
|
| 440 |
+
<br/>
|
| 441 |
+
|
| 442 |
# Feature: Q&A generation
|
| 443 |
|
| 444 |
This model can also generate questions and answers based on a piece of text. This can be useful for pre-indexing a database or fine-tuning IR models that will then be used for RAG.
|