Upload all models and assets for ug (latest)
Browse filesThis view is limited to 50 files because it contains too many changes. See raw diff
- .gitattributes +7 -0
- README.md +773 -0
- models/embeddings/aligned/ug_128d.bin +3 -0
- models/embeddings/aligned/ug_128d.meta.json +1 -0
- models/embeddings/aligned/ug_128d.projection.npy +3 -0
- models/embeddings/aligned/ug_128d_metadata.json +8 -0
- models/embeddings/aligned/ug_32d.bin +3 -0
- models/embeddings/aligned/ug_32d.meta.json +1 -0
- models/embeddings/aligned/ug_32d.projection.npy +3 -0
- models/embeddings/aligned/ug_32d_metadata.json +8 -0
- models/embeddings/aligned/ug_64d.bin +3 -0
- models/embeddings/aligned/ug_64d.meta.json +1 -0
- models/embeddings/aligned/ug_64d.projection.npy +3 -0
- models/embeddings/aligned/ug_64d_metadata.json +8 -0
- models/embeddings/monolingual/ug_128d.bin +3 -0
- models/embeddings/monolingual/ug_128d.meta.json +1 -0
- models/embeddings/monolingual/ug_128d_metadata.json +16 -0
- models/embeddings/monolingual/ug_32d.bin +3 -0
- models/embeddings/monolingual/ug_32d.meta.json +1 -0
- models/embeddings/monolingual/ug_32d_metadata.json +16 -0
- models/embeddings/monolingual/ug_64d.bin +3 -0
- models/embeddings/monolingual/ug_64d.meta.json +1 -0
- models/embeddings/monolingual/ug_64d_metadata.json +16 -0
- models/subword_markov/ug_markov_ctx1_subword.parquet +3 -0
- models/subword_markov/ug_markov_ctx1_subword_metadata.json +7 -0
- models/subword_markov/ug_markov_ctx2_subword.parquet +3 -0
- models/subword_markov/ug_markov_ctx2_subword_metadata.json +7 -0
- models/subword_markov/ug_markov_ctx3_subword.parquet +3 -0
- models/subword_markov/ug_markov_ctx3_subword_metadata.json +7 -0
- models/subword_markov/ug_markov_ctx4_subword.parquet +3 -0
- models/subword_markov/ug_markov_ctx4_subword_metadata.json +7 -0
- models/subword_ngram/ug_2gram_subword.parquet +3 -0
- models/subword_ngram/ug_2gram_subword_metadata.json +7 -0
- models/subword_ngram/ug_3gram_subword.parquet +3 -0
- models/subword_ngram/ug_3gram_subword_metadata.json +7 -0
- models/subword_ngram/ug_4gram_subword.parquet +3 -0
- models/subword_ngram/ug_4gram_subword_metadata.json +7 -0
- models/subword_ngram/ug_5gram_subword.parquet +3 -0
- models/subword_ngram/ug_5gram_subword_metadata.json +7 -0
- models/tokenizer/ug_tokenizer_16k.model +3 -0
- models/tokenizer/ug_tokenizer_16k.vocab +0 -0
- models/tokenizer/ug_tokenizer_32k.model +3 -0
- models/tokenizer/ug_tokenizer_32k.vocab +0 -0
- models/tokenizer/ug_tokenizer_64k.model +3 -0
- models/tokenizer/ug_tokenizer_64k.vocab +0 -0
- models/tokenizer/ug_tokenizer_8k.model +3 -0
- models/tokenizer/ug_tokenizer_8k.vocab +0 -0
- models/vocabulary/ug_vocabulary.parquet +3 -0
- models/vocabulary/ug_vocabulary_metadata.json +17 -0
- models/word_markov/ug_markov_ctx1_word.parquet +3 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,10 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
visualizations/embedding_similarity.png filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
visualizations/embedding_tsne_multilingual.png filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
visualizations/performance_dashboard.png filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
visualizations/position_encoding_comparison.png filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
visualizations/tsne_sentences.png filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
visualizations/tsne_words.png filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
visualizations/zipf_law.png filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
|
@@ -0,0 +1,773 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language: ug
|
| 3 |
+
language_name: Uyghur
|
| 4 |
+
language_family: turkic_other
|
| 5 |
+
tags:
|
| 6 |
+
- wikilangs
|
| 7 |
+
- nlp
|
| 8 |
+
- tokenizer
|
| 9 |
+
- embeddings
|
| 10 |
+
- n-gram
|
| 11 |
+
- markov
|
| 12 |
+
- wikipedia
|
| 13 |
+
- feature-extraction
|
| 14 |
+
- sentence-similarity
|
| 15 |
+
- tokenization
|
| 16 |
+
- n-grams
|
| 17 |
+
- markov-chain
|
| 18 |
+
- text-mining
|
| 19 |
+
- fasttext
|
| 20 |
+
- babelvec
|
| 21 |
+
- vocabulous
|
| 22 |
+
- vocabulary
|
| 23 |
+
- monolingual
|
| 24 |
+
- family-turkic_other
|
| 25 |
+
license: mit
|
| 26 |
+
library_name: wikilangs
|
| 27 |
+
pipeline_tag: text-generation
|
| 28 |
+
datasets:
|
| 29 |
+
- omarkamali/wikipedia-monthly
|
| 30 |
+
dataset_info:
|
| 31 |
+
name: wikipedia-monthly
|
| 32 |
+
description: Monthly snapshots of Wikipedia articles across 300+ languages
|
| 33 |
+
metrics:
|
| 34 |
+
- name: best_compression_ratio
|
| 35 |
+
type: compression
|
| 36 |
+
value: 4.777
|
| 37 |
+
- name: best_isotropy
|
| 38 |
+
type: isotropy
|
| 39 |
+
value: 0.8332
|
| 40 |
+
- name: vocabulary_size
|
| 41 |
+
type: vocab
|
| 42 |
+
value: 0
|
| 43 |
+
generated: 2026-01-11
|
| 44 |
+
---
|
| 45 |
+
|
| 46 |
+
# Uyghur - Wikilangs Models
|
| 47 |
+
## Comprehensive Research Report & Full Ablation Study
|
| 48 |
+
|
| 49 |
+
This repository contains NLP models trained and evaluated by Wikilangs, specifically on **Uyghur** Wikipedia data.
|
| 50 |
+
We analyze tokenizers, n-gram models, Markov chains, vocabulary statistics, and word embeddings.
|
| 51 |
+
|
| 52 |
+
## 📋 Repository Contents
|
| 53 |
+
|
| 54 |
+
### Models & Assets
|
| 55 |
+
|
| 56 |
+
- Tokenizers (8k, 16k, 32k, 64k)
|
| 57 |
+
- N-gram models (2, 3, 4, 5-gram)
|
| 58 |
+
- Markov chains (context of 1, 2, 3, 4 and 5)
|
| 59 |
+
- Subword N-gram and Markov chains
|
| 60 |
+
- Embeddings in various sizes and dimensions (aligned and unaligned)
|
| 61 |
+
- Language Vocabulary
|
| 62 |
+
- Language Statistics
|
| 63 |
+
|
| 64 |
+

|
| 65 |
+
|
| 66 |
+
### Analysis and Evaluation
|
| 67 |
+
|
| 68 |
+
- [1. Tokenizer Evaluation](#1-tokenizer-evaluation)
|
| 69 |
+
- [2. N-gram Model Evaluation](#2-n-gram-model-evaluation)
|
| 70 |
+
- [3. Markov Chain Evaluation](#3-markov-chain-evaluation)
|
| 71 |
+
- [4. Vocabulary Analysis](#4-vocabulary-analysis)
|
| 72 |
+
- [5. Word Embeddings Evaluation](#5-word-embeddings-evaluation)
|
| 73 |
+
- [6. Morphological Analysis (Experimental)](#6--morphological-analysis-experimental)
|
| 74 |
+
- [7. Summary & Recommendations](#7-summary--recommendations)
|
| 75 |
+
- [Metrics Glossary](#appendix-metrics-glossary--interpretation-guide)
|
| 76 |
+
- [Visualizations Index](#visualizations-index)
|
| 77 |
+
|
| 78 |
+
---
|
| 79 |
+
## 1. Tokenizer Evaluation
|
| 80 |
+
|
| 81 |
+

|
| 82 |
+
|
| 83 |
+

|
| 84 |
+
|
| 85 |
+

|
| 86 |
+
|
| 87 |
+

|
| 88 |
+
|
| 89 |
+
### Results
|
| 90 |
+
|
| 91 |
+
| Vocab Size | Compression | Avg Token Len | UNK Rate | Total Tokens |
|
| 92 |
+
|------------|-------------|---------------|----------|--------------|
|
| 93 |
+
| **8k** | 3.736x | 3.74 | 0.1104% | 494,604 |
|
| 94 |
+
| **16k** | 4.184x | 4.19 | 0.1236% | 441,635 |
|
| 95 |
+
| **32k** | 4.530x | 4.54 | 0.1339% | 407,907 |
|
| 96 |
+
| **64k** | 4.777x 🏆 | 4.78 | 0.1412% | 386,795 |
|
| 97 |
+
|
| 98 |
+
### Tokenization Examples
|
| 99 |
+
|
| 100 |
+
Below are sample sentences tokenized with each vocabulary size:
|
| 101 |
+
|
| 102 |
+
**Sample 1:** `تۇنىسدىكى ئۇيغۇرلارنىڭ سانى 10 ئەتراپىدا بولۇپ، كۆزگە كۆرۈنگەن شەخىسلەر : مەنبەل...`
|
| 103 |
+
|
| 104 |
+
| Vocab | Tokens | Count |
|
| 105 |
+
|-------|--------|-------|
|
| 106 |
+
| 8k | `▁تۇ نىس دىكى ▁ئۇيغۇرلارنىڭ ▁سانى ▁ 1 0 ▁ئەتراپىدا ▁بولۇپ ... (+6 more)` | 16 |
|
| 107 |
+
| 16k | `▁تۇنىس دىكى ▁ئۇيغۇرلارنىڭ ▁سانى ▁ 1 0 ▁ئەتراپىدا ▁بولۇپ ، ... (+5 more)` | 15 |
|
| 108 |
+
| 32k | `▁تۇنىس دىكى ▁ئۇيغۇرلارنىڭ ▁سانى ▁ 1 0 ▁ئەتراپىدا ▁بولۇپ ، ... (+5 more)` | 15 |
|
| 109 |
+
| 64k | `▁تۇنىس دىكى ▁ئۇيغۇرلارنىڭ ▁سانى ▁ 1 0 ▁ئەتراپىدا ▁بولۇپ ، ... (+5 more)` | 15 |
|
| 110 |
+
|
| 111 |
+
**Sample 2:** `مۈشۈك ئائىلىسى بەلگە جايلاشماق ئادەت ئاۋۇماق قونالغۇ ئوزۇقلىنىش خۇسۇسىيىتى كەنجى...`
|
| 112 |
+
|
| 113 |
+
| Vocab | Tokens | Count |
|
| 114 |
+
|-------|--------|-------|
|
| 115 |
+
| 8k | `▁مۈشۈك ▁ئائىلىسى ▁بەلگە ▁جايلاشماق ▁ئادەت ▁ئاۋۇماق ▁قونالغۇ ▁ئوزۇقلىنىش ▁خۇسۇسىيىتى ▁كەنجى ... (+5 more)` | 15 |
|
| 116 |
+
| 16k | `▁مۈشۈك ▁ئائىلىسى ▁بەلگە ▁جايلاشماق ▁ئادەت ▁ئاۋۇماق ▁قونالغۇ ▁ئوزۇقلىنىش ▁خۇسۇسىيىتى ▁كەنجى ... (+5 more)` | 15 |
|
| 117 |
+
| 32k | `▁مۈشۈك ▁ئائىلىسى ▁بەلگە ▁جايلاشماق ▁ئادەت ▁ئاۋۇماق ▁قونالغۇ ▁ئوزۇقلىنىش ▁خۇسۇسىيىتى ▁كەنجى ... (+5 more)` | 15 |
|
| 118 |
+
| 64k | `▁مۈشۈك ▁ئائىلىسى ▁بەلگە ▁جايلاشماق ▁ئادەت ▁ئاۋۇماق ▁قونالغۇ ▁ئوزۇقلىنىش ▁خۇسۇسىيىتى ▁كەنجى ... (+5 more)` | 15 |
|
| 119 |
+
|
| 120 |
+
**Sample 3:** `ئاپتونوم رايونلۇق تۇرالغۇ ۋە شەھەر - يېزا قۇرۇلۇشى نازارىتى قۇرۇلدى. مەنبەلەر`
|
| 121 |
+
|
| 122 |
+
| Vocab | Tokens | Count |
|
| 123 |
+
|-------|--------|-------|
|
| 124 |
+
| 8k | `▁ئاپتونوم ▁رايونلۇق ▁تۇر الغۇ ▁ۋە ▁شەھەر ▁- ▁يېزا ▁قۇرۇلۇشى ▁ناز ... (+4 more)` | 14 |
|
| 125 |
+
| 16k | `▁ئاپتونوم ▁رايونلۇق ▁تۇرالغۇ ▁ۋە ▁شەھەر ▁- ▁يېزا ▁قۇرۇلۇشى ▁نازارىتى ▁قۇرۇلدى ... (+2 more)` | 12 |
|
| 126 |
+
| 32k | `▁ئاپتونوم ▁رايونلۇق ▁تۇرالغۇ ▁ۋە ▁شەھەر ▁- ▁يېزا ▁قۇرۇلۇشى ▁نازارىتى ▁قۇرۇلدى ... (+2 more)` | 12 |
|
| 127 |
+
| 64k | `▁ئاپتونوم ▁رايونلۇق ▁تۇرالغۇ ▁ۋە ▁شەھەر ▁- ▁يېزا ▁قۇرۇلۇشى ▁نازارىتى ▁قۇرۇلدى ... (+2 more)` | 12 |
|
| 128 |
+
|
| 129 |
+
|
| 130 |
+
### Key Findings
|
| 131 |
+
|
| 132 |
+
- **Best Compression:** 64k achieves 4.777x compression
|
| 133 |
+
- **Lowest UNK Rate:** 8k with 0.1104% unknown tokens
|
| 134 |
+
- **Trade-off:** Larger vocabularies improve compression but increase model size
|
| 135 |
+
- **Recommendation:** 32k vocabulary provides optimal balance for production use
|
| 136 |
+
|
| 137 |
+
---
|
| 138 |
+
## 2. N-gram Model Evaluation
|
| 139 |
+
|
| 140 |
+

|
| 141 |
+
|
| 142 |
+

|
| 143 |
+
|
| 144 |
+

|
| 145 |
+
|
| 146 |
+
### Results
|
| 147 |
+
|
| 148 |
+
| N-gram | Variant | Perplexity | Entropy | Unique N-grams | Top-100 Coverage | Top-1000 Coverage |
|
| 149 |
+
|--------|---------|------------|---------|----------------|------------------|-------------------|
|
| 150 |
+
| **2-gram** | Word | 31,118 | 14.93 | 65,522 | 7.0% | 22.8% |
|
| 151 |
+
| **2-gram** | Subword | 453 🏆 | 8.82 | 10,807 | 59.0% | 94.8% |
|
| 152 |
+
| **3-gram** | Word | 26,893 | 14.71 | 61,707 | 9.8% | 27.8% |
|
| 153 |
+
| **3-gram** | Subword | 3,539 | 11.79 | 73,196 | 23.7% | 64.2% |
|
| 154 |
+
| **4-gram** | Word | 113,663 | 16.79 | 204,980 | 5.9% | 16.1% |
|
| 155 |
+
| **4-gram** | Subword | 17,568 | 14.10 | 306,560 | 10.8% | 35.0% |
|
| 156 |
+
| **5-gram** | Word | 102,988 | 16.65 | 180,010 | 6.1% | 16.5% |
|
| 157 |
+
| **5-gram** | Subword | 57,887 | 15.82 | 660,169 | 6.0% | 21.1% |
|
| 158 |
+
|
| 159 |
+
### Top 5 N-grams by Size
|
| 160 |
+
|
| 161 |
+
**2-grams (Word):**
|
| 162 |
+
|
| 163 |
+
| Rank | N-gram | Count |
|
| 164 |
+
|------|--------|-------|
|
| 165 |
+
| 1 | `font family` | 1,559 |
|
| 166 |
+
| 2 | `style direction` | 1,545 |
|
| 167 |
+
| 3 | `div style` | 1,544 |
|
| 168 |
+
| 4 | `قاماق جازاسى` | 1,444 |
|
| 169 |
+
| 5 | `يەنە بىر` | 1,422 |
|
| 170 |
+
|
| 171 |
+
**3-grams (Word):**
|
| 172 |
+
|
| 173 |
+
| Rank | N-gram | Count |
|
| 174 |
+
|------|--------|-------|
|
| 175 |
+
| 1 | `div style direction` | 1,538 |
|
| 176 |
+
| 2 | `مۇددەتلىك قاماق جازاسى` | 1,253 |
|
| 177 |
+
| 3 | `style direction rtl` | 1,242 |
|
| 178 |
+
| 4 | `direction rtl font` | 1,239 |
|
| 179 |
+
| 5 | `rtl font family` | 1,239 |
|
| 180 |
+
|
| 181 |
+
**4-grams (Word):**
|
| 182 |
+
|
| 183 |
+
| Rank | N-gram | Count |
|
| 184 |
+
|------|--------|-------|
|
| 185 |
+
| 1 | `style direction rtl font` | 1,239 |
|
| 186 |
+
| 2 | `direction rtl font family` | 1,239 |
|
| 187 |
+
| 3 | `div style direction rtl` | 1,237 |
|
| 188 |
+
| 4 | `تۆۋەن مۇددەتلىك قاماق جازاسى` | 971 |
|
| 189 |
+
| 5 | `يىلدىن تۆۋەن مۇددەتلىك قاماق` | 963 |
|
| 190 |
+
|
| 191 |
+
**5-grams (Word):**
|
| 192 |
+
|
| 193 |
+
| Rank | N-gram | Count |
|
| 194 |
+
|------|--------|-------|
|
| 195 |
+
| 1 | `style direction rtl font family` | 1,239 |
|
| 196 |
+
| 2 | `div style direction rtl font` | 1,234 |
|
| 197 |
+
| 3 | `يىلدىن تۆۋەن مۇددەتلىك قاماق جازاسى` | 955 |
|
| 198 |
+
| 4 | `tom microsoft uighur uyghur ekran` | 802 |
|
| 199 |
+
| 5 | `ukij tuz tom microsoft uighur` | 802 |
|
| 200 |
+
|
| 201 |
+
**2-grams (Subword):**
|
| 202 |
+
|
| 203 |
+
| Rank | N-gram | Count |
|
| 204 |
+
|------|--------|-------|
|
| 205 |
+
| 1 | `_ ئ` | 601,928 |
|
| 206 |
+
| 2 | `ى _` | 466,826 |
|
| 207 |
+
| 3 | `ل ى` | 449,775 |
|
| 208 |
+
| 4 | `ن ى` | 375,089 |
|
| 209 |
+
| 5 | `ى ل` | 331,034 |
|
| 210 |
+
|
| 211 |
+
**3-grams (Subword):**
|
| 212 |
+
|
| 213 |
+
| Rank | N-gram | Count |
|
| 214 |
+
|------|--------|-------|
|
| 215 |
+
| 1 | `_ ئ ا` | 151,323 |
|
| 216 |
+
| 2 | `ن ى ڭ` | 143,621 |
|
| 217 |
+
| 3 | `ى ڭ _` | 142,034 |
|
| 218 |
+
| 4 | `ى ن ى` | 138,625 |
|
| 219 |
+
| 5 | `ى ل ى` | 138,069 |
|
| 220 |
+
|
| 221 |
+
**4-grams (Subword):**
|
| 222 |
+
|
| 223 |
+
| Rank | N-gram | Count |
|
| 224 |
+
|------|--------|-------|
|
| 225 |
+
| 1 | `ن ى ڭ _` | 135,065 |
|
| 226 |
+
| 2 | `_ ب و ل` | 68,419 |
|
| 227 |
+
| 3 | `غ ا ن _` | 58,174 |
|
| 228 |
+
| 4 | `د ى ن _` | 57,430 |
|
| 229 |
+
| 5 | `ل ى ر ى` | 56,859 |
|
| 230 |
+
|
| 231 |
+
**5-grams (Subword):**
|
| 232 |
+
|
| 233 |
+
| Rank | N-gram | Count |
|
| 234 |
+
|------|--------|-------|
|
| 235 |
+
| 1 | `ى ن ى ڭ _` | 44,317 |
|
| 236 |
+
| 2 | `_ ق ى ل ى` | 35,323 |
|
| 237 |
+
| 3 | `ن ى ڭ _ ئ` | 33,703 |
|
| 238 |
+
| 4 | `د ى ك ى _` | 29,476 |
|
| 239 |
+
| 5 | `_ ب ى ر _` | 29,261 |
|
| 240 |
+
|
| 241 |
+
|
| 242 |
+
### Key Findings
|
| 243 |
+
|
| 244 |
+
- **Best Perplexity:** 2-gram (subword) with 453
|
| 245 |
+
- **Entropy Trend:** Decreases with larger n-grams (more predictable)
|
| 246 |
+
- **Coverage:** Top-1000 patterns cover ~21% of corpus
|
| 247 |
+
- **Recommendation:** 4-gram or 5-gram for best predictive performance
|
| 248 |
+
|
| 249 |
+
---
|
| 250 |
+
## 3. Markov Chain Evaluation
|
| 251 |
+
|
| 252 |
+

|
| 253 |
+
|
| 254 |
+

|
| 255 |
+
|
| 256 |
+

|
| 257 |
+
|
| 258 |
+
### Results
|
| 259 |
+
|
| 260 |
+
| Context | Variant | Avg Entropy | Perplexity | Branching Factor | Unique Contexts | Predictability |
|
| 261 |
+
|---------|---------|-------------|------------|------------------|-----------------|----------------|
|
| 262 |
+
| **1** | Word | 0.8072 | 1.750 | 5.72 | 320,664 | 19.3% |
|
| 263 |
+
| **1** | Subword | 1.1829 | 2.270 | 8.19 | 4,322 | 0.0% |
|
| 264 |
+
| **2** | Word | 0.2037 | 1.152 | 1.42 | 1,831,690 | 79.6% |
|
| 265 |
+
| **2** | Subword | 0.7055 | 1.631 | 4.46 | 35,371 | 29.5% |
|
| 266 |
+
| **3** | Word | 0.0501 | 1.035 | 1.07 | 2,595,280 | 95.0% |
|
| 267 |
+
| **3** | Subword | 0.7110 | 1.637 | 3.49 | 157,874 | 28.9% |
|
| 268 |
+
| **4** | Word | 0.0173 🏆 | 1.012 | 1.02 | 2,783,101 | 98.3% |
|
| 269 |
+
| **4** | Subword | 0.5528 | 1.467 | 2.45 | 550,624 | 44.7% |
|
| 270 |
+
|
| 271 |
+
### Generated Text Samples (Word-based)
|
| 272 |
+
|
| 273 |
+
Below are text samples generated from each word-based Markov chain model:
|
| 274 |
+
|
| 275 |
+
**Context Size 1:**
|
| 276 |
+
|
| 277 |
+
1. `ۋە شەكلىمۇ ئۆزگىچە ھەر دەرىجىلىك قوغدىلىدىغان مەدەنىيەت گۇرۇپپىلىرى ديكى ۋە ئىزچىللىقىدۇر يەنگىن 85 ...`
|
| 278 |
+
2. `بىر خىزمەت ئورنىڭىزدىن تۇرالامسىز ــ ئۇيغۇر قاغانلىقىغا ئەلچى ئەۋەتتى بۇ كىشى ئىسمى بولغان جورنالىست...`
|
| 279 |
+
3. `بىلەن ئۇيغۇر ئاپتونوم جايلارنىڭ ئاپتونومىيە ئورگانلىرى تەسىس قىلىنغان ئۇ يەردىكى ۋەتەنسىز ئادەم توپل...`
|
| 280 |
+
|
| 281 |
+
**Context Size 2:**
|
| 282 |
+
|
| 283 |
+
1. `font family ukij tuz tom microsoft uighur uyghur ekran arial unicode ms alpida_unicode system ukij t...`
|
| 284 |
+
2. `style direction rtl font family tahoma ئۇمۇمىي ئىسمى سىمۋولى نومۇرى ئىلمېنىت كاتېگورىيىسى گۇرۇپپىسى ...`
|
| 285 |
+
3. `div style direction rtl font family ukij tuz tom microsoft uighur uyghur ekran arial unicode ms row`
|
| 286 |
+
|
| 287 |
+
**Context Size 3:**
|
| 288 |
+
|
| 289 |
+
1. `div style direction rtl font family tahoma wirginiye shitati bolsa amérika qoshma shtatliri dikibixa...`
|
| 290 |
+
2. `مۇددەتلىك قاماق جازاسى ياكى تۇتۇپ تۇرۇپ ئەمگەككە سېلىش جازاسى بېرىلىدۇ ئاقىۋىتى پەۋقۇلئاددە ئېغىر بو...`
|
| 291 |
+
3. `style direction rtl font family tahoma misori shitati bolsa amérika qoshma shtatliri dikibixahar nop...`
|
| 292 |
+
|
| 293 |
+
**Context Size 4:**
|
| 294 |
+
|
| 295 |
+
1. `style direction rtl font family alkatip tor alpida_unicode system ukij tuz tom microsoft uighur uygh...`
|
| 296 |
+
2. `direction rtl font family alkatip tor alpida_unicode system ukij tuz tom microsoft uighur uyghur ekr...`
|
| 297 |
+
3. `div style direction rtl font family ukij tuz basma microsoft uighur uyghur ekran arial unicode ms بې...`
|
| 298 |
+
|
| 299 |
+
|
| 300 |
+
### Generated Text Samples (Subword-based)
|
| 301 |
+
|
| 302 |
+
Below are text samples generated from each subword-based Markov chain model:
|
| 303 |
+
|
| 304 |
+
**Context Size 1:**
|
| 305 |
+
|
| 306 |
+
1. `_سەي_پان-_«ﺗﻪﻧﻰ_`
|
| 307 |
+
2. `ى،_شلىسارىرىقاھر`
|
| 308 |
+
3. `ابىشكىلىرلىقىئۇ_`
|
| 309 |
+
|
| 310 |
+
**Context Size 2:**
|
| 311 |
+
|
| 312 |
+
1. `_ئىق_كېلىقىليەت_ي`
|
| 313 |
+
2. `ى_ۋە_ئەككىن_يولغا`
|
| 314 |
+
3. `لىك_ئادىغا_يا_مېر`
|
| 315 |
+
|
| 316 |
+
**Context Size 3:**
|
| 317 |
+
|
| 318 |
+
1. `_ئاياغا_ۋە_ھازى_يو`
|
| 319 |
+
2. `نىڭ_يۈرۈپ_كەلتۈركچ`
|
| 320 |
+
3. `ىڭ_تۆۋەتەنتتە_يۈرى`
|
| 321 |
+
|
| 322 |
+
**Context Size 4:**
|
| 323 |
+
|
| 324 |
+
1. `نىڭ_نەتىجىلىك_ماۋۇ_`
|
| 325 |
+
2. `_بولسا_نىسبەت_قىلىد`
|
| 326 |
+
3. `غان_ھايۋانات_دولقۇن`
|
| 327 |
+
|
| 328 |
+
|
| 329 |
+
### Key Findings
|
| 330 |
+
|
| 331 |
+
- **Best Predictability:** Context-4 (word) with 98.3% predictability
|
| 332 |
+
- **Branching Factor:** Decreases with context size (more deterministic)
|
| 333 |
+
- **Memory Trade-off:** Larger contexts require more storage (550,624 contexts)
|
| 334 |
+
- **Recommendation:** Context-3 or Context-4 for text generation
|
| 335 |
+
|
| 336 |
+
---
|
| 337 |
+
## 4. Vocabulary Analysis
|
| 338 |
+
|
| 339 |
+

|
| 340 |
+
|
| 341 |
+

|
| 342 |
+
|
| 343 |
+

|
| 344 |
+
|
| 345 |
+
### Statistics
|
| 346 |
+
|
| 347 |
+
| Metric | Value |
|
| 348 |
+
|--------|-------|
|
| 349 |
+
| Vocabulary Size | 135,750 |
|
| 350 |
+
| Total Tokens | 3,012,380 |
|
| 351 |
+
| Mean Frequency | 22.19 |
|
| 352 |
+
| Median Frequency | 3 |
|
| 353 |
+
| Frequency Std Dev | 244.00 |
|
| 354 |
+
|
| 355 |
+
### Most Common Words
|
| 356 |
+
|
| 357 |
+
| Rank | Word | Frequency |
|
| 358 |
+
|------|------|-----------|
|
| 359 |
+
| 1 | ۋە | 48,299 |
|
| 360 |
+
| 2 | بىر | 30,257 |
|
| 361 |
+
| 3 | بىلەن | 28,269 |
|
| 362 |
+
| 4 | بۇ | 23,896 |
|
| 363 |
+
| 5 | بولۇپ | 15,446 |
|
| 364 |
+
| 6 | بولغان | 12,330 |
|
| 365 |
+
| 7 | ياكى | 11,679 |
|
| 366 |
+
| 8 | ئۇيغۇر | 11,561 |
|
| 367 |
+
| 9 | ئۇ | 10,650 |
|
| 368 |
+
| 10 | دەپ | 9,455 |
|
| 369 |
+
|
| 370 |
+
### Least Common Words (from vocabulary)
|
| 371 |
+
|
| 372 |
+
| Rank | Word | Frequency |
|
| 373 |
+
|------|------|-----------|
|
| 374 |
+
| 1 | hâmid | 2 |
|
| 375 |
+
| 2 | arî | 2 |
|
| 376 |
+
| 3 | alâ | 2 |
|
| 377 |
+
| 4 | tevhîd | 2 |
|
| 378 |
+
| 5 | kitâbu | 2 |
|
| 379 |
+
| 6 | âsım | 2 |
|
| 380 |
+
| 7 | بىرقانداق | 2 |
|
| 381 |
+
| 8 | گەنبىيەن | 2 |
|
| 382 |
+
| 9 | توغرامچىسى | 2 |
|
| 383 |
+
| 10 | باۋزا | 2 |
|
| 384 |
+
|
| 385 |
+
### Zipf's Law Analysis
|
| 386 |
+
|
| 387 |
+
| Metric | Value |
|
| 388 |
+
|--------|-------|
|
| 389 |
+
| Zipf Coefficient | 0.9498 |
|
| 390 |
+
| R² (Goodness of Fit) | 0.987707 |
|
| 391 |
+
| Adherence Quality | **excellent** |
|
| 392 |
+
|
| 393 |
+
### Coverage Analysis
|
| 394 |
+
|
| 395 |
+
| Top N Words | Coverage |
|
| 396 |
+
|-------------|----------|
|
| 397 |
+
| Top 100 | 18.6% |
|
| 398 |
+
| Top 1,000 | 43.9% |
|
| 399 |
+
| Top 5,000 | 66.4% |
|
| 400 |
+
| Top 10,000 | 75.4% |
|
| 401 |
+
|
| 402 |
+
### Key Findings
|
| 403 |
+
|
| 404 |
+
- **Zipf Compliance:** R²=0.9877 indicates excellent adherence to Zipf's law
|
| 405 |
+
- **High Frequency Dominance:** Top 100 words cover 18.6% of corpus
|
| 406 |
+
- **Long Tail:** 125,750 words needed for remaining 24.6% coverage
|
| 407 |
+
|
| 408 |
+
---
|
| 409 |
+
## 5. Word Embeddings Evaluation
|
| 410 |
+
|
| 411 |
+

|
| 412 |
+
|
| 413 |
+

|
| 414 |
+
|
| 415 |
+

|
| 416 |
+
|
| 417 |
+

|
| 418 |
+
|
| 419 |
+
|
| 420 |
+
### 5.1 Cross-Lingual Alignment
|
| 421 |
+
|
| 422 |
+

|
| 423 |
+
|
| 424 |
+

|
| 425 |
+
|
| 426 |
+
|
| 427 |
+
### 5.2 Model Comparison
|
| 428 |
+
|
| 429 |
+
| Model | Dimension | Isotropy | Semantic Density | Alignment R@1 | Alignment R@10 |
|
| 430 |
+
|-------|-----------|----------|------------------|---------------|----------------|
|
| 431 |
+
| **mono_32d** | 32 | 0.8332 🏆 | 0.3495 | N/A | N/A |
|
| 432 |
+
| **mono_64d** | 64 | 0.8220 | 0.2582 | N/A | N/A |
|
| 433 |
+
| **mono_128d** | 128 | 0.8294 | 0.1749 | N/A | N/A |
|
| 434 |
+
| **aligned_32d** | 32 | 0.8332 | 0.3542 | 0.0200 | 0.1300 |
|
| 435 |
+
| **aligned_64d** | 64 | 0.8220 | 0.2639 | 0.0460 | 0.2060 |
|
| 436 |
+
| **aligned_128d** | 128 | 0.8294 | 0.1693 | 0.0880 | 0.2980 |
|
| 437 |
+
|
| 438 |
+
### Key Findings
|
| 439 |
+
|
| 440 |
+
- **Best Isotropy:** mono_32d with 0.8332 (more uniform distribution)
|
| 441 |
+
- **Semantic Density:** Average pairwise similarity of 0.2617. Lower values indicate better semantic separation.
|
| 442 |
+
- **Alignment Quality:** Aligned models achieve up to 8.8% R@1 in cross-lingual retrieval.
|
| 443 |
+
- **Recommendation:** 128d aligned for best cross-lingual performance
|
| 444 |
+
|
| 445 |
+
---
|
| 446 |
+
## 6. Morphological Analysis (Experimental)
|
| 447 |
+
|
| 448 |
+
This section presents an automated morphological analysis derived from the statistical divergence between word-level and subword-level models. By analyzing where subword predictability spikes and where word-level coverage fails, we can infer linguistic structures without supervised data.
|
| 449 |
+
|
| 450 |
+
### 6.1 Productivity & Complexity
|
| 451 |
+
|
| 452 |
+
| Metric | Value | Interpretation | Recommendation |
|
| 453 |
+
|--------|-------|----------------|----------------|
|
| 454 |
+
| Productivity Index | **5.000** | High morphological productivity | Reliable analysis |
|
| 455 |
+
| Idiomaticity Gap | **-0.217** | Low formulaic content | - |
|
| 456 |
+
|
| 457 |
+
### 6.2 Affix Inventory (Productive Units)
|
| 458 |
+
|
| 459 |
+
These are the most productive prefixes and suffixes identified by sampling the vocabulary for global substitutability patterns. A unit is considered an affix if stripping it leaves a valid stem that appears in other contexts.
|
| 460 |
+
|
| 461 |
+
#### Productive Prefixes
|
| 462 |
+
| Prefix | Examples |
|
| 463 |
+
|--------|----------|
|
| 464 |
+
| `-ئ` | ئۇقۇتۇش, ئۇبباد, ئاپتوبۇسنىڭ |
|
| 465 |
+
| `-ئا` | ئاپتوبۇسنىڭ, ئاياغنى, ئاقساشقا |
|
| 466 |
+
| `-ت` | تەلەيسىزلىكىدىن, تاتلىقنىڭ, توشمىغانلار |
|
| 467 |
+
| `-م` | مۇشتەرى, مەنبئەدىن, مۇزلار |
|
| 468 |
+
| `-ئە` | ئەتتۈرىدۇكى, ئەﻫﻤﯩﻴﻪﺗﻠﯩﻚ, ئەﮬلى |
|
| 469 |
+
| `-ك` | كېچىلىرى, كۋانتى, كارتىنىڭ |
|
| 470 |
+
| `-ب` | بەرداشلىق, بەئەينى, بېكىتمىگەن |
|
| 471 |
+
| `-س` | سەرەتان, سەيياھنىڭ, سوغۇقچان |
|
| 472 |
+
|
| 473 |
+
#### Productive Suffixes
|
| 474 |
+
| Suffix | Examples |
|
| 475 |
+
|--------|----------|
|
| 476 |
+
| `-ى` | كېچىلىرى, كۋانتى, ھېسىياتلىرى |
|
| 477 |
+
| `-ىڭ` | شەكلىنىڭ, سەيياھنىڭ, ئاپتوبۇسنىڭ |
|
| 478 |
+
| `-ن` | چاپلانغان, سەرەتان, غەزەپتىن |
|
| 479 |
+
| `-نى` | شىركەتلەرنى, نوچىنى, بەئەينى |
|
| 480 |
+
| `-ڭ` | شەكلىنىڭ, سەيياھنىڭ, ئاپتوبۇسنىڭ |
|
| 481 |
+
| `-ىن` | غەزەپتىن, دەرەختىن, تەلەيسىزلىكىدىن |
|
| 482 |
+
| `-ا` | لايكا, ئىستىقبالغا, ھېساپلىغاندا |
|
| 483 |
+
| `-ە` | ئۆزلەشتۈرۈشىگە, سەۋىيىگىچە, كەچلەردە |
|
| 484 |
+
|
| 485 |
+
### 6.3 Bound Stems (Lexical Roots)
|
| 486 |
+
|
| 487 |
+
Bound stems are high-frequency subword units that are semantically cohesive but rarely appear as standalone words. These often correspond to the 'core' of a word that requires inflection or derivation to be valid.
|
| 488 |
+
|
| 489 |
+
| Stem | Cohesion | Substitutability | Examples |
|
| 490 |
+
|------|----------|------------------|----------|
|
| 491 |
+
| `رىنى` | 2.13x | 126 contexts | برىنى, يىرىنى, نارىنى |
|
| 492 |
+
| `ىدىك` | 2.04x | 131 contexts | خىدىكى, سىدىكى, ئىدىكى |
|
| 493 |
+
| `لارن` | 1.92x | 162 contexts | لارنى, لارنىڭ, سۇلارنى |
|
| 494 |
+
| `ىرىن` | 2.05x | 80 contexts | سىرىن, شىرىن, بىرىن |
|
| 495 |
+
| `ىلىش` | 1.62x | 247 contexts | بىلىش, ئىلىش, تىلىش |
|
| 496 |
+
| `ارنى` | 1.96x | 72 contexts | لارنى, قارنى, بارنى |
|
| 497 |
+
| `يغۇر` | 2.39x | 29 contexts | ئۇيغۇر, ئويغۇر, ئۇيغۇر |
|
| 498 |
+
| `انلى` | 1.60x | 116 contexts | شانلى, جانلىق, دانلىد |
|
| 499 |
+
| `دىغا` | 2.14x | 34 contexts | دىغار, مودىغا, سودىغا |
|
| 500 |
+
| `ىلىق` | 1.54x | 132 contexts | سىلىق, بىلىق, يىلىق |
|
| 501 |
+
| `رنىڭ` | 2.14x | 29 contexts | ئەرنىڭ, كورنىڭ, يەرنىڭ |
|
| 502 |
+
| `ىغان` | 1.59x | 94 contexts | پىغان, جىغان, قلىغان |
|
| 503 |
+
|
| 504 |
+
### 6.4 Affix Compatibility (Co-occurrence)
|
| 505 |
+
|
| 506 |
+
This table shows which prefixes and suffixes most frequently co-occur on the same stems, revealing the 'stacking' rules of the language's morphology.
|
| 507 |
+
|
| 508 |
+
| Prefix | Suffix | Frequency | Examples |
|
| 509 |
+
|--------|--------|-----------|----------|
|
| 510 |
+
| `-ئ` | `-ى` | 327 words | ئۇزىرىشى, ئۇلاغلىرىنى |
|
| 511 |
+
| `-ت` | `-ى` | 181 words | تاۋارلارنى, تاۋابىئاتلىرى |
|
| 512 |
+
| `-ئ` | `-ن` | 176 words | ئەرەبچىدىن, ئىپادىلەيدىغان |
|
| 513 |
+
| `-ئ` | `-ا` | 164 words | ئاقسارايغا, ئۇلاپلا |
|
| 514 |
+
| `-ئ` | `-ڭ` | 154 words | ئۇنىۋېرسىتېتنىڭ, ئىلتىماسنىڭ |
|
| 515 |
+
| `-ئ` | `-ىڭ` | 151 words | ئۇنىۋېرسىتېتنىڭ, ئىلتىماسنىڭ |
|
| 516 |
+
| `-ئ` | `-نى` | 136 words | ئۇلاغلىرىنى, ئەترەتنى |
|
| 517 |
+
| `-ئ` | `-ە` | 117 words | ئىبرانىيچە, ئۆستۈرۈشتە |
|
| 518 |
+
| `-م` | `-ى` | 113 words | مايورى, مەسۇلاتلىرىنى |
|
| 519 |
+
| `-ك` | `-ى` | 100 words | كىنوچىلىقى, كۈنپېتىشتىكى |
|
| 520 |
+
|
| 521 |
+
### 6.5 Recursive Morpheme Segmentation
|
| 522 |
+
|
| 523 |
+
Using **Recursive Hierarchical Substitutability**, we decompose complex words into their constituent morphemes. This approach handles nested affixes (e.g., `prefix-prefix-root-suffix`).
|
| 524 |
+
|
| 525 |
+
| Word | Suggested Split | Confidence | Stem |
|
| 526 |
+
|------|-----------------|------------|------|
|
| 527 |
+
| پەرقلەنسىمۇ | **`پەرقلەن-سى-مۇ`** | 7.5 | `سى` |
|
| 528 |
+
| لەپتىننىڭ | **`لەپتىن-ن-ىڭ`** | 7.5 | `ن` |
|
| 529 |
+
| تەشكىلاتنىڭ | **`تەشكىلات-ن-ىڭ`** | 7.5 | `ن` |
|
| 530 |
+
| تاشيولنىڭ | **`تاشيول-ن-ىڭ`** | 7.5 | `ن` |
|
| 531 |
+
| ئىستاكاننىڭ | **`ئىستاكان-ن-ىڭ`** | 7.5 | `ن` |
|
| 532 |
+
| ئۆستۈرۈشنىڭ | **`ئۆستۈرۈش-ن-ىڭ`** | 7.5 | `ن` |
|
| 533 |
+
| ھۈجەيرىسىنى | **`ھۈجەيرى-سى-نى`** | 7.5 | `سى` |
|
| 534 |
+
| دوستويېۋىسكىي | **`دوستويېۋىس-كى-ي`** | 7.5 | `كى` |
|
| 535 |
+
| قۇتۇلۇشنىڭ | **`قۇتۇلۇش-ن-ىڭ`** | 7.5 | `ن` |
|
| 536 |
+
| ئىقتىدارىمنىڭ | **`ئىقتىدارىم-ن-ىڭ`** | 7.5 | `ن` |
|
| 537 |
+
| پۇقرالىقىغا | **`پۇقرالىق-ى-غا`** | 6.0 | `پۇقرالىق` |
|
| 538 |
+
| ئوخشىماسلىقىغا | **`ئوخشىماسلىق-ى-غا`** | 6.0 | `ئوخشىماسلىق` |
|
| 539 |
+
| ئاسساسلىق | **`ئا-س-ساسلىق`** | 6.0 | `ساسلىق` |
|
| 540 |
+
| ئادەمىنىڭ | **`ئادەم-ىن-ىڭ`** | 6.0 | `ئادەم` |
|
| 541 |
+
| ئۈچۈنچىسى | **`ئۈچۈن-چى-سى`** | 6.0 | `ئۈچۈن` |
|
| 542 |
+
|
| 543 |
+
### 6.6 Linguistic Interpretation
|
| 544 |
+
|
| 545 |
+
> **Automated Insight:**
|
| 546 |
+
The language Uyghur shows high morphological productivity. The subword models are significantly more efficient than word models, suggesting a rich system of affixation or compounding.
|
| 547 |
+
|
| 548 |
+
---
|
| 549 |
+
## 7. Summary & Recommendations
|
| 550 |
+
|
| 551 |
+

|
| 552 |
+
|
| 553 |
+
### Production Recommendations
|
| 554 |
+
|
| 555 |
+
| Component | Recommended | Rationale |
|
| 556 |
+
|-----------|-------------|-----------|
|
| 557 |
+
| Tokenizer | **64k BPE** | Best compression (4.78x) |
|
| 558 |
+
| N-gram | **2-gram** | Lowest perplexity (453) |
|
| 559 |
+
| Markov | **Context-4** | Highest predictability (98.3%) |
|
| 560 |
+
| Embeddings | **100d** | Balanced semantic capture and isotropy |
|
| 561 |
+
|
| 562 |
+
|
| 563 |
+
---
|
| 564 |
+
## Appendix: Metrics Glossary & Interpretation Guide
|
| 565 |
+
|
| 566 |
+
This section provides definitions, intuitions, and guidance for interpreting the metrics used throughout this report.
|
| 567 |
+
|
| 568 |
+
### Tokenizer Metrics
|
| 569 |
+
|
| 570 |
+
**Compression Ratio**
|
| 571 |
+
> *Definition:* The ratio of characters to tokens (chars/token). Measures how efficiently the tokenizer represents text.
|
| 572 |
+
>
|
| 573 |
+
> *Intuition:* Higher compression means fewer tokens needed to represent the same text, reducing sequence lengths for downstream models. A 3x compression means ~3 characters per token on average.
|
| 574 |
+
>
|
| 575 |
+
> *What to seek:* Higher is generally better for efficiency, but extremely high compression may indicate overly aggressive merging that loses morphological information.
|
| 576 |
+
|
| 577 |
+
**Average Token Length (Fertility)**
|
| 578 |
+
> *Definition:* Mean number of characters per token produced by the tokenizer.
|
| 579 |
+
>
|
| 580 |
+
> *Intuition:* Reflects the granularity of tokenization. Longer tokens capture more context but may struggle with rare words; shorter tokens are more flexible but increase sequence length.
|
| 581 |
+
>
|
| 582 |
+
> *What to seek:* Balance between 2-5 characters for most languages. Arabic/morphologically-rich languages may benefit from slightly longer tokens.
|
| 583 |
+
|
| 584 |
+
**Unknown Token Rate (OOV Rate)**
|
| 585 |
+
> *Definition:* Percentage of tokens that map to the unknown/UNK token, indicating words the tokenizer cannot represent.
|
| 586 |
+
>
|
| 587 |
+
> *Intuition:* Lower OOV means better vocabulary coverage. High OOV indicates the tokenizer encounters many unseen character sequences.
|
| 588 |
+
>
|
| 589 |
+
> *What to seek:* Below 1% is excellent; below 5% is acceptable. BPE tokenizers typically achieve very low OOV due to subword fallback.
|
| 590 |
+
|
| 591 |
+
### N-gram Model Metrics
|
| 592 |
+
|
| 593 |
+
**Perplexity**
|
| 594 |
+
> *Definition:* Measures how "surprised" the model is by test data. Mathematically: 2^(cross-entropy). Lower values indicate better prediction.
|
| 595 |
+
>
|
| 596 |
+
> *Intuition:* If perplexity is 100, the model is as uncertain as if choosing uniformly among 100 options at each step. A perplexity of 10 means effectively choosing among 10 equally likely options.
|
| 597 |
+
>
|
| 598 |
+
> *What to seek:* Lower is better. Perplexity decreases with larger n-grams (more context). Values vary widely by language and corpus size.
|
| 599 |
+
|
| 600 |
+
**Entropy**
|
| 601 |
+
> *Definition:* Average information content (in bits) needed to encode the next token given the context. Related to perplexity: perplexity = 2^entropy.
|
| 602 |
+
>
|
| 603 |
+
> *Intuition:* High entropy means high uncertainty/randomness; low entropy means predictable patterns. Natural language typically has entropy between 1-4 bits per character.
|
| 604 |
+
>
|
| 605 |
+
> *What to seek:* Lower entropy indicates more predictable text patterns. Entropy should decrease as n-gram size increases.
|
| 606 |
+
|
| 607 |
+
**Coverage (Top-K)**
|
| 608 |
+
> *Definition:* Percentage of corpus occurrences explained by the top K most frequent n-grams.
|
| 609 |
+
>
|
| 610 |
+
> *Intuition:* High coverage with few patterns indicates repetitive/formulaic text; low coverage suggests diverse vocabulary usage.
|
| 611 |
+
>
|
| 612 |
+
> *What to seek:* Depends on use case. For language modeling, moderate coverage (40-60% with top-1000) is typical for natural text.
|
| 613 |
+
|
| 614 |
+
### Markov Chain Metrics
|
| 615 |
+
|
| 616 |
+
**Average Entropy**
|
| 617 |
+
> *Definition:* Mean entropy across all contexts, measuring average uncertainty in next-word prediction.
|
| 618 |
+
>
|
| 619 |
+
> *Intuition:* Lower entropy means the model is more confident about what comes next. Context-1 has high entropy (many possible next words); Context-4 has low entropy (few likely continuations).
|
| 620 |
+
>
|
| 621 |
+
> *What to seek:* Decreasing entropy with larger context sizes. Very low entropy (<0.1) indicates highly deterministic transitions.
|
| 622 |
+
|
| 623 |
+
**Branching Factor**
|
| 624 |
+
> *Definition:* Average number of unique next tokens observed for each context.
|
| 625 |
+
>
|
| 626 |
+
> *Intuition:* High branching = many possible continuations (flexible but uncertain); low branching = few options (predictable but potentially repetitive).
|
| 627 |
+
>
|
| 628 |
+
> *What to seek:* Branching factor should decrease with context size. Values near 1.0 indicate nearly deterministic chains.
|
| 629 |
+
|
| 630 |
+
**Predictability**
|
| 631 |
+
> *Definition:* Derived metric: (1 - normalized_entropy) × 100%. Indicates how deterministic the model's predictions are.
|
| 632 |
+
>
|
| 633 |
+
> *Intuition:* 100% predictability means the next word is always certain; 0% means completely random. Real text falls between these extremes.
|
| 634 |
+
>
|
| 635 |
+
> *What to seek:* Higher predictability for text generation quality, but too high (>98%) may produce repetitive output.
|
| 636 |
+
|
| 637 |
+
### Vocabulary & Zipf's Law Metrics
|
| 638 |
+
|
| 639 |
+
**Zipf's Coefficient**
|
| 640 |
+
> *Definition:* The slope of the log-log plot of word frequency vs. rank. Zipf's law predicts this should be approximately -1.
|
| 641 |
+
>
|
| 642 |
+
> *Intuition:* A coefficient near -1 indicates the corpus follows natural language patterns where a few words are very common and most words are rare.
|
| 643 |
+
>
|
| 644 |
+
> *What to seek:* Values between -0.8 and -1.2 indicate healthy natural language distribution. Deviations may suggest domain-specific or artificial text.
|
| 645 |
+
|
| 646 |
+
**R² (Coefficient of Determination)**
|
| 647 |
+
> *Definition:* Measures how well the linear fit explains the frequency-rank relationship. Ranges from 0 to 1.
|
| 648 |
+
>
|
| 649 |
+
> *Intuition:* R² near 1.0 means the data closely follows Zipf's law; lower values indicate deviation from expected word frequency patterns.
|
| 650 |
+
>
|
| 651 |
+
> *What to seek:* R² > 0.95 is excellent; > 0.99 indicates near-perfect Zipf adherence typical of large natural corpora.
|
| 652 |
+
|
| 653 |
+
**Vocabulary Coverage**
|
| 654 |
+
> *Definition:* Cumulative percentage of corpus tokens accounted for by the top N words.
|
| 655 |
+
>
|
| 656 |
+
> *Intuition:* Shows how concentrated word usage is. If top-100 words cover 50% of text, the corpus relies heavily on common words.
|
| 657 |
+
>
|
| 658 |
+
> *What to seek:* Top-100 covering 30-50% is typical. Higher coverage indicates more repetitive text; lower suggests richer vocabulary.
|
| 659 |
+
|
| 660 |
+
### Word Embedding Metrics
|
| 661 |
+
|
| 662 |
+
**Isotropy**
|
| 663 |
+
> *Definition:* Measures how uniformly distributed vectors are in the embedding space. Computed as the ratio of minimum to maximum singular values.
|
| 664 |
+
>
|
| 665 |
+
> *Intuition:* High isotropy (near 1.0) means vectors spread evenly in all directions; low isotropy means vectors cluster in certain directions, reducing expressiveness.
|
| 666 |
+
>
|
| 667 |
+
> *What to seek:* Higher isotropy generally indicates better-quality embeddings. Values > 0.1 are reasonable; > 0.3 is good. Lower-dimensional embeddings tend to have higher isotropy.
|
| 668 |
+
|
| 669 |
+
**Average Norm**
|
| 670 |
+
> *Definition:* Mean magnitude (L2 norm) of word vectors in the embedding space.
|
| 671 |
+
>
|
| 672 |
+
> *Intuition:* Indicates the typical "length" of vectors. Consistent norms suggest stable training; high variance may indicate some words are undertrained.
|
| 673 |
+
>
|
| 674 |
+
> *What to seek:* Relatively consistent norms across models. The absolute value matters less than consistency (low std deviation).
|
| 675 |
+
|
| 676 |
+
**Cosine Similarity**
|
| 677 |
+
> *Definition:* Measures angular similarity between vectors, ranging from -1 (opposite) to 1 (identical direction).
|
| 678 |
+
>
|
| 679 |
+
> *Intuition:* Words with similar meanings should have high cosine similarity. This is the standard metric for semantic relatedness in embeddings.
|
| 680 |
+
>
|
| 681 |
+
> *What to seek:* Semantically related words should score > 0.5; unrelated words should be near 0. Synonyms often score > 0.7.
|
| 682 |
+
|
| 683 |
+
**t-SNE Visualization**
|
| 684 |
+
> *Definition:* t-Distributed Stochastic Neighbor Embedding - a dimensionality reduction technique that preserves local structure for visualization.
|
| 685 |
+
>
|
| 686 |
+
> *Intuition:* Clusters in t-SNE plots indicate groups of semantically related words. Spread indicates vocabulary diversity; tight clusters suggest semantic coherence.
|
| 687 |
+
>
|
| 688 |
+
> *What to seek:* Meaningful clusters (e.g., numbers together, verbs together). Avoid over-interpreting distances - t-SNE preserves local, not global, structure.
|
| 689 |
+
|
| 690 |
+
### General Interpretation Guidelines
|
| 691 |
+
|
| 692 |
+
1. **Compare within model families:** Metrics are most meaningful when comparing models of the same type (e.g., 8k vs 64k tokenizer).
|
| 693 |
+
2. **Consider trade-offs:** Better performance on one metric often comes at the cost of another (e.g., compression vs. OOV rate).
|
| 694 |
+
3. **Context matters:** Optimal values depend on downstream tasks. Text generation may prioritize different metrics than classification.
|
| 695 |
+
4. **Corpus influence:** All metrics are influenced by corpus characteristics. Wikipedia text differs from social media or literature.
|
| 696 |
+
5. **Language-specific patterns:** Morphologically rich languages (like Arabic) may show different optimal ranges than analytic languages.
|
| 697 |
+
|
| 698 |
+
|
| 699 |
+
### Visualizations Index
|
| 700 |
+
|
| 701 |
+
| Visualization | Description |
|
| 702 |
+
|---------------|-------------|
|
| 703 |
+
| Tokenizer Compression | Compression ratios by vocabulary size |
|
| 704 |
+
| Tokenizer Fertility | Average token length by vocabulary |
|
| 705 |
+
| Tokenizer OOV | Unknown token rates |
|
| 706 |
+
| Tokenizer Total Tokens | Total tokens by vocabulary |
|
| 707 |
+
| N-gram Perplexity | Perplexity by n-gram size |
|
| 708 |
+
| N-gram Entropy | Entropy by n-gram size |
|
| 709 |
+
| N-gram Coverage | Top pattern coverage |
|
| 710 |
+
| N-gram Unique | Unique n-gram counts |
|
| 711 |
+
| Markov Entropy | Entropy by context size |
|
| 712 |
+
| Markov Branching | Branching factor by context |
|
| 713 |
+
| Markov Contexts | Unique context counts |
|
| 714 |
+
| Zipf's Law | Frequency-rank distribution with fit |
|
| 715 |
+
| Vocab Frequency | Word frequency distribution |
|
| 716 |
+
| Top 20 Words | Most frequent words |
|
| 717 |
+
| Vocab Coverage | Cumulative coverage curve |
|
| 718 |
+
| Embedding Isotropy | Vector space uniformity |
|
| 719 |
+
| Embedding Norms | Vector magnitude distribution |
|
| 720 |
+
| Embedding Similarity | Word similarity heatmap |
|
| 721 |
+
| Nearest Neighbors | Similar words for key terms |
|
| 722 |
+
| t-SNE Words | 2D word embedding visualization |
|
| 723 |
+
| t-SNE Sentences | 2D sentence embedding visualization |
|
| 724 |
+
| Position Encoding | Encoding method comparison |
|
| 725 |
+
| Model Sizes | Storage requirements |
|
| 726 |
+
| Performance Dashboard | Comprehensive performance overview |
|
| 727 |
+
|
| 728 |
+
---
|
| 729 |
+
## About This Project
|
| 730 |
+
|
| 731 |
+
### Data Source
|
| 732 |
+
|
| 733 |
+
Models trained on [wikipedia-monthly](https://huggingface.co/datasets/omarkamali/wikipedia-monthly) - a monthly snapshot of Wikipedia articles across 300+ languages.
|
| 734 |
+
|
| 735 |
+
### Project
|
| 736 |
+
|
| 737 |
+
A project by **[Wikilangs](https://wikilangs.org)** - Open-source NLP models for every Wikipedia language.
|
| 738 |
+
|
| 739 |
+
### Maintainer
|
| 740 |
+
|
| 741 |
+
[Omar Kamali](https://omarkamali.com) - [Omneity Labs](https://omneitylabs.com)
|
| 742 |
+
|
| 743 |
+
### Citation
|
| 744 |
+
|
| 745 |
+
If you use these models in your research, please cite:
|
| 746 |
+
|
| 747 |
+
```bibtex
|
| 748 |
+
@misc{wikilangs2025,
|
| 749 |
+
author = {Kamali, Omar},
|
| 750 |
+
title = {Wikilangs: Open NLP Models for Wikipedia Languages},
|
| 751 |
+
year = {2025},
|
| 752 |
+
doi = {10.5281/zenodo.18073153},
|
| 753 |
+
publisher = {Zenodo},
|
| 754 |
+
url = {https://huggingface.co/wikilangs}
|
| 755 |
+
institution = {Omneity Labs}
|
| 756 |
+
}
|
| 757 |
+
```
|
| 758 |
+
|
| 759 |
+
### License
|
| 760 |
+
|
| 761 |
+
MIT License - Free for academic and commercial use.
|
| 762 |
+
|
| 763 |
+
### Links
|
| 764 |
+
|
| 765 |
+
- 🌐 Website: [wikilangs.org](https://wikilangs.org)
|
| 766 |
+
- 🤗 Models: [huggingface.co/wikilangs](https://huggingface.co/wikilangs)
|
| 767 |
+
- 📊 Data: [wikipedia-monthly](https://huggingface.co/datasets/omarkamali/wikipedia-monthly)
|
| 768 |
+
- 👤 Author: [Omar Kamali](https://huggingface.co/omarkamali)
|
| 769 |
+
- 🤝 Sponsor: [Featherless AI](https://featherless.ai)
|
| 770 |
+
---
|
| 771 |
+
*Generated by Wikilangs Models Pipeline*
|
| 772 |
+
|
| 773 |
+
*Report Date: 2026-01-11 02:36:16*
|
models/embeddings/aligned/ug_128d.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c9e13e26834b9fb6adfa5de64212562bf6b64df6571a181e6f7ddd0e21e4bed7
|
| 3 |
+
size 1086816534
|
models/embeddings/aligned/ug_128d.meta.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"lang": "ug", "dim": 128, "max_seq_len": 512, "is_aligned": true}
|
models/embeddings/aligned/ug_128d.projection.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:76b0cc9dd5da1cc107614319a52b6fdd6a7134bdf4bfd6b62880a21430339a4e
|
| 3 |
+
size 65664
|
models/embeddings/aligned/ug_128d_metadata.json
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"language": "ug",
|
| 3 |
+
"dimension": 128,
|
| 4 |
+
"version": "aligned",
|
| 5 |
+
"hub_language": "en",
|
| 6 |
+
"seed_vocab_size": 2610,
|
| 7 |
+
"vocab_size": 59851
|
| 8 |
+
}
|
models/embeddings/aligned/ug_32d.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b0fd166cc5269a7c05b50b601bb3eca40300dc36c14318eb40ab1ca47aeba63a
|
| 3 |
+
size 272850966
|
models/embeddings/aligned/ug_32d.meta.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"lang": "ug", "dim": 32, "max_seq_len": 512, "is_aligned": true}
|
models/embeddings/aligned/ug_32d.projection.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e0bc302eaa8d29becb17fdcc315b6b164a51ebce98d1df83351e41243b325ccd
|
| 3 |
+
size 4224
|
models/embeddings/aligned/ug_32d_metadata.json
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"language": "ug",
|
| 3 |
+
"dimension": 32,
|
| 4 |
+
"version": "aligned",
|
| 5 |
+
"hub_language": "en",
|
| 6 |
+
"seed_vocab_size": 2610,
|
| 7 |
+
"vocab_size": 59851
|
| 8 |
+
}
|
models/embeddings/aligned/ug_64d.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3b23f1c5048136c668cc4c04eddd6415ad94a46795165dcbef88ce37763a55fa
|
| 3 |
+
size 544172822
|
models/embeddings/aligned/ug_64d.meta.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"lang": "ug", "dim": 64, "max_seq_len": 512, "is_aligned": true}
|
models/embeddings/aligned/ug_64d.projection.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4c418ef6eae0f63ec62eda16322fd4fd277216875029001890560d1dd93d45d7
|
| 3 |
+
size 16512
|
models/embeddings/aligned/ug_64d_metadata.json
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"language": "ug",
|
| 3 |
+
"dimension": 64,
|
| 4 |
+
"version": "aligned",
|
| 5 |
+
"hub_language": "en",
|
| 6 |
+
"seed_vocab_size": 2610,
|
| 7 |
+
"vocab_size": 59851
|
| 8 |
+
}
|
models/embeddings/monolingual/ug_128d.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c9e13e26834b9fb6adfa5de64212562bf6b64df6571a181e6f7ddd0e21e4bed7
|
| 3 |
+
size 1086816534
|
models/embeddings/monolingual/ug_128d.meta.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"lang": "ug", "dim": 128, "max_seq_len": 512, "is_aligned": false}
|
models/embeddings/monolingual/ug_128d_metadata.json
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"language": "ug",
|
| 3 |
+
"dimension": 128,
|
| 4 |
+
"version": "monolingual",
|
| 5 |
+
"training_params": {
|
| 6 |
+
"algorithm": "skipgram",
|
| 7 |
+
"min_count": 5,
|
| 8 |
+
"window": 5,
|
| 9 |
+
"negative": 5,
|
| 10 |
+
"epochs": 5,
|
| 11 |
+
"encoding_method": "rope",
|
| 12 |
+
"dim": 128,
|
| 13 |
+
"threads": 5
|
| 14 |
+
},
|
| 15 |
+
"vocab_size": 59851
|
| 16 |
+
}
|
models/embeddings/monolingual/ug_32d.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b0fd166cc5269a7c05b50b601bb3eca40300dc36c14318eb40ab1ca47aeba63a
|
| 3 |
+
size 272850966
|
models/embeddings/monolingual/ug_32d.meta.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"lang": "ug", "dim": 32, "max_seq_len": 512, "is_aligned": false}
|
models/embeddings/monolingual/ug_32d_metadata.json
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"language": "ug",
|
| 3 |
+
"dimension": 32,
|
| 4 |
+
"version": "monolingual",
|
| 5 |
+
"training_params": {
|
| 6 |
+
"algorithm": "skipgram",
|
| 7 |
+
"min_count": 5,
|
| 8 |
+
"window": 5,
|
| 9 |
+
"negative": 5,
|
| 10 |
+
"epochs": 5,
|
| 11 |
+
"encoding_method": "rope",
|
| 12 |
+
"dim": 32,
|
| 13 |
+
"threads": 5
|
| 14 |
+
},
|
| 15 |
+
"vocab_size": 59851
|
| 16 |
+
}
|
models/embeddings/monolingual/ug_64d.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3b23f1c5048136c668cc4c04eddd6415ad94a46795165dcbef88ce37763a55fa
|
| 3 |
+
size 544172822
|
models/embeddings/monolingual/ug_64d.meta.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"lang": "ug", "dim": 64, "max_seq_len": 512, "is_aligned": false}
|
models/embeddings/monolingual/ug_64d_metadata.json
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"language": "ug",
|
| 3 |
+
"dimension": 64,
|
| 4 |
+
"version": "monolingual",
|
| 5 |
+
"training_params": {
|
| 6 |
+
"algorithm": "skipgram",
|
| 7 |
+
"min_count": 5,
|
| 8 |
+
"window": 5,
|
| 9 |
+
"negative": 5,
|
| 10 |
+
"epochs": 5,
|
| 11 |
+
"encoding_method": "rope",
|
| 12 |
+
"dim": 64,
|
| 13 |
+
"threads": 5
|
| 14 |
+
},
|
| 15 |
+
"vocab_size": 59851
|
| 16 |
+
}
|
models/subword_markov/ug_markov_ctx1_subword.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5a969eafc29b090497f9ab2bbe8120b25e22c8b43ba9728b710c667eed0dcbab
|
| 3 |
+
size 265501
|
models/subword_markov/ug_markov_ctx1_subword_metadata.json
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"context_size": 1,
|
| 3 |
+
"variant": "subword",
|
| 4 |
+
"language": "ug",
|
| 5 |
+
"unique_contexts": 4322,
|
| 6 |
+
"total_transitions": 24964947
|
| 7 |
+
}
|
models/subword_markov/ug_markov_ctx2_subword.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8977169ea5ced10f73c0fbffe225f380631b76c3f6814dbfc49b8ac14abe65b6
|
| 3 |
+
size 1324181
|
models/subword_markov/ug_markov_ctx2_subword_metadata.json
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"context_size": 2,
|
| 3 |
+
"variant": "subword",
|
| 4 |
+
"language": "ug",
|
| 5 |
+
"unique_contexts": 35371,
|
| 6 |
+
"total_transitions": 24955669
|
| 7 |
+
}
|
models/subword_markov/ug_markov_ctx3_subword.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0c1934e361990b982fd631f2e73225cdb7e20a690bb25470b137d3866c250f28
|
| 3 |
+
size 4603937
|
models/subword_markov/ug_markov_ctx3_subword_metadata.json
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"context_size": 3,
|
| 3 |
+
"variant": "subword",
|
| 4 |
+
"language": "ug",
|
| 5 |
+
"unique_contexts": 157874,
|
| 6 |
+
"total_transitions": 24946391
|
| 7 |
+
}
|
models/subword_markov/ug_markov_ctx4_subword.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:916d7d13667597d3b9a45993aff6640933458e7df55e672bc7f321eef7f6b589
|
| 3 |
+
size 12817402
|
models/subword_markov/ug_markov_ctx4_subword_metadata.json
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"context_size": 4,
|
| 3 |
+
"variant": "subword",
|
| 4 |
+
"language": "ug",
|
| 5 |
+
"unique_contexts": 550624,
|
| 6 |
+
"total_transitions": 24937113
|
| 7 |
+
}
|
models/subword_ngram/ug_2gram_subword.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9c5fc708855d39757c3a20602fb9f2f4798ba0939e9c4d8ac4ee835ab364f491
|
| 3 |
+
size 143766
|
models/subword_ngram/ug_2gram_subword_metadata.json
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"n": 2,
|
| 3 |
+
"variant": "subword",
|
| 4 |
+
"language": "ug",
|
| 5 |
+
"unique_ngrams": 10807,
|
| 6 |
+
"total_ngrams": 24964947
|
| 7 |
+
}
|
models/subword_ngram/ug_3gram_subword.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a1fe8d7a598de7a9cebc43fc3e0bceb82b84756445e2a72b981189adf93d4063
|
| 3 |
+
size 924307
|
models/subword_ngram/ug_3gram_subword_metadata.json
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"n": 3,
|
| 3 |
+
"variant": "subword",
|
| 4 |
+
"language": "ug",
|
| 5 |
+
"unique_ngrams": 73196,
|
| 6 |
+
"total_ngrams": 24955669
|
| 7 |
+
}
|
models/subword_ngram/ug_4gram_subword.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7998963668fc73231a5d7523c71ff87b206907c8a0b521602ec4a5dc23a0c549
|
| 3 |
+
size 3835164
|
models/subword_ngram/ug_4gram_subword_metadata.json
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"n": 4,
|
| 3 |
+
"variant": "subword",
|
| 4 |
+
"language": "ug",
|
| 5 |
+
"unique_ngrams": 306560,
|
| 6 |
+
"total_ngrams": 24946391
|
| 7 |
+
}
|
models/subword_ngram/ug_5gram_subword.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:66aa7b7d703f3ebd59be7356878d86ab8d42040c9090b225edb653cd7d863783
|
| 3 |
+
size 8937152
|
models/subword_ngram/ug_5gram_subword_metadata.json
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"n": 5,
|
| 3 |
+
"variant": "subword",
|
| 4 |
+
"language": "ug",
|
| 5 |
+
"unique_ngrams": 660169,
|
| 6 |
+
"total_ngrams": 24937113
|
| 7 |
+
}
|
models/tokenizer/ug_tokenizer_16k.model
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2834d302387dfe28f00deeb482e77342461e624196ba77bfb680f7f1d0757993
|
| 3 |
+
size 571391
|
models/tokenizer/ug_tokenizer_16k.vocab
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
models/tokenizer/ug_tokenizer_32k.model
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b54ffbeeb9832003ec87ea5b1f64c81a4b14774b53375342f70a03ca54d7f425
|
| 3 |
+
size 931977
|
models/tokenizer/ug_tokenizer_32k.vocab
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
models/tokenizer/ug_tokenizer_64k.model
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0ec606ef4f0d2b5196ca396d2f90594f6dd075da61cbb0c777c8c5d8d71ee392
|
| 3 |
+
size 1672005
|
models/tokenizer/ug_tokenizer_64k.vocab
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
models/tokenizer/ug_tokenizer_8k.model
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:25f378b0adac490703eb4bb53b3575f06054099753c14400ba56a9432886c6d2
|
| 3 |
+
size 397417
|
models/tokenizer/ug_tokenizer_8k.vocab
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
models/vocabulary/ug_vocabulary.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:51adce224734a530d897a3e2e187b21f806f0dfe657928b13c5429895ce383ea
|
| 3 |
+
size 2574628
|
models/vocabulary/ug_vocabulary_metadata.json
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"language": "ug",
|
| 3 |
+
"vocabulary_size": 135750,
|
| 4 |
+
"variant": "full",
|
| 5 |
+
"statistics": {
|
| 6 |
+
"type_token_ratio": 0.10031566499665194,
|
| 7 |
+
"coverage": {
|
| 8 |
+
"top_100": 0.17536874757027401,
|
| 9 |
+
"top_1000": 0.41387393479092394,
|
| 10 |
+
"top_5000": 0.625594667128712,
|
| 11 |
+
"top_10000": 0.7104085630189997
|
| 12 |
+
},
|
| 13 |
+
"hapax_count": 184997,
|
| 14 |
+
"hapax_ratio": 0.5767692293302821,
|
| 15 |
+
"total_documents": 9278
|
| 16 |
+
}
|
| 17 |
+
}
|
models/word_markov/ug_markov_ctx1_word.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7e2d43b03e5e1a92a3dc53e7fd4b4c78f9abc531f179806c7a7c73cd17e7b437
|
| 3 |
+
size 24712381
|