Datasets:
Updated contribution
Browse files
README.md
CHANGED
|
@@ -86,7 +86,7 @@ DatasetDict({
|
|
| 86 |
The sentence pairs were manually collated from publicly available sources:
|
| 87 |
|
| 88 |
1. Translated books authored by Gurbanguly Berdimuhamedov, obtained from the official Turkmenistan government portal: <https://maslahat.gov.tm/books>.
|
| 89 |
-
2. Supplementary translated materials sourced from various public journals.
|
| 90 |
|
| 91 |
The text was extracted and aligned into parallel sentences.
|
| 92 |
|
|
@@ -172,6 +172,35 @@ trainer.train()
|
|
| 172 |
A huge thank you to the following individuals for their contributions to creating and preparing this dataset:
|
| 173 |
* [Shemshat Nazarova](https://huggingface.co/Shemshat) (Extracting and aligning 500 sentneces from the magazines)
|
| 174 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 175 |
## Citation
|
| 176 |
If you use this dataset in your research or projects, please cite it as:
|
| 177 |
```
|
|
|
|
| 86 |
The sentence pairs were manually collated from publicly available sources:
|
| 87 |
|
| 88 |
1. Translated books authored by Gurbanguly Berdimuhamedov, obtained from the official Turkmenistan government portal: <https://maslahat.gov.tm/books>.
|
| 89 |
+
2. Supplementary translated materials sourced from various public journals from <https://metbugat.gov.tm>.
|
| 90 |
|
| 91 |
The text was extracted and aligned into parallel sentences.
|
| 92 |
|
|
|
|
| 172 |
A huge thank you to the following individuals for their contributions to creating and preparing this dataset:
|
| 173 |
* [Shemshat Nazarova](https://huggingface.co/Shemshat) (Extracting and aligning 500 sentneces from the magazines)
|
| 174 |
|
| 175 |
+
## Contributing to the Turkmen-English Corpus
|
| 176 |
+
|
| 177 |
+
### What to Contribute
|
| 178 |
+
- **Human-translated sentences only** (no machine translation)
|
| 179 |
+
- **Diverse content** beyond official texts (conversational phrases, technical terms)
|
| 180 |
+
- **Natural language** representing everyday Turkmen usage
|
| 181 |
+
- **Verified translations** checked by native speakers when possible
|
| 182 |
+
|
| 183 |
+
### How to Submit
|
| 184 |
+
1. Format your data as:
|
| 185 |
+
- CSV with two columns (Turkmen and English)
|
| 186 |
+
- JSON matching `{'translation': {'tk': '...', 'en': '...'}}`
|
| 187 |
+
- Text files with aligned sentences
|
| 188 |
+
|
| 189 |
+
2. Include source information and confirm you have rights to share
|
| 190 |
+
|
| 191 |
+
3. Submit via:
|
| 192 |
+
- Email: meinnps@gmail.com
|
| 193 |
+
- LinkedIn: linkedin.com/in/merdandt
|
| 194 |
+
- Telegram: t.me/merdandt
|
| 195 |
+
|
| 196 |
+
### Quality Standards
|
| 197 |
+
- Ensure accurate translations
|
| 198 |
+
- Remove duplicates
|
| 199 |
+
- Correct any spelling/grammar errors
|
| 200 |
+
- Focus on natural expression
|
| 201 |
+
|
| 202 |
+
All contributors will be acknowledged in the dataset documentation.
|
| 203 |
+
|
| 204 |
## Citation
|
| 205 |
If you use this dataset in your research or projects, please cite it as:
|
| 206 |
```
|