KoichiYasuoka commited on
Commit
5381c20
1 Parent(s): 74f49d1

base_model

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -6,6 +6,7 @@ tags:
6
  - "token-classification"
7
  - "pos"
8
  - "dependency-parsing"
 
9
  datasets:
10
  - "universal_dependencies"
11
  license: "cc-by-sa-4.0"
@@ -16,7 +17,7 @@ pipeline_tag: "token-classification"
16
 
17
  ## Model Description
18
 
19
- This is a RoBERTa model pre-trained with [UD_English](https://universaldependencies.org/en/) for POS-tagging and dependency-parsing, derived from [roberta-large](https://huggingface.co/roberta-large). Every word is tagged by [UPOS](https://universaldependencies.org/u/pos/) (Universal Part-Of-Speech).
20
 
21
  ## How to Use
22
 
 
6
  - "token-classification"
7
  - "pos"
8
  - "dependency-parsing"
9
+ base_model: FacebookAI/roberta-large
10
  datasets:
11
  - "universal_dependencies"
12
  license: "cc-by-sa-4.0"
 
17
 
18
  ## Model Description
19
 
20
+ This is a RoBERTa model pre-trained with [UD_English](https://universaldependencies.org/en/) for POS-tagging and dependency-parsing, derived from [roberta-large](https://huggingface.co/FacebookAI/roberta-large). Every word is tagged by [UPOS](https://universaldependencies.org/u/pos/) (Universal Part-Of-Speech).
21
 
22
  ## How to Use
23