apohllo commited on
Commit
df17aca
1 Parent(s): 99ee678

Fix link to herbert.

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -11,7 +11,7 @@ The model was created for selective question answering in Polish. I.e. it is use
11
  It is used to encode the contexts (aka passages) in the DPR bi-encoder architecture. The architecture requires two separate models.
12
  The question part has to be encoded with the corresponding [question encoder](https://huggingface.co/enelpol/czywiesz-question).
13
 
14
- The model was created by fine-tuning [Herbert base](https://huggingface.co/allegro/herbert-base) on "Czywiesz" dataset.
15
  [Czywiesz](https://clarin-pl.eu/dspace/handle/11321/39) dataset contains questions and Wikipedia articles extracted from the Polish Wikipedia.
16
 
17
 
 
11
  It is used to encode the contexts (aka passages) in the DPR bi-encoder architecture. The architecture requires two separate models.
12
  The question part has to be encoded with the corresponding [question encoder](https://huggingface.co/enelpol/czywiesz-question).
13
 
14
+ The model was created by fine-tuning [Herbert base cased](https://huggingface.co/allegro/herbert-base-cased) on "Czywiesz" dataset.
15
  [Czywiesz](https://clarin-pl.eu/dspace/handle/11321/39) dataset contains questions and Wikipedia articles extracted from the Polish Wikipedia.
16
 
17