Add paper link, code link, and license metadata
Browse filesHi! I'm Niels from the Hugging Face community science team.
I'm opening this PR to improve the dataset card for Copiale Lines. This includes:
- Adding the **MIT license** to the metadata.
- Adding a link to the associated **paper** on the Hugging Face Hub.
- Adding a link to the **official GitHub repository**.
These changes help researchers find, cite, and use your work more effectively.
README.md
CHANGED
|
@@ -1,11 +1,12 @@
|
|
| 1 |
---
|
| 2 |
-
pretty_name: Copiale Lines
|
| 3 |
-
task_categories:
|
| 4 |
-
- image-to-text
|
| 5 |
language:
|
| 6 |
- de
|
|
|
|
| 7 |
size_categories:
|
| 8 |
- 1K<n<10K
|
|
|
|
|
|
|
|
|
|
| 9 |
viewer: true
|
| 10 |
---
|
| 11 |
|
|
@@ -13,7 +14,9 @@ viewer: true
|
|
| 13 |
|
| 14 |
Copiale Lines is a line-level image-to-text dataset for historical cipher decipherment. It contains cropped line images from the Copiale manuscript paired with plaintext ground truth.
|
| 15 |
|
| 16 |
-
This dataset
|
|
|
|
|
|
|
| 17 |
|
| 18 |
## Dataset Structure
|
| 19 |
|
|
|
|
| 1 |
---
|
|
|
|
|
|
|
|
|
|
| 2 |
language:
|
| 3 |
- de
|
| 4 |
+
license: mit
|
| 5 |
size_categories:
|
| 6 |
- 1K<n<10K
|
| 7 |
+
task_categories:
|
| 8 |
+
- image-to-text
|
| 9 |
+
pretty_name: Copiale Lines
|
| 10 |
viewer: true
|
| 11 |
---
|
| 12 |
|
|
|
|
| 14 |
|
| 15 |
Copiale Lines is a line-level image-to-text dataset for historical cipher decipherment. It contains cropped line images from the Copiale manuscript paired with plaintext ground truth.
|
| 16 |
|
| 17 |
+
This dataset was presented in the paper [Learning to Decipher from Pixels -- A Case Study of Copiale](https://huggingface.co/papers/2604.23683) (HistoCrypt 2026).
|
| 18 |
+
|
| 19 |
+
**Code:** [https://github.com/leitro/Decipher-from-Pixels-Copiale](https://github.com/leitro/Decipher-from-Pixels-Copiale)
|
| 20 |
|
| 21 |
## Dataset Structure
|
| 22 |
|