KoichiYasuoka commited on
Commit
5779990
1 Parent(s): 7259cb9

link on dependency-parsing

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -15,7 +15,7 @@ widget:
15
 
16
  ## Model Description
17
 
18
- This is a DeBERTa(V2) model pre-trained on 青空文庫 texts. You can fine-tune `deberta-large-japanese-aozora` for downstream tasks, such as [POS-tagging](https://huggingface.co/KoichiYasuoka/deberta-large-japanese-luw-upos), dependency-parsing, and so on.
19
 
20
  ## How to Use
21
 
 
15
 
16
  ## Model Description
17
 
18
+ This is a DeBERTa(V2) model pre-trained on 青空文庫 texts. You can fine-tune `deberta-large-japanese-aozora` for downstream tasks, such as [POS-tagging](https://huggingface.co/KoichiYasuoka/deberta-large-japanese-luw-upos), [dependency-parsing](https://huggingface.co/KoichiYasuoka/deberta-large-japanese-aozora-ud-head), and so on.
19
 
20
  ## How to Use
21