Spaces:
Sleeping
Sleeping
added hyperlinks
Browse files
helper/text/text_about.py
CHANGED
@@ -52,10 +52,11 @@ class TextAbout:
|
|
52 |
"""
|
53 |
|
54 |
text_data = """
|
55 |
-
|
|
|
56 |
For a glimpse into the kind of data we're working with, you can explore our sample test data on Hugging Face:
|
57 |
|
58 |
-
[
|
59 |
|
60 |
**Note**: This is just a sample. The complete training dataset will be released in the future.
|
61 |
"""
|
@@ -64,7 +65,7 @@ class TextAbout:
|
|
64 |
## The Models
|
65 |
For detailed information about all the models used in this project, please refer to the model cards available on Hugging Face:
|
66 |
|
67 |
-
[
|
68 |
"""
|
69 |
|
70 |
|
|
|
52 |
"""
|
53 |
|
54 |
text_data = """
|
55 |
+
## The Dataset
|
56 |
+
|
57 |
For a glimpse into the kind of data we're working with, you can explore our sample test data on Hugging Face:
|
58 |
|
59 |
+
[HuggingFace Dataset Card](https://huggingface.co/datasets/Riksarkivet/test_images_demo)
|
60 |
|
61 |
**Note**: This is just a sample. The complete training dataset will be released in the future.
|
62 |
"""
|
|
|
65 |
## The Models
|
66 |
For detailed information about all the models used in this project, please refer to the model cards available on Hugging Face:
|
67 |
|
68 |
+
[HuggingFace Model Card](https://huggingface.co/Riksarkivet/HTR_pipeline_models)
|
69 |
"""
|
70 |
|
71 |
|