KoichiYasuoka
commited on
Commit
•
9c7baa9
1
Parent(s):
6f312d2
typo
Browse files
README.md
CHANGED
@@ -23,7 +23,7 @@ widget:
|
|
23 |
|
24 |
## Model Description
|
25 |
|
26 |
-
This is a DeBERTa(V2) model pretrained on 青空文庫 for dependency-parsing (head-detection on long-unit-words) as question-answering, derived from [deberta-base-japanese-wikipedia](https://huggingface.co/KoichiYasuoka/deberta-base-japanese-wikipedia) and [UD_Japanese-GSDLUW](https://github.com/UniversalDependencies/UD_Japanese-GSDLUW). Use [MASK] inside `context` to avoid ambiguity when specifying a multiple-used word as `question`.
|
27 |
|
28 |
## How to Use
|
29 |
|
|
|
23 |
|
24 |
## Model Description
|
25 |
|
26 |
+
This is a DeBERTa(V2) model pretrained on Japanese Wikipedia and 青空文庫 texts for dependency-parsing (head-detection on long-unit-words) as question-answering, derived from [deberta-base-japanese-wikipedia](https://huggingface.co/KoichiYasuoka/deberta-base-japanese-wikipedia) and [UD_Japanese-GSDLUW](https://github.com/UniversalDependencies/UD_Japanese-GSDLUW). Use [MASK] inside `context` to avoid ambiguity when specifying a multiple-used word as `question`.
|
27 |
|
28 |
## How to Use
|
29 |
|