Instructions to use CATIE-AQ/QAmembert-large with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use CATIE-AQ/QAmembert-large with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="CATIE-AQ/QAmembert-large")# Load model directly from transformers import AutoTokenizer, AutoModelForQuestionAnswering tokenizer = AutoTokenizer.from_pretrained("CATIE-AQ/QAmembert-large") model = AutoModelForQuestionAnswering.from_pretrained("CATIE-AQ/QAmembert-large", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Loïck commited on
Update README.md
Browse files
README.md
CHANGED
|
@@ -211,12 +211,12 @@ result
|
|
| 211 |
|
| 212 |
### lincoln/newsquadfr
|
| 213 |
```
|
| 214 |
-
Hugging Face repository: https://
|
| 215 |
```
|
| 216 |
|
| 217 |
### pragnakalp/squad_v2_french_translated
|
| 218 |
```
|
| 219 |
-
Hugging Face repository: https://
|
| 220 |
```
|
| 221 |
|
| 222 |
### CamemBERT
|
|
|
|
| 211 |
|
| 212 |
### lincoln/newsquadfr
|
| 213 |
```
|
| 214 |
+
Hugging Face repository: https://hf.co/datasets/lincoln/newsquadfr
|
| 215 |
```
|
| 216 |
|
| 217 |
### pragnakalp/squad_v2_french_translated
|
| 218 |
```
|
| 219 |
+
Hugging Face repository: https://hf.co/datasets/pragnakalp/squad_v2_french_translated
|
| 220 |
```
|
| 221 |
|
| 222 |
### CamemBERT
|