Instructions to use alinet/bart-base-squad-qg with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use alinet/bart-base-squad-qg with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("alinet/bart-base-squad-qg") model = AutoModelForSeq2SeqLM.from_pretrained("alinet/bart-base-squad-qg") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -30,13 +30,13 @@ model-index:
|
|
| 30 |
type: alinet/spoken_squad
|
| 31 |
metrics:
|
| 32 |
- type: bertscore
|
| 33 |
-
value: 0.
|
| 34 |
name: BERTScore F1
|
| 35 |
- type: bertscore
|
| 36 |
-
value: 0.
|
| 37 |
name: BERTScore Precision
|
| 38 |
- type: bertscore
|
| 39 |
-
value: 0.
|
| 40 |
name: BERTScore Recall
|
| 41 |
---
|
| 42 |
A question generation model trained on `SQuAD` dataset.
|
|
|
|
| 30 |
type: alinet/spoken_squad
|
| 31 |
metrics:
|
| 32 |
- type: bertscore
|
| 33 |
+
value: 0.6037420180342389
|
| 34 |
name: BERTScore F1
|
| 35 |
- type: bertscore
|
| 36 |
+
value: 0.5958670210949816
|
| 37 |
name: BERTScore Precision
|
| 38 |
- type: bertscore
|
| 39 |
+
value: 0.6153761332016946
|
| 40 |
name: BERTScore Recall
|
| 41 |
---
|
| 42 |
A question generation model trained on `SQuAD` dataset.
|