isanvicente commited on
Commit
8a2af78
1 Parent(s): 453bd7b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +44 -3
README.md CHANGED
@@ -28,9 +28,9 @@ This dataset card aims to be a base template for new datasets. It has been gener
28
  - **Curated by:** [More Information Needed]
29
  - **Funded by [optional]:** [More Information Needed]
30
  - **Shared by [optional]:** [More Information Needed]
31
- - **Language(s) (NLP):** [More Information Needed]
32
- - **License:** [More Information Needed]
33
-
34
  ### Dataset Sources [optional]
35
 
36
  <!-- Provide the basic links for the dataset. -->
@@ -59,6 +59,25 @@ This dataset card aims to be a base template for new datasets. It has been gener
59
 
60
  <!-- This section provides a description of the dataset fields, and additional information about the dataset structure such as criteria used to create the splits, relationships between data points, etc. -->
61
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
62
  [More Information Needed]
63
 
64
  ## Dataset Creation
@@ -72,6 +91,28 @@ This dataset card aims to be a base template for new datasets. It has been gener
72
  ### Source Data
73
 
74
  <!-- This section describes the source data (e.g. news text and headlines, social media posts, translated sentences, ...). -->
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
75
 
76
  #### Data Collection and Processing
77
 
 
28
  - **Curated by:** [More Information Needed]
29
  - **Funded by [optional]:** [More Information Needed]
30
  - **Shared by [optional]:** [More Information Needed]
31
+ - **Language(s) (NLP):** EU
32
+ - **License:** CC
33
+ -
34
  ### Dataset Sources [optional]
35
 
36
  <!-- Provide the basic links for the dataset. -->
 
59
 
60
  <!-- This section provides a description of the dataset fields, and additional information about the dataset structure such as criteria used to create the splits, relationships between data points, etc. -->
61
 
62
+ The corpus is released in jsonl format. Each document contains the following properties:
63
+
64
+
65
+ ```json
66
+ {
67
+ "source": "source",
68
+ "license": "document license",
69
+ "lang": "eu",
70
+ "url": "document url",
71
+ "title": "document title",
72
+ "author": "document author if known, source otherwise",
73
+ "date": "yyyy-mm-dd",
74
+ "text": "document content, ready to use raw text. Title text is included as well.",
75
+ "domain": "document domain. one of ['news','science','wikipedia']"
76
+ }
77
+ ```
78
+
79
+
80
+
81
  [More Information Needed]
82
 
83
  ## Dataset Creation
 
91
  ### Source Data
92
 
93
  <!-- This section describes the source data (e.g. news text and headlines, social media posts, translated sentences, ...). -->
94
+ This is a corpus of Basque language. It contains 559.380.531 raw tokens. It was gathered from various web sources and contains data up to 2023/12/31.
95
+ The corpus is comprised of documents from various sources. All documents included have a free license, but each source has its own license. The following table summarizes corpus statistics and license information.
96
+
97
+
98
+ | **source** | **tokens (M)** | **license** |
99
+ |-------------------:|---------------:|--------------------------:|
100
+ | tokikom | 165,75 | cc-by / cc-by-sa |
101
+ | berria + egunkaria | 178,77 | cc-by-sa 4.0 |
102
+ | administrative | 92,6 | public domain |
103
+ | Wiki | 63,8 | cc0 |
104
+ | addi | 17 | cc-by-nc-sa / cc-by-nc-nd |
105
+ | argia | 17,44 | cc-by-sa 4.0 |
106
+ | subtitles | 11 | cc-by-sa |
107
+ | zientzia.eus | 8,3 | cc-by-sa |
108
+ | susa | 5,8 | cc-by |
109
+ | zientzia kaiera | 2 | cc-by-sa 3.0 |
110
+ | ekaia | 1,8 | cc-by-nc-nd |
111
+ | ikergazte | 1,7 | cc-by-sa 3.0 |
112
+ | game-erauntsia | 0,40 | cc-by-sa |
113
+ | **Total** | **566,36** | |
114
+
115
+
116
 
117
  #### Data Collection and Processing
118