AtlasUnified commited on
Commit
c377fc1
·
1 Parent(s): 086d96b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -25
README.md CHANGED
@@ -1,27 +1,7 @@
1
- from huggingface_hub import DatasetCard, DatasetCardData
2
 
3
- # Using the Default Template
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
- # Using a Custom Template
19
- card_data = DatasetCardData(
20
- language='en',
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.