The dataset is currently empty. Upload or create new data files. Then, you will be able to explore them in the Dataset Viewer.
π§ About Me
aakash = {
"name" : "Aakash Meghwar",
"location" : "Nizhny Novgorod, Russia π·πΊ ββ Pakistan π΅π°",
"education" : "MSc @ HSE β Higher School of Economics (2024β)",
"mission" : "Bridge linguistics and AI for low-resource languages",
"research" : [
"SindhiLM β Sindhi Language Model (Qwen2.5 fine-tune)",
"SindhiLM-Tokenizer β Morpheme-aware BPE for Sindhi",
"Sindhi Corpus 505M β largest open Sindhi pretraining corpus",
"sindhinltk β first open-source Sindhi NLP Python library",
"Sentiment Analysis Β· Computational Stylistics Β· CL",
],
"languages" : {
"Sindhi" : "Native π",
"Urdu" : "Native β¨",
"English": "C2 π₯",
"Russian": "A2 π",
},
"looking_for": "PhD position in NLP / Computational Linguistics π",
"fun_fact" : "Building NLP tools for 80M Sindhi speakers from scratch",
}
π Flagship Projects
π¦ sindhinltk β Quick Start
pip install sindhinltk
from sindhinltk.tokenizer import SindhiTokenizer
from sindhinltk.sentiment import SindhiSentiment
from sindhinltk.stopwords import SindhiStopwords
from sindhinltk.stemmer import SindhiStemmer
text = "Ψ³ΩΪΩ Ω»ΩΩΩ ΨͺΩ
Ψ§Ω
Ψ³ΩΊΩ Ϋ½ ΩΨ―ΩΩ
Ψ’ΩΩ"
tokens = SindhiTokenizer().tokenize(text)
# β ['Ψ³ΩΪΩ', 'Ω»ΩΩΩ', 'ΨͺΩ
Ψ§Ω
', 'Ψ³ΩΊΩ', 'Ϋ½', 'ΩΨ―ΩΩ
', 'Ψ’ΩΩ']
label = SindhiSentiment().analyze(text)
# β 'Ω
Ψ«Ψ¨Ψͺ' β
positive
clean = SindhiStopwords().remove_stopwords(tokens)
# β ['Ψ³ΩΪΩ', 'Ω»ΩΩΩ', 'Ψ³ΩΊΩ', 'ΩΨ―ΩΩ
']
stems = SindhiStemmer().stem_tokens(clean)
# β ['Ψ³ΩΪΩ', 'Ω»ΩΩΩ', 'Ψ³ΩΊΩ', 'ΩΨ―ΩΩ
']
ποΈ All Repositories
π€ Models
| Model | Description | Stats |
|---|---|---|
| SindhiLM-Qwen-0.5B | Sindhi LM base Β· Text Generation | |
| SindhiLM-Qwen-0.5B-SFT | SFT fine-tune | π |
| SindhiLM-Qwen-0.5B-V2 | V2 improved | |
| urdu-poetry-transformer | Urdu poetry generation | β |
| aurat-march-sentiment-minilm | Sentiment Β· MiniLM |
π€ Tokenizers
| Tokenizer | Description | Status |
|---|---|---|
| SindhiLM-Tokenizer-v1 | BPE Β· +7,978 Sindhi tokens Β· merged into Qwen2.5 | β Live |
| SindhiLM-Tokenizer-v2 | Morpheme-aware Β· +4,571 cleaner tokens Β· SindhiNLTK pre-seg | π Soon |
π Datasets
| Dataset | Description | Size |
|---|---|---|
| sindhi-corpus-505m | Largest open Sindhi pretraining corpus | 742K docs Β· 505M tokens |
| Sindhi-Intelligence-Core-SFT | SFT instruction dataset | 361K rows |
| Sindhi-Intelligence-Core-SFT-V2 | SFT V2 improved | 46.1K rows |
| Sindhi-Factual-QA | Factual QA pairs | 99 rows |
| sindhi-tokenized-505m | Pre-tokenized corpus | 742K rows |
| aurat-march-processed-news | News corpus for discourse analysis | 5K rows |
π Publications
π [Springer, 2026] Compact Transformer Models for Classical Urdu Poetry: A Computational Stylistics Approach Language Resources and Evaluation β
TransformersUrdu NLPComputational Stylistics
π [SSRN, 2025] The Comparative Analysis of How the Aurat March Movement is Represented in British and Pakistani Pro-Government Press Read on SSRN β β
Critical Discourse AnalysisCorpus Linguistics
π€ [April 2025] Sentiment Analysis of International Students' Online Reviews 78th Herzen Readings, St. Petersburg, Russia β
Sentiment AnalysisNLP
π οΈ Tech Stack
π Currently Working On
βΈ ποΈ Fine-tuning SindhiLM β Qwen2.5-0.5B on Sindhi Corpus 505M
βΈ π€ SindhiLM-Tokenizer-v2 β morpheme-aware BPE + SindhiNLTK pre-segmentation
βΈ π¦ sindhinltk v1.4 β NER + POS tagger modules
βΈ π Seeking PhD position in NLP / Computational Linguistics
βΈ π Writing research on low-resource Sindhi language modeling
π‘ Research Interests
Low-Resource NLP Β· Language Modeling Β· Morphological Analysis Β· BPE Tokenization Β· Arabic-Script NLP Β· Computational Stylistics Β· Multilingual Transformers Β· Sindhi & Urdu NLP Β· Fine-tuning LLMs Β· Corpus Linguistics Β· Sentiment Analysis
π€ Open For
- π PhD collaborations in NLP / Computational Linguistics
- π¬ Research partnerships on low-resource South Asian languages
- π οΈ Contributions to sindhinltk and SindhiLM
- π¬ Discussions on Sindhi Β· Urdu Β· Arabic-script NLP
π§ aakashmeghwar01@gmail.com Β· π texttechsolutions.com
"There are 7,000 languages in the world. Most have zero NLP tooling. Let's fix that."
β Aakash Meghwar, building for 80 million Sindhi speakers
- Downloads last month
- 18