Instructions to use wesleyaag/data2vec-squad-test with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use wesleyaag/data2vec-squad-test with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="wesleyaag/data2vec-squad-test")# Load model directly from transformers import AutoTokenizer, AutoModelForQuestionAnswering tokenizer = AutoTokenizer.from_pretrained("wesleyaag/data2vec-squad-test") model = AutoModelForQuestionAnswering.from_pretrained("wesleyaag/data2vec-squad-test") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -24,8 +24,8 @@ Question Answering
|
|
| 24 |
<tbody>
|
| 25 |
<tr>
|
| 26 |
<td>1</td>
|
| 27 |
-
<td><span style="font-family: Roboto, Noto, sans-serif; font-size: 14px; font-style: normal; font-weight: 400; text-align: right;
|
| 28 |
-
<td><span style="font-family: Roboto, Noto, sans-serif; font-size: 14px; font-style: normal; font-weight: 400; text-align: right;
|
| 29 |
</tr>
|
| 30 |
<tr>
|
| 31 |
<td>2</td>
|
|
|
|
| 24 |
<tbody>
|
| 25 |
<tr>
|
| 26 |
<td>1</td>
|
| 27 |
+
<td><span style="font-family: Roboto, Noto, sans-serif; font-size: 14px; font-style: normal; font-weight: 400; text-align: right;">1.015800</span><br></td>
|
| 28 |
+
<td><span style="font-family: Roboto, Noto, sans-serif; font-size: 14px; font-style: normal; font-weight: 400; text-align: right;">0.997690</span><br></td>
|
| 29 |
</tr>
|
| 30 |
<tr>
|
| 31 |
<td>2</td>
|