Chiquitin commited on
Commit ·
44778eb
0
Parent(s):
Initial commit with LFS
Browse files- .gitattributes +0 -0
- .idea/.gitignore +8 -0
- .idea/deployment.xml +28 -0
- .idea/inspectionProfiles/Project_Default.xml +10 -0
- .idea/inspectionProfiles/profiles_settings.xml +6 -0
- .idea/misc.xml +7 -0
- .idea/modules.xml +8 -0
- .idea/vcs.xml +6 -0
- .idea/webResources.xml +16 -0
- .idea/wikipedia_articles_es.iml +10 -0
- README.md +53 -0
- train.parquet +3 -0
- wikipedia-es-A000/data-00000-of-00001.arrow +3 -0
- wikipedia-es-A000/dataset_info.json +38 -0
- wikipedia-es-A000/state.json +13 -0
- wikipedia-es-A001/data-00000-of-00001.arrow +3 -0
- wikipedia-es-A001/dataset_info.json +38 -0
- wikipedia-es-A001/state.json +13 -0
- wikipedia-es-A002/data-00000-of-00001.arrow +3 -0
- wikipedia-es-A002/dataset_info.json +38 -0
- wikipedia-es-A002/state.json +13 -0
.gitattributes
ADDED
|
Binary file (191 Bytes). View file
|
|
|
.idea/.gitignore
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Default ignored files
|
| 2 |
+
/shelf/
|
| 3 |
+
/workspace.xml
|
| 4 |
+
# Editor-based HTTP Client requests
|
| 5 |
+
/httpRequests/
|
| 6 |
+
# Datasource local storage ignored files
|
| 7 |
+
/dataSources/
|
| 8 |
+
/dataSources.local.xml
|
.idea/deployment.xml
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<?xml version="1.0" encoding="UTF-8"?>
|
| 2 |
+
<project version="4">
|
| 3 |
+
<component name="PublishConfigData" remoteFilesAllowedToDisappearOnAutoupload="false">
|
| 4 |
+
<serverData>
|
| 5 |
+
<paths name="acid137@192.168.77.135:22 password">
|
| 6 |
+
<serverdata>
|
| 7 |
+
<mappings>
|
| 8 |
+
<mapping local="$PROJECT_DIR$" web="/" />
|
| 9 |
+
</mappings>
|
| 10 |
+
</serverdata>
|
| 11 |
+
</paths>
|
| 12 |
+
<paths name="acid137@192.168.77.135:22 password (2)">
|
| 13 |
+
<serverdata>
|
| 14 |
+
<mappings>
|
| 15 |
+
<mapping local="$PROJECT_DIR$" web="/" />
|
| 16 |
+
</mappings>
|
| 17 |
+
</serverdata>
|
| 18 |
+
</paths>
|
| 19 |
+
<paths name="acid137@192.168.77.135:22 password (3)">
|
| 20 |
+
<serverdata>
|
| 21 |
+
<mappings>
|
| 22 |
+
<mapping local="$PROJECT_DIR$" web="/" />
|
| 23 |
+
</mappings>
|
| 24 |
+
</serverdata>
|
| 25 |
+
</paths>
|
| 26 |
+
</serverData>
|
| 27 |
+
</component>
|
| 28 |
+
</project>
|
.idea/inspectionProfiles/Project_Default.xml
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<component name="InspectionProjectProfileManager">
|
| 2 |
+
<profile version="1.0">
|
| 3 |
+
<option name="myName" value="Project Default" />
|
| 4 |
+
<inspection_tool class="DuplicatedCode" enabled="true" level="WEAK WARNING" enabled_by_default="true">
|
| 5 |
+
<Languages>
|
| 6 |
+
<language minSize="58" name="Python" />
|
| 7 |
+
</Languages>
|
| 8 |
+
</inspection_tool>
|
| 9 |
+
</profile>
|
| 10 |
+
</component>
|
.idea/inspectionProfiles/profiles_settings.xml
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<component name="InspectionProjectProfileManager">
|
| 2 |
+
<settings>
|
| 3 |
+
<option name="USE_PROJECT_PROFILE" value="false" />
|
| 4 |
+
<version value="1.0" />
|
| 5 |
+
</settings>
|
| 6 |
+
</component>
|
.idea/misc.xml
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<?xml version="1.0" encoding="UTF-8"?>
|
| 2 |
+
<project version="4">
|
| 3 |
+
<component name="Black">
|
| 4 |
+
<option name="sdkName" value="Python 3.13" />
|
| 5 |
+
</component>
|
| 6 |
+
<component name="ProjectRootManager" version="2" project-jdk-name="Python 3.13" project-jdk-type="Python SDK" />
|
| 7 |
+
</project>
|
.idea/modules.xml
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<?xml version="1.0" encoding="UTF-8"?>
|
| 2 |
+
<project version="4">
|
| 3 |
+
<component name="ProjectModuleManager">
|
| 4 |
+
<modules>
|
| 5 |
+
<module fileurl="file://$PROJECT_DIR$/.idea/wikipedia_articles_es.iml" filepath="$PROJECT_DIR$/.idea/wikipedia_articles_es.iml" />
|
| 6 |
+
</modules>
|
| 7 |
+
</component>
|
| 8 |
+
</project>
|
.idea/vcs.xml
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<?xml version="1.0" encoding="UTF-8"?>
|
| 2 |
+
<project version="4">
|
| 3 |
+
<component name="VcsDirectoryMappings">
|
| 4 |
+
<mapping directory="" vcs="Git" />
|
| 5 |
+
</component>
|
| 6 |
+
</project>
|
.idea/webResources.xml
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<?xml version="1.0" encoding="UTF-8"?>
|
| 2 |
+
<project version="4">
|
| 3 |
+
<component name="WebResourcesPaths">
|
| 4 |
+
<contentEntries>
|
| 5 |
+
<entry url="file://$PROJECT_DIR$">
|
| 6 |
+
<entryData>
|
| 7 |
+
<resourceRoots>
|
| 8 |
+
<path value="file://$PROJECT_DIR$/wikipedia-es-A000" />
|
| 9 |
+
<path value="file://$PROJECT_DIR$/wikipedia-es-A001" />
|
| 10 |
+
<path value="file://$PROJECT_DIR$/wikipedia-es-A002" />
|
| 11 |
+
</resourceRoots>
|
| 12 |
+
</entryData>
|
| 13 |
+
</entry>
|
| 14 |
+
</contentEntries>
|
| 15 |
+
</component>
|
| 16 |
+
</project>
|
.idea/wikipedia_articles_es.iml
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<?xml version="1.0" encoding="UTF-8"?>
|
| 2 |
+
<module type="PYTHON_MODULE" version="4">
|
| 3 |
+
<component name="NewModuleRootManager">
|
| 4 |
+
<content url="file://$MODULE_DIR$">
|
| 5 |
+
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
|
| 6 |
+
</content>
|
| 7 |
+
<orderEntry type="jdk" jdkName="Python 3.13" jdkType="Python SDK" />
|
| 8 |
+
<orderEntry type="sourceFolder" forTests="false" />
|
| 9 |
+
</component>
|
| 10 |
+
</module>
|
README.md
ADDED
|
@@ -0,0 +1,53 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
language:
|
| 4 |
+
- es
|
| 5 |
+
task_categories:
|
| 6 |
+
- text-classification
|
| 7 |
+
- sentence-similarity
|
| 8 |
+
pretty_name: Wikipedia Article Segmentation ES
|
| 9 |
+
size_categories:
|
| 10 |
+
- 100M<n<1B
|
| 11 |
+
dataset_info:
|
| 12 |
+
features:
|
| 13 |
+
- name: title
|
| 14 |
+
dtype: string
|
| 15 |
+
- name: text
|
| 16 |
+
dtype: string
|
| 17 |
+
- name: id
|
| 18 |
+
dtype: string
|
| 19 |
+
- name: paragraphs
|
| 20 |
+
dtype: int64
|
| 21 |
+
- name: articles
|
| 22 |
+
dtype: int64
|
| 23 |
+
- name: words
|
| 24 |
+
dtype: int64
|
| 25 |
+
splits:
|
| 26 |
+
- name: train
|
| 27 |
+
num_examples: 26510
|
| 28 |
+
- name: validation
|
| 29 |
+
num_examples: 3336
|
| 30 |
+
- name: test
|
| 31 |
+
num_examples: 6557
|
| 32 |
+
---
|
| 33 |
+
|
| 34 |
+
# Wikipedia Articles (Spanish)
|
| 35 |
+
|
| 36 |
+
Este dataset contiene artículos segmentados de Wikipedia en español. Se divide en tres splits (`train`, `validation`, `test`), donde cada ejemplo incluye:
|
| 37 |
+
|
| 38 |
+
- `title`: título o subtítulo del artículo
|
| 39 |
+
- `text`: contenido del segmento
|
| 40 |
+
- `id`: identificador único
|
| 41 |
+
- `paragraphs`, `articles`, `words`: métricas estructurales
|
| 42 |
+
|
| 43 |
+
Ideal para tareas de clasificación y segmentación textual en español.
|
| 44 |
+
|
| 45 |
+
## Usage
|
| 46 |
+
|
| 47 |
+
```python
|
| 48 |
+
from datasets import load_dataset
|
| 49 |
+
|
| 50 |
+
ds = load_dataset("Alverciito/wikipedia_articles_es")
|
| 51 |
+
print(ds["wikipedia-es-A000"][0])
|
| 52 |
+
```
|
| 53 |
+
|
train.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3231a4832a27e7cbb4905fae93106d3c7050fc21209299b19cc875404216da2b
|
| 3 |
+
size 54044746
|
wikipedia-es-A000/data-00000-of-00001.arrow
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8e379ef5c7aeadaf6376241e0f7900e2ebb7e64cb94a6c5d1892c8f0e7e6024e
|
| 3 |
+
size 363794968
|
wikipedia-es-A000/dataset_info.json
ADDED
|
@@ -0,0 +1,38 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"citation": "",
|
| 3 |
+
"description": "",
|
| 4 |
+
"features": {
|
| 5 |
+
"title": {
|
| 6 |
+
"feature": {
|
| 7 |
+
"dtype": "string",
|
| 8 |
+
"_type": "Value"
|
| 9 |
+
},
|
| 10 |
+
"_type": "List"
|
| 11 |
+
},
|
| 12 |
+
"text": {
|
| 13 |
+
"feature": {
|
| 14 |
+
"dtype": "string",
|
| 15 |
+
"_type": "Value"
|
| 16 |
+
},
|
| 17 |
+
"_type": "List"
|
| 18 |
+
},
|
| 19 |
+
"id": {
|
| 20 |
+
"dtype": "string",
|
| 21 |
+
"_type": "Value"
|
| 22 |
+
},
|
| 23 |
+
"paragraphs": {
|
| 24 |
+
"dtype": "int64",
|
| 25 |
+
"_type": "Value"
|
| 26 |
+
},
|
| 27 |
+
"articles": {
|
| 28 |
+
"dtype": "int64",
|
| 29 |
+
"_type": "Value"
|
| 30 |
+
},
|
| 31 |
+
"words": {
|
| 32 |
+
"dtype": "int64",
|
| 33 |
+
"_type": "Value"
|
| 34 |
+
}
|
| 35 |
+
},
|
| 36 |
+
"homepage": "",
|
| 37 |
+
"license": ""
|
| 38 |
+
}
|
wikipedia-es-A000/state.json
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_data_files": [
|
| 3 |
+
{
|
| 4 |
+
"filename": "data-00000-of-00001.arrow"
|
| 5 |
+
}
|
| 6 |
+
],
|
| 7 |
+
"_fingerprint": "4b6620317923ec4e",
|
| 8 |
+
"_format_columns": null,
|
| 9 |
+
"_format_kwargs": {},
|
| 10 |
+
"_format_type": null,
|
| 11 |
+
"_output_all_columns": false,
|
| 12 |
+
"_split": null
|
| 13 |
+
}
|
wikipedia-es-A001/data-00000-of-00001.arrow
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:87378a0e08709397c226de543239d6040257380c86885c72fa8307468fde4d96
|
| 3 |
+
size 45570376
|
wikipedia-es-A001/dataset_info.json
ADDED
|
@@ -0,0 +1,38 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"citation": "",
|
| 3 |
+
"description": "",
|
| 4 |
+
"features": {
|
| 5 |
+
"title": {
|
| 6 |
+
"feature": {
|
| 7 |
+
"dtype": "string",
|
| 8 |
+
"_type": "Value"
|
| 9 |
+
},
|
| 10 |
+
"_type": "List"
|
| 11 |
+
},
|
| 12 |
+
"text": {
|
| 13 |
+
"feature": {
|
| 14 |
+
"dtype": "string",
|
| 15 |
+
"_type": "Value"
|
| 16 |
+
},
|
| 17 |
+
"_type": "List"
|
| 18 |
+
},
|
| 19 |
+
"id": {
|
| 20 |
+
"dtype": "string",
|
| 21 |
+
"_type": "Value"
|
| 22 |
+
},
|
| 23 |
+
"paragraphs": {
|
| 24 |
+
"dtype": "int64",
|
| 25 |
+
"_type": "Value"
|
| 26 |
+
},
|
| 27 |
+
"articles": {
|
| 28 |
+
"dtype": "int64",
|
| 29 |
+
"_type": "Value"
|
| 30 |
+
},
|
| 31 |
+
"words": {
|
| 32 |
+
"dtype": "int64",
|
| 33 |
+
"_type": "Value"
|
| 34 |
+
}
|
| 35 |
+
},
|
| 36 |
+
"homepage": "",
|
| 37 |
+
"license": ""
|
| 38 |
+
}
|
wikipedia-es-A001/state.json
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_data_files": [
|
| 3 |
+
{
|
| 4 |
+
"filename": "data-00000-of-00001.arrow"
|
| 5 |
+
}
|
| 6 |
+
],
|
| 7 |
+
"_fingerprint": "cf4854693e3321ca",
|
| 8 |
+
"_format_columns": null,
|
| 9 |
+
"_format_kwargs": {},
|
| 10 |
+
"_format_type": null,
|
| 11 |
+
"_output_all_columns": false,
|
| 12 |
+
"_split": null
|
| 13 |
+
}
|
wikipedia-es-A002/data-00000-of-00001.arrow
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f7abef814434c5bf88349fb3dc538a13aa053a48e6323604a557945f63e336a0
|
| 3 |
+
size 89933336
|
wikipedia-es-A002/dataset_info.json
ADDED
|
@@ -0,0 +1,38 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"citation": "",
|
| 3 |
+
"description": "",
|
| 4 |
+
"features": {
|
| 5 |
+
"title": {
|
| 6 |
+
"feature": {
|
| 7 |
+
"dtype": "string",
|
| 8 |
+
"_type": "Value"
|
| 9 |
+
},
|
| 10 |
+
"_type": "List"
|
| 11 |
+
},
|
| 12 |
+
"text": {
|
| 13 |
+
"feature": {
|
| 14 |
+
"dtype": "string",
|
| 15 |
+
"_type": "Value"
|
| 16 |
+
},
|
| 17 |
+
"_type": "List"
|
| 18 |
+
},
|
| 19 |
+
"id": {
|
| 20 |
+
"dtype": "string",
|
| 21 |
+
"_type": "Value"
|
| 22 |
+
},
|
| 23 |
+
"paragraphs": {
|
| 24 |
+
"dtype": "int64",
|
| 25 |
+
"_type": "Value"
|
| 26 |
+
},
|
| 27 |
+
"articles": {
|
| 28 |
+
"dtype": "int64",
|
| 29 |
+
"_type": "Value"
|
| 30 |
+
},
|
| 31 |
+
"words": {
|
| 32 |
+
"dtype": "int64",
|
| 33 |
+
"_type": "Value"
|
| 34 |
+
}
|
| 35 |
+
},
|
| 36 |
+
"homepage": "",
|
| 37 |
+
"license": ""
|
| 38 |
+
}
|
wikipedia-es-A002/state.json
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_data_files": [
|
| 3 |
+
{
|
| 4 |
+
"filename": "data-00000-of-00001.arrow"
|
| 5 |
+
}
|
| 6 |
+
],
|
| 7 |
+
"_fingerprint": "be83f0baff0e46ab",
|
| 8 |
+
"_format_columns": null,
|
| 9 |
+
"_format_kwargs": {},
|
| 10 |
+
"_format_type": null,
|
| 11 |
+
"_output_all_columns": false,
|
| 12 |
+
"_split": null
|
| 13 |
+
}
|