samwaugh commited on
Commit
b7fd1ad
·
verified ·
1 Parent(s): 4ba1e4d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +107 -3
README.md CHANGED
@@ -1,3 +1,107 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ ---
4
+
5
+ # ArteFact Markdown Dataset
6
+
7
+ A comprehensive collection of scholarly art historical texts and associated images, organized by individual artworks and their corresponding scholarly documentation.
8
+
9
+ ## �� Dataset Overview
10
+
11
+ This dataset contains **7,200 individual art works**, each with their associated scholarly markdown documentation and visual materials. The dataset serves as the primary source material for the ArteFact AI research platform, which bridges visual art and textual scholarship.
12
+
13
+ ## 🏗️ Data Structure
14
+
15
+ ```
16
+ artefact-markdown/
17
+ ├── works/
18
+ │ ├── W1009740230/
19
+ │ │ ├── content.md # Scholarly text for this work
20
+ │ │ └── images/ # Associated visual materials
21
+ │ │ ├── image-001.jpg
22
+ │ │ ├── image-002.jpg
23
+ │ │ └── ...
24
+ │ ├── W2158127127/
25
+ │ └── ... (7,200 total work directories)
26
+ ```
27
+
28
+ ## Dataset Statistics
29
+
30
+ - **Total Works**: 7,200
31
+ - **Total Files**: 239,996
32
+ - **Total Size**: ~19.1 GB
33
+
34
+ ### File Distribution by Work Size
35
+
36
+ | Files per Work | Number of Works | Percentage |
37
+ |----------------|-----------------|------------|
38
+ | 1 file | 1,380 | 19.2% |
39
+ | 2-10 files | 2,666 | 37.0% |
40
+ | 11-100 files | 2,800 | 38.9% |
41
+ | 100+ files | 354 | 4.9% |
42
+ | 1,000+ files | 7 | 0.1% |
43
+ | 10,000+ files| 3 | 0.04% |
44
+
45
+ ## Content Types
46
+
47
+ ### Scholarly Documentation
48
+ - **Art historical analysis** and descriptions
49
+ - **Biographical information** about artists and creators
50
+ - **Historical context** and provenance details
51
+ - **Technical specifications** and material information
52
+ - **Critical interpretations** and scholarly commentary
53
+
54
+ ### Visual Materials
55
+ - **High-resolution artwork images**
56
+ - **Detail shots** and close-ups
57
+ - **Comparative images** and contextual materials
58
+ - **Documentation photos** and archival materials
59
+
60
+ ## 🔍 Work Identification
61
+
62
+ Each work is identified by a unique `W` prefix followed by a numerical identifier (e.g., `W1009740230`). These identifiers correspond to the works referenced in the companion `artefact-json` dataset.
63
+
64
+ ## 🚀 Usage
65
+
66
+ This dataset is designed to work in conjunction with:
67
+ - **`samwaugh/artefact-embeddings`** - Vector embeddings of the textual content
68
+ - **`samwaugh/artefact-json`** - Structured metadata and sentence-level annotations
69
+
70
+ ### Example Use Cases
71
+ - **Art historical research** and analysis
72
+ - **AI training** for art understanding models
73
+ - **Scholarly text mining** and analysis
74
+ - **Cross-modal learning** between text and images
75
+ - **Digital humanities** research projects
76
+
77
+ ## 📖 Citation
78
+
79
+ If you use this dataset in your research, please cite:
80
+
81
+ ```bibtex
82
+ @dataset{artefact_markdown_2024,
83
+ title={ArteFact Markdown Dataset},
84
+ author={Waugh, Samuel},
85
+ year={2024},
86
+ publisher={Hugging Face},
87
+ url={https://huggingface.co/datasets/samwaugh/artefact-markdown}
88
+ }
89
+ ```
90
+
91
+ ## 🔗 Related Resources
92
+
93
+ - **ArteFact Platform**: [samwaugh/artefact](https://huggingface.co/spaces/samwaugh/artefact)
94
+ - **Embeddings Dataset**: [samwaugh/artefact-embeddings](https://huggingface.co/datasets/samwaugh/artefact-embeddings)
95
+ - **Metadata Dataset**: [samwaugh/artefact-json](https://huggingface.co/datasets/samwaugh/artefact-json)
96
+
97
+ ## 📄 License
98
+
99
+ This dataset is released under the MIT License. See the [LICENSE](LICENSE) file for details.
100
+
101
+ ## Contributing
102
+
103
+ This dataset is part of the larger ArteFact project. For questions, issues, or contributions, please refer to the main ArteFact repository.
104
+
105
+ ---
106
+
107
+ *Part of the ArteFact AI Research Platform - Bridging Visual Art and Textual Scholarship*