Instructions to use CATIE-AQ/QAmembert with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use CATIE-AQ/QAmembert with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="CATIE-AQ/QAmembert")# Load model directly from transformers import AutoTokenizer, AutoModelForQuestionAnswering tokenizer = AutoTokenizer.from_pretrained("CATIE-AQ/QAmembert") model = AutoModelForQuestionAnswering.from_pretrained("CATIE-AQ/QAmembert") - Notebooks
- Google Colab
- Kaggle
Loïck commited on
Update README.md
Browse files
README.md
CHANGED
|
@@ -220,12 +220,12 @@ A Space has been created to test the model. It is available [here](https://huggi
|
|
| 220 |
|
| 221 |
### lincoln/newsquadfr
|
| 222 |
```
|
| 223 |
-
Hugging Face repository
|
| 224 |
```
|
| 225 |
|
| 226 |
### pragnakalp/squad_v2_french_translated
|
| 227 |
```
|
| 228 |
-
Hugging Face repository
|
| 229 |
```
|
| 230 |
|
| 231 |
### CamemBERT
|
|
|
|
| 220 |
|
| 221 |
### lincoln/newsquadfr
|
| 222 |
```
|
| 223 |
+
Hugging Face repository: https://hf.co/datasets/lincoln/newsquadfr
|
| 224 |
```
|
| 225 |
|
| 226 |
### pragnakalp/squad_v2_french_translated
|
| 227 |
```
|
| 228 |
+
Hugging Face repository: https://hf.co/datasets/pragnakalp/squad_v2_french_translated
|
| 229 |
```
|
| 230 |
|
| 231 |
### CamemBERT
|