Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,48 +1,49 @@
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
task_categories:
|
| 4 |
-
- image-classification
|
| 5 |
-
- image-to-text
|
| 6 |
-
- text-to-image
|
| 7 |
tags:
|
| 8 |
-
- typeface
|
| 9 |
-
- font
|
| 10 |
-
- glyph
|
| 11 |
-
- typography
|
| 12 |
-
- ocr
|
| 13 |
-
- font-recognition
|
| 14 |
-
-
|
| 15 |
-
- multimodal
|
| 16 |
-
- vision-language
|
| 17 |
-
- generated
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 18 |
---
|
| 19 |
|
| 20 |
-
|
| 21 |
-
[](https://github.com/webxos/webxos)
|
| 22 |
-
[](https://huggingface.co/webxos)
|
| 23 |
-
[](https://x.com/webxos)
|
| 24 |
|
|
|
|
| 25 |
|
| 26 |
-
## Designed by COLIGNUM/webXOS (x.com/colignum)
|
| 27 |
## Dataset Information
|
| 28 |
|
| 29 |
- **Name**: colignum_typeface_dataset_512px_2026-01-22T01-21-36-081Z
|
| 30 |
- **Total Characters**: 155
|
| 31 |
- **Resolution**: 512×512 pixels
|
| 32 |
-
- **Format**:
|
| 33 |
-
- **Generated**: 2026-01-
|
| 34 |
|
| 35 |
## Character Sets Included
|
| 36 |
-
- A-Z Uppercase (26 characters)
|
| 37 |
-
|
| 38 |
-
- a-z Lowercase (26 characters)
|
| 39 |
-
|
| 40 |
-
- 0-9 Numbers (10 characters)
|
| 41 |
-
|
| 42 |
-
- !@#$%^&*()_+-=[]{}|;:,.<>?/~`'" Symbols (32 characters)
|
| 43 |
-
|
| 44 |
-
- ÀÁÂÃÄÅÆÇÈÉÊË Extended Unicode (128 characters)
|
| 45 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 46 |
|
| 47 |
## File Structure
|
| 48 |
|
|
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
task_categories:
|
| 4 |
+
- image-classification
|
| 5 |
+
- image-to-text
|
| 6 |
+
- text-to-image
|
| 7 |
tags:
|
| 8 |
+
- typeface
|
| 9 |
+
- font
|
| 10 |
+
- glyph
|
| 11 |
+
- typography
|
| 12 |
+
- ocr
|
| 13 |
+
- font-recognition
|
| 14 |
+
- synthetic
|
| 15 |
+
- multimodal
|
| 16 |
+
- vision-language
|
| 17 |
+
- generated
|
| 18 |
+
configs:
|
| 19 |
+
- config_name: default
|
| 20 |
+
data_files:
|
| 21 |
+
- split: train
|
| 22 |
+
path:
|
| 23 |
+
- data/*.csv
|
| 24 |
+
- data/*.parquet
|
| 25 |
+
- images/*.png
|
| 26 |
---
|
| 27 |
|
| 28 |
+
# Typeface Dataset
|
|
|
|
|
|
|
|
|
|
| 29 |
|
| 30 |
+
**Designed by COLIGNUM/webXOS** ([x.com/colignum](https://x.com/colignum))
|
| 31 |
|
|
|
|
| 32 |
## Dataset Information
|
| 33 |
|
| 34 |
- **Name**: colignum_typeface_dataset_512px_2026-01-22T01-21-36-081Z
|
| 35 |
- **Total Characters**: 155
|
| 36 |
- **Resolution**: 512×512 pixels
|
| 37 |
+
- **Format**: PNG + CSV/Parquet
|
| 38 |
+
- **Generated**: 2026-01-22
|
| 39 |
|
| 40 |
## Character Sets Included
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 41 |
|
| 42 |
+
- **A-Z** Uppercase (26 characters)
|
| 43 |
+
- **a-z** Lowercase (26 characters)
|
| 44 |
+
- **0-9** Numbers (10 characters)
|
| 45 |
+
- **Symbols** (32 characters): `!@#$%^&*()_+-=[]{}|;:,.<>?/~`'"`
|
| 46 |
+
- **Extended Latin** (128+ characters): ÀÁÂÃÄÅÆÇÈÉÊË etc.
|
| 47 |
|
| 48 |
## File Structure
|
| 49 |
|