guilhermelmello commited on
Commit
55e8cc0
1 Parent(s): 816a97f

Update dataset card to v1.2

Browse files
Files changed (1) hide show
  1. README.md +21 -14
README.md CHANGED
@@ -4,9 +4,9 @@ annotations_creators:
4
  - no-annotation
5
  language_creators:
6
  - crowdsourced
7
- languages:
8
- - pt-BR
9
- licenses:
10
  - cc-by-nc-sa-4.0
11
  multilinguality:
12
  - monolingual
@@ -15,7 +15,7 @@ size_categories:
15
  source_datasets:
16
  - original
17
  task_categories:
18
- - sequence-modeling
19
  task_ids:
20
  - language-modeling
21
  ---
@@ -42,8 +42,8 @@ task_ids:
42
  ## Dataset Description
43
 
44
  - **Homepage:** [sites.usp.br/corpuscarolina](https://sites.usp.br/corpuscarolina/)
45
- - **Current Version:** 1.1 (Ada)
46
- - **Point of Contact:** [Guilherme L. Mello](mailto:guilhermelmello@ime.usp.br)
47
 
48
 
49
  ### Dataset Summary
@@ -63,6 +63,10 @@ The documents are clustered into taxonomies and the corpus can be loaded in comp
63
  - `uni` : university domains;
64
  - `wik` : wikis.
65
 
 
 
 
 
66
  Usage Example:
67
 
68
  ```python
@@ -73,6 +77,9 @@ corpus_carolina = load_dataset("carolina-c4ai/corpus-carolina")
73
 
74
  # to load social media documents
75
  social_media = load_dataset("carolina-c4ai/corpus-carolina", taxonomy="soc")
 
 
 
76
  ```
77
 
78
  ### Supported Tasks
@@ -106,14 +113,14 @@ Every instance have the following structure.
106
 
107
  | Code | Taxonomy | Instances | Size |
108
  |:----:|:---------------------------|----------:|-------:|
109
- | | **Total** | 1745187 | 7.3 GB |
110
- | dat | Datasets and other Corpora | 1098717 | 3.3 GB |
111
- | wik | Wikis | 603968 | 2.6 GB |
112
- | jud | Judicial Branch | 38068 | 1.4 GB |
113
- | leg | Legislative Branch | 14 | 20 MB |
114
- | soc | Social Media | 3449 | 15 MB |
115
- | uni | University Domains | 945 | 9.4 MB |
116
- | pub | Public Domain Works | 26 | 3.6 MB |
117
  ||
118
 
119
 
 
4
  - no-annotation
5
  language_creators:
6
  - crowdsourced
7
+ language:
8
+ - pt
9
+ license:
10
  - cc-by-nc-sa-4.0
11
  multilinguality:
12
  - monolingual
 
15
  source_datasets:
16
  - original
17
  task_categories:
18
+ - fill-mask
19
  task_ids:
20
  - language-modeling
21
  ---
 
42
  ## Dataset Description
43
 
44
  - **Homepage:** [sites.usp.br/corpuscarolina](https://sites.usp.br/corpuscarolina/)
45
+ - **Current Version:** 1.2 (Ada)
46
+ - **Point of Contact:** [LaViHD](mailto:lavihd@usp.br)
47
 
48
 
49
  ### Dataset Summary
 
63
  - `uni` : university domains;
64
  - `wik` : wikis.
65
 
66
+ Dataset Vesioning:
67
+
68
+ The Carolina Corpus is under continuous development resulting in multiple vesions. The current version is v1.2, but v1.1 is also available. You can access diferent vesions of the corpus using the `revision` parameter on `load_dataset`.
69
+
70
  Usage Example:
71
 
72
  ```python
 
77
 
78
  # to load social media documents
79
  social_media = load_dataset("carolina-c4ai/corpus-carolina", taxonomy="soc")
80
+
81
+ # to load previous version
82
+ corpus_carolina = load_dataset("carolina-c4ai/corpus-carolina", revision="v1.1")
83
  ```
84
 
85
  ### Supported Tasks
 
113
 
114
  | Code | Taxonomy | Instances | Size |
115
  |:----:|:---------------------------|----------:|-------:|
116
+ | | **Total** | 2107045 | 11 GB |
117
+ | dat | Datasets and other Corpora | 1102049 | 4.4 GB |
118
+ | wik | Wikis | 960139 | 5.2 GB |
119
+ | jud | Judicial Branch | 40464 | 1.5 GB |
120
+ | leg | Legislative Branch | 13 | 25 MB |
121
+ | soc | Social Media | 3413 | 17 MB |
122
+ | uni | University Domains | 941 | 10 MB |
123
+ | pub | Public Domain Works | 26 | 4.5 MB |
124
  ||
125
 
126