Update README.md
Browse files
README.md
CHANGED
@@ -10,8 +10,8 @@ metrics:
|
|
10 |
- f1
|
11 |
base_model:
|
12 |
- albert/albert-base-v2
|
13 |
-
pipeline_tag: question-answering
|
14 |
model: xichenn/albert-base-v2-squad
|
|
|
15 |
model-index:
|
16 |
- name: xichenn/albert-base-v2-squad
|
17 |
results:
|
@@ -43,7 +43,7 @@ It achieves the following results on the SQuAD 1.1 evaluation set:
|
|
43 |
|
44 |
## Inference API
|
45 |
|
46 |
-
|
47 |
|
48 |
```python
|
49 |
from transformers import pipeline
|
|
|
10 |
- f1
|
11 |
base_model:
|
12 |
- albert/albert-base-v2
|
|
|
13 |
model: xichenn/albert-base-v2-squad
|
14 |
+
pipeline_tag: question-answering
|
15 |
model-index:
|
16 |
- name: xichenn/albert-base-v2-squad
|
17 |
results:
|
|
|
43 |
|
44 |
## Inference API
|
45 |
|
46 |
+
You can test the model directly using the Hugging Face Inference API:
|
47 |
|
48 |
```python
|
49 |
from transformers import pipeline
|