Datasets:
Commit
·
c377fc1
1
Parent(s):
086d96b
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,27 +1,7 @@
|
|
| 1 |
-
|
| 2 |
|
| 3 |
-
|
| 4 |
-
card_data = DatasetCardData(
|
| 5 |
-
language='en',
|
| 6 |
-
license='mit',
|
| 7 |
-
annotations_creators='crowdsourced',
|
| 8 |
-
task_categories=['text-classification'],
|
| 9 |
-
task_ids=['sentiment-classification', 'text-scoring'],
|
| 10 |
-
multilinguality='monolingual',
|
| 11 |
-
pretty_name='My Text Classification Dataset',
|
| 12 |
-
)
|
| 13 |
-
card = DatasetCard.from_template(
|
| 14 |
-
card_data,
|
| 15 |
-
pretty_name=card_data.pretty_name,
|
| 16 |
-
)
|
| 17 |
|
| 18 |
-
#
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
license='mit',
|
| 22 |
-
)
|
| 23 |
-
card = DatasetCard.from_template(
|
| 24 |
-
card_data=card_data,
|
| 25 |
-
template_path='./src/huggingface_hub/templates/datasetcard_template.md',
|
| 26 |
-
custom_template_var='custom value', # will be replaced in template if it exists
|
| 27 |
-
)
|
|
|
|
| 1 |
+
# Atlas PDF to Image Cluster Dataset
|
| 2 |
|
| 3 |
+
https://github.com/atlasunified/PDF-to-Image-Cluster
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
|
| 5 |
+
# Dataset Description
|
| 6 |
+
|
| 7 |
+
This dataset is a collection of text extracted from PDF files, originating from various online resources. The dataset was generated using a series of Python scripts forming a robust pipeline that automated the tasks of downloading, converting, and managing the data.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|