xichenn commited on
Commit
1bc6f6c
verified
1 Parent(s): 87d605b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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
- Here鈥檚 how to use the model for question answering:
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