KoichiYasuoka commited on
Commit
08a9c4f
1 Parent(s): db4d3d1

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 for POS-tagging and dependency-parsing (using `goeswith` for subwords), derived from [roberta-base](https://huggingface.co/roberta-base).
20
 
21
  ## How to Use
22
 
 
6
  - "token-classification"
7
  - "pos"
8
  - "dependency-parsing"
9
+ base_model: FacebookAI/roberta-base
10
  datasets:
11
  - "universal_dependencies"
12
  license: "cc-by-sa-4.0"
 
17
 
18
  ## Model Description
19
 
20
+ This is a RoBERTa model for POS-tagging and dependency-parsing (using `goeswith` for subwords), derived from [roberta-base](https://huggingface.co/FacebookAI/roberta-base).
21
 
22
  ## How to Use
23