Add link to paper, add task category

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +6 -2
README.md CHANGED
@@ -1,6 +1,7 @@
1
  ---
2
  language:
3
  - mk
 
4
  tags:
5
  - macedonian
6
  - text
@@ -9,11 +10,14 @@ tags:
9
  - deduplicated
10
  datasets:
11
  - LVSTCK/macedonian-corpus-cleaned-deduplicated
12
- license: cc-by-4.0
 
13
  ---
14
 
15
  # Macedonian Corpus - Cleaned and Deduplicated
16
 
 
 
17
  ## 🌟 Key Highlights
18
  - **Size**: 16.78 GB, **Word Count**: 1.47 billion
19
  - Deduplicated using **MinHash** to remove redundant documents.
@@ -22,7 +26,7 @@ license: cc-by-4.0
22
 
23
  Macedonian is widely recognized as a low-resource language in the field of NLP. Publicly available resources in Macedonian are extremely limited, and as far as we know, no consolidated resource encompassing all available public data exists. Another challenge is the state of digitalized books and documents in Macedonia. The country lags behind in this regard, with many books and documents existing only as scanned images. This makes it difficult to extract textual information, which is critical for advancing linguistic research, education, and NLP applications in Macedonian language. To address these challenges, we created this **Macedonian Corpus**. This corpus consolidates multiple sources of Macedonian text data, including books, academic papers, web content, and other textual resources.
24
 
25
- This version of the corpus is both **cleaned** and **deduplicated**, processed to ensure high-quality text. The filtering was done using [datatrove](https://github.com/huggingface/datatrove), mainly motivated by [fineweb-2](https://github.com/huggingface/fineweb-2), it consists of:
26
 
27
  Other versions: [raw](https://huggingface.co/datasets/LVSTCK/macedonian-corpus-raw), [cleaned with less aggresive deduplication](https://huggingface.co/datasets/LVSTCK/macedonian-corpus-cleaned)
28
 
 
1
  ---
2
  language:
3
  - mk
4
+ license: cc-by-4.0
5
  tags:
6
  - macedonian
7
  - text
 
10
  - deduplicated
11
  datasets:
12
  - LVSTCK/macedonian-corpus-cleaned-deduplicated
13
+ task_categories:
14
+ - text-generation
15
  ---
16
 
17
  # Macedonian Corpus - Cleaned and Deduplicated
18
 
19
+ [Paper](https://huggingface.co/papers/2506.09560)
20
+
21
  ## 🌟 Key Highlights
22
  - **Size**: 16.78 GB, **Word Count**: 1.47 billion
23
  - Deduplicated using **MinHash** to remove redundant documents.
 
26
 
27
  Macedonian is widely recognized as a low-resource language in the field of NLP. Publicly available resources in Macedonian are extremely limited, and as far as we know, no consolidated resource encompassing all available public data exists. Another challenge is the state of digitalized books and documents in Macedonia. The country lags behind in this regard, with many books and documents existing only as scanned images. This makes it difficult to extract textual information, which is critical for advancing linguistic research, education, and NLP applications in Macedonian language. To address these challenges, we created this **Macedonian Corpus**. This corpus consolidates multiple sources of Macedonian text data, including books, academic papers, web content, and other textual resources.
28
 
29
+ This version of the corpus is both **cleaned** and **deduplicated**, processed to ensure high-quality text. The filtering was done using [datatrove](https://github.com/huggingface/datatrove), mainly motivated by [fineweb-2](https://huggingface.co/fineweb-2), it consists of:
30
 
31
  Other versions: [raw](https://huggingface.co/datasets/LVSTCK/macedonian-corpus-raw), [cleaned with less aggresive deduplication](https://huggingface.co/datasets/LVSTCK/macedonian-corpus-cleaned)
32