leondz commited on
Commit
58ed3ae
1 Parent(s): 48b1c1a

update license, add pwc

Browse files
Files changed (1) hide show
  1. README.md +4 -3
README.md CHANGED
@@ -6,7 +6,7 @@ language_creators:
6
  languages:
7
  - en
8
  licenses:
9
- - other
10
  multilinguality:
11
  - monolingual
12
  size_categories:
@@ -17,7 +17,7 @@ task_categories:
17
  - token-classification
18
  task_ids:
19
  - part-of-speech-tagging
20
- paperswithcode_id:
21
  pretty_name: Twitter PoS VCB
22
  ---
23
 
@@ -95,7 +95,7 @@ An example of 'train' looks as follows.
95
 
96
  The data fields are the same among all splits.
97
 
98
- #### conll2003
99
  - `id`: a `string` feature.
100
  - `tokens`: a `list` of `string` features.
101
  - `pos_tags`: a `list` of classification labels (`int`). Full tagset with indices:
@@ -163,6 +163,7 @@ The data fields are the same among all splits.
163
 
164
  ### Licensing Information
165
 
 
166
 
167
  ### Citation Information
168
 
 
6
  languages:
7
  - en
8
  licenses:
9
+ - cc-by-4.0
10
  multilinguality:
11
  - monolingual
12
  size_categories:
 
17
  - token-classification
18
  task_ids:
19
  - part-of-speech-tagging
20
+ paperswithcode_id: twitter-pos-vcb
21
  pretty_name: Twitter PoS VCB
22
  ---
23
 
 
95
 
96
  The data fields are the same among all splits.
97
 
98
+ #### twitter_pos_vcb
99
  - `id`: a `string` feature.
100
  - `tokens`: a `list` of `string` features.
101
  - `pos_tags`: a `list` of classification labels (`int`). Full tagset with indices:
 
163
 
164
  ### Licensing Information
165
 
166
+ Creative Commons Attribution 4.0 (CC-BY)
167
 
168
  ### Citation Information
169