pkedzia commited on
Commit
8f774d6
1 Parent(s): 1a65781

Update README.md

Browse files

Updated example usage, fixed model name

Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -12,7 +12,7 @@ chunk of the text is returned as answer from the context for the given question.
12
 
13
  ## Model Details
14
 
15
- - **Model name:** `radlab/polish-roberta-large-v2-qa`
16
  - **Developed by:** [radlab.dev](https://radlab.dev)
17
  - **Shared by:** [radlab.dev](https://radlab.dev)
18
  - **Model type:** QA
@@ -28,7 +28,7 @@ Simple model usage with huggingface library:
28
  ```python
29
  from transformers import pipeline
30
 
31
- model_path = "radlab/polish-roberta-large-v2-qa"
32
 
33
  question_answerer = pipeline(
34
  "question-answering",
 
12
 
13
  ## Model Details
14
 
15
+ - **Model name:** `radlab/polish-qa-v2`
16
  - **Developed by:** [radlab.dev](https://radlab.dev)
17
  - **Shared by:** [radlab.dev](https://radlab.dev)
18
  - **Model type:** QA
 
28
  ```python
29
  from transformers import pipeline
30
 
31
+ model_path = "radlab/polish-qa-v2"
32
 
33
  question_answerer = pipeline(
34
  "question-answering",