Upload folder using huggingface_hub
Browse files- .gitattributes +1 -0
- README.md +30 -0
- data/train/turkish_books.json +3 -0
- static/books.png +3 -0
.gitattributes
CHANGED
@@ -56,3 +56,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
56 |
# Video files - compressed
|
57 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
58 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
|
|
|
56 |
# Video files - compressed
|
57 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
58 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
59 |
+
data/train/turkish_books.json filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
configs:
|
3 |
+
- config_name: main_data
|
4 |
+
data_files: "data/train/*"
|
5 |
+
default: true
|
6 |
+
---
|
7 |
+
|
8 |
+
# 🔥 TurkishLLaVA OCR Enhancement Dataset
|
9 |
+
|
10 |
+
<center>
|
11 |
+
<img src="./static/books.png" alt="Türkçe-Kitap Dataset" width="600"/>
|
12 |
+
</center>
|
13 |
+
|
14 |
+
This dataset is a specialized books collection designed to improve the Turkish OCR (Optical Character Recognition) abilities of the [Turkish-LLaVA-v0.1](https://huggingface.co/ytu-ce-cosmos/Turkish-LLaVA-v0.1) model. It was created by collecting **100,000** books entirely from Turkish sources. The primary goal of this dataset is to enhance the model's ability to detect and interpret any text present in images.
|
15 |
+
|
16 |
+
## Dataset Usage in Finetuning
|
17 |
+
|
18 |
+
This dataset played a crucial role in the finetuning process of the Turkish-LLaVA-v0.1 model. It was concatenated with [another dataset](#) (Soon..) to form a comprehensive training set that significantly refined the model's OCR capabilities. This enhancement process ensured that the model could accurately recognize and interpret Turkish text in various visual contexts.
|
19 |
+
|
20 |
+
## Citation
|
21 |
+
|
22 |
+
If you use this dataset or the finetuning setup in your research, please consider citing our [paper](#) (Soon..).
|
23 |
+
|
24 |
+
## Contact
|
25 |
+
|
26 |
+
If you encounter any issues or have suggestions, feel free to reach out to us or open a pull request.
|
27 |
+
|
28 |
+
COSMOS AI Research Group, Yildiz Technical University Computer Engineering Department
|
29 |
+
[https://cosmos.yildiz.edu.tr/](https://cosmos.yildiz.edu.tr/)
|
30 |
+
Email: [email protected]
|
data/train/turkish_books.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:26812e387af9a38bc4265da20cf1237f41d5e9bfe41be5d5c471b83c9175d222
|
3 |
+
size 120243137
|
static/books.png
ADDED
Git LFS Details
|