Upload all models and assets for kg (latest)
Browse filesThis view is limited to 50 files because it contains too many changes.
See raw diff
- .gitattributes +6 -0
- README.md +769 -0
- kg_morph_tokenizer.json +0 -0
- models/embeddings/aligned/kg_128d.bin +3 -0
- models/embeddings/aligned/kg_128d.meta.json +1 -0
- models/embeddings/aligned/kg_128d.projection.npy +3 -0
- models/embeddings/aligned/kg_128d_metadata.json +8 -0
- models/embeddings/aligned/kg_32d.bin +3 -0
- models/embeddings/aligned/kg_32d.meta.json +1 -0
- models/embeddings/aligned/kg_32d.projection.npy +3 -0
- models/embeddings/aligned/kg_32d_metadata.json +8 -0
- models/embeddings/aligned/kg_64d.bin +3 -0
- models/embeddings/aligned/kg_64d.meta.json +1 -0
- models/embeddings/aligned/kg_64d.projection.npy +3 -0
- models/embeddings/aligned/kg_64d_metadata.json +8 -0
- models/embeddings/monolingual/kg_128d.bin +3 -0
- models/embeddings/monolingual/kg_128d.meta.json +1 -0
- models/embeddings/monolingual/kg_128d_metadata.json +16 -0
- models/embeddings/monolingual/kg_32d.bin +3 -0
- models/embeddings/monolingual/kg_32d.meta.json +1 -0
- models/embeddings/monolingual/kg_32d_metadata.json +16 -0
- models/embeddings/monolingual/kg_64d.bin +3 -0
- models/embeddings/monolingual/kg_64d.meta.json +1 -0
- models/embeddings/monolingual/kg_64d_metadata.json +16 -0
- models/subword_markov/kg_markov_ctx1_subword.parquet +3 -0
- models/subword_markov/kg_markov_ctx1_subword_metadata.json +7 -0
- models/subword_markov/kg_markov_ctx2_subword.parquet +3 -0
- models/subword_markov/kg_markov_ctx2_subword_metadata.json +7 -0
- models/subword_markov/kg_markov_ctx3_subword.parquet +3 -0
- models/subword_markov/kg_markov_ctx3_subword_metadata.json +7 -0
- models/subword_markov/kg_markov_ctx4_subword.parquet +3 -0
- models/subword_markov/kg_markov_ctx4_subword_metadata.json +7 -0
- models/subword_ngram/kg_2gram_subword.parquet +3 -0
- models/subword_ngram/kg_2gram_subword_metadata.json +7 -0
- models/subword_ngram/kg_3gram_subword.parquet +3 -0
- models/subword_ngram/kg_3gram_subword_metadata.json +7 -0
- models/subword_ngram/kg_4gram_subword.parquet +3 -0
- models/subword_ngram/kg_4gram_subword_metadata.json +7 -0
- models/subword_ngram/kg_5gram_subword.parquet +3 -0
- models/subword_ngram/kg_5gram_subword_metadata.json +7 -0
- models/tokenizer/kg_tokenizer_16k.model +3 -0
- models/tokenizer/kg_tokenizer_16k.vocab +0 -0
- models/tokenizer/kg_tokenizer_32k.model +3 -0
- models/tokenizer/kg_tokenizer_32k.vocab +0 -0
- models/tokenizer/kg_tokenizer_8k.model +3 -0
- models/tokenizer/kg_tokenizer_8k.vocab +0 -0
- models/vocabulary/kg_vocabulary.parquet +3 -0
- models/vocabulary/kg_vocabulary_metadata.json +17 -0
- models/word_markov/kg_markov_ctx1_word.parquet +3 -0
- models/word_markov/kg_markov_ctx1_word_metadata.json +7 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,9 @@ 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/tsne_sentences.png filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
visualizations/tsne_words.png filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
visualizations/zipf_law.png filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
|
@@ -0,0 +1,769 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language: kg
|
| 3 |
+
language_name: Kongo
|
| 4 |
+
language_family: bantu_central
|
| 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-bantu_central
|
| 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.520
|
| 37 |
+
- name: best_isotropy
|
| 38 |
+
type: isotropy
|
| 39 |
+
value: 0.1871
|
| 40 |
+
- name: vocabulary_size
|
| 41 |
+
type: vocab
|
| 42 |
+
value: 0
|
| 43 |
+
generated: 2026-01-10
|
| 44 |
+
---
|
| 45 |
+
|
| 46 |
+
# Kongo - Wikilangs Models
|
| 47 |
+
## Comprehensive Research Report & Full Ablation Study
|
| 48 |
+
|
| 49 |
+
This repository contains NLP models trained and evaluated by Wikilangs, specifically on **Kongo** 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.971x | 3.98 | 0.2014% | 98,310 |
|
| 94 |
+
| **16k** | 4.333x | 4.34 | 0.2197% | 90,112 |
|
| 95 |
+
| **32k** | 4.520x 🏆 | 4.53 | 0.2292% | 86,376 |
|
| 96 |
+
|
| 97 |
+
### Tokenization Examples
|
| 98 |
+
|
| 99 |
+
Below are sample sentences tokenized with each vocabulary size:
|
| 100 |
+
|
| 101 |
+
**Sample 1:** `Tübingen kele kizunga ya Baden-Württemberg, Alemanyi.`
|
| 102 |
+
|
| 103 |
+
| Vocab | Tokens | Count |
|
| 104 |
+
|-------|--------|-------|
|
| 105 |
+
| 8k | `▁t ü b ing en ▁kele ▁kizunga ▁ya ▁baden - ... (+4 more)` | 14 |
|
| 106 |
+
| 16k | `▁t übingen ▁kele ▁kizunga ▁ya ▁baden - württemberg , ▁alemanyi ... (+1 more)` | 11 |
|
| 107 |
+
| 32k | `▁tübingen ▁kele ▁kizunga ▁ya ▁baden - württemberg , ▁alemanyi .` | 10 |
|
| 108 |
+
|
| 109 |
+
**Sample 2:** `Ubuntu kele mpila mosi ya Linux. Nkumbu ya Ubuntu (na kikongo: bumuntu to kimunt...`
|
| 110 |
+
|
| 111 |
+
| Vocab | Tokens | Count |
|
| 112 |
+
|-------|--------|-------|
|
| 113 |
+
| 8k | `▁ubuntu ▁kele ▁mpila ▁mosi ▁ya ▁l inux . ▁nkumbu ▁ya ... (+27 more)` | 37 |
|
| 114 |
+
| 16k | `▁ubuntu ▁kele ▁mpila ▁mosi ▁ya ▁linux . ▁nkumbu ▁ya ▁ubuntu ... (+24 more)` | 34 |
|
| 115 |
+
| 32k | `▁ubuntu ▁kele ▁mpila ▁mosi ▁ya ▁linux . ▁nkumbu ▁ya ▁ubuntu ... (+24 more)` | 34 |
|
| 116 |
+
|
| 117 |
+
**Sample 3:** `kele suka ya kondi ya Repubilika ya Kôngo. ya kondi`
|
| 118 |
+
|
| 119 |
+
| Vocab | Tokens | Count |
|
| 120 |
+
|-------|--------|-------|
|
| 121 |
+
| 8k | `▁kele ▁suka ▁ya ▁kondi ▁ya ▁repubilika ▁ya ▁kôngo . ▁ya ... (+1 more)` | 11 |
|
| 122 |
+
| 16k | `▁kele ▁suka ▁ya ▁kondi ▁ya ▁repubilika ▁ya ▁kôngo . ▁ya ... (+1 more)` | 11 |
|
| 123 |
+
| 32k | `▁kele ▁suka ▁ya ▁kondi ▁ya ▁repubilika ▁ya ▁kôngo . ▁ya ... (+1 more)` | 11 |
|
| 124 |
+
|
| 125 |
+
|
| 126 |
+
### Key Findings
|
| 127 |
+
|
| 128 |
+
- **Best Compression:** 32k achieves 4.520x compression
|
| 129 |
+
- **Lowest UNK Rate:** 8k with 0.2014% unknown tokens
|
| 130 |
+
- **Trade-off:** Larger vocabularies improve compression but increase model size
|
| 131 |
+
- **Recommendation:** 32k vocabulary provides optimal balance for production use
|
| 132 |
+
|
| 133 |
+
---
|
| 134 |
+
## 2. N-gram Model Evaluation
|
| 135 |
+
|
| 136 |
+

|
| 137 |
+
|
| 138 |
+

|
| 139 |
+
|
| 140 |
+

|
| 141 |
+
|
| 142 |
+
### Results
|
| 143 |
+
|
| 144 |
+
| N-gram | Variant | Perplexity | Entropy | Unique N-grams | Top-100 Coverage | Top-1000 Coverage |
|
| 145 |
+
|--------|---------|------------|---------|----------------|------------------|-------------------|
|
| 146 |
+
| **2-gram** | Word | 1,534 | 10.58 | 3,731 | 31.2% | 75.1% |
|
| 147 |
+
| **2-gram** | Subword | 168 🏆 | 7.39 | 1,390 | 77.7% | 99.7% |
|
| 148 |
+
| **3-gram** | Word | 3,413 | 11.74 | 6,815 | 19.8% | 55.8% |
|
| 149 |
+
| **3-gram** | Subword | 948 | 9.89 | 8,160 | 43.7% | 83.9% |
|
| 150 |
+
| **4-gram** | Word | 6,222 | 12.60 | 11,303 | 15.0% | 42.1% |
|
| 151 |
+
| **4-gram** | Subword | 3,320 | 11.70 | 28,230 | 28.1% | 63.0% |
|
| 152 |
+
| **5-gram** | Word | 4,107 | 12.00 | 7,664 | 18.9% | 48.5% |
|
| 153 |
+
| **5-gram** | Subword | 7,120 | 12.80 | 46,201 | 19.4% | 50.9% |
|
| 154 |
+
|
| 155 |
+
### Top 5 N-grams by Size
|
| 156 |
+
|
| 157 |
+
**2-grams (Word):**
|
| 158 |
+
|
| 159 |
+
| Rank | N-gram | Count |
|
| 160 |
+
|------|--------|-------|
|
| 161 |
+
| 1 | `sambu na` | 862 |
|
| 162 |
+
| 2 | `ya kongo` | 704 |
|
| 163 |
+
| 3 | `ya bantu` | 652 |
|
| 164 |
+
| 4 | `kele na` | 649 |
|
| 165 |
+
| 5 | `na yandi` | 613 |
|
| 166 |
+
|
| 167 |
+
**3-grams (Word):**
|
| 168 |
+
|
| 169 |
+
| Rank | N-gram | Count |
|
| 170 |
+
|------|--------|-------|
|
| 171 |
+
| 1 | `ya kongo ya` | 375 |
|
| 172 |
+
| 2 | `repubilika ya kongo` | 369 |
|
| 173 |
+
| 3 | `na kati ya` | 361 |
|
| 174 |
+
| 4 | `kongo ya dimokalasi` | 332 |
|
| 175 |
+
| 5 | `na nima ya` | 314 |
|
| 176 |
+
|
| 177 |
+
**4-grams (Word):**
|
| 178 |
+
|
| 179 |
+
| Rank | N-gram | Count |
|
| 180 |
+
|------|--------|-------|
|
| 181 |
+
| 1 | `ya kongo ya dimokalasi` | 332 |
|
| 182 |
+
| 2 | `repubilika ya kongo ya` | 283 |
|
| 183 |
+
| 3 | `ya repubilika ya kongo` | 216 |
|
| 184 |
+
| 4 | `mbanza ya kimfumu ya` | 181 |
|
| 185 |
+
| 5 | `kimfumu ya kizunga ya` | 164 |
|
| 186 |
+
|
| 187 |
+
**5-grams (Word):**
|
| 188 |
+
|
| 189 |
+
| Rank | N-gram | Count |
|
| 190 |
+
|------|--------|-------|
|
| 191 |
+
| 1 | `repubilika ya kongo ya dimokalasi` | 270 |
|
| 192 |
+
| 2 | `ya repubilika ya kongo ya` | 172 |
|
| 193 |
+
| 3 | `mbanza ya kimfumu ya kizunga` | 161 |
|
| 194 |
+
| 4 | `ya kimfumu ya kizunga ya` | 160 |
|
| 195 |
+
| 5 | `kele mbanza kimfumu ya yinsi` | 109 |
|
| 196 |
+
|
| 197 |
+
**2-grams (Subword):**
|
| 198 |
+
|
| 199 |
+
| Rank | N-gram | Count |
|
| 200 |
+
|------|--------|-------|
|
| 201 |
+
| 1 | `a _` | 66,512 |
|
| 202 |
+
| 2 | `_ y` | 30,798 |
|
| 203 |
+
| 3 | `y a` | 27,604 |
|
| 204 |
+
| 4 | `_ n` | 21,445 |
|
| 205 |
+
| 5 | `_ k` | 21,155 |
|
| 206 |
+
|
| 207 |
+
**3-grams (Subword):**
|
| 208 |
+
|
| 209 |
+
| Rank | N-gram | Count |
|
| 210 |
+
|------|--------|-------|
|
| 211 |
+
| 1 | `_ y a` | 26,479 |
|
| 212 |
+
| 2 | `y a _` | 23,101 |
|
| 213 |
+
| 3 | `n a _` | 15,424 |
|
| 214 |
+
| 4 | `_ n a` | 11,972 |
|
| 215 |
+
| 5 | `a _ k` | 11,963 |
|
| 216 |
+
|
| 217 |
+
**4-grams (Subword):**
|
| 218 |
+
|
| 219 |
+
| Rank | N-gram | Count |
|
| 220 |
+
|------|--------|-------|
|
| 221 |
+
| 1 | `_ y a _` | 22,832 |
|
| 222 |
+
| 2 | `_ n a _` | 11,648 |
|
| 223 |
+
| 3 | `a _ y a` | 8,946 |
|
| 224 |
+
| 4 | `u _ y a` | 6,395 |
|
| 225 |
+
| 5 | `a k a _` | 5,692 |
|
| 226 |
+
|
| 227 |
+
**5-grams (Subword):**
|
| 228 |
+
|
| 229 |
+
| Rank | N-gram | Count |
|
| 230 |
+
|------|--------|-------|
|
| 231 |
+
| 1 | `a _ y a _` | 7,419 |
|
| 232 |
+
| 2 | `u _ y a _` | 5,909 |
|
| 233 |
+
| 3 | `_ y a _ k` | 5,126 |
|
| 234 |
+
| 4 | `i _ y a _` | 4,012 |
|
| 235 |
+
| 5 | `a _ n a _` | 3,703 |
|
| 236 |
+
|
| 237 |
+
|
| 238 |
+
### Key Findings
|
| 239 |
+
|
| 240 |
+
- **Best Perplexity:** 2-gram (subword) with 168
|
| 241 |
+
- **Entropy Trend:** Decreases with larger n-grams (more predictable)
|
| 242 |
+
- **Coverage:** Top-1000 patterns cover ~51% of corpus
|
| 243 |
+
- **Recommendation:** 4-gram or 5-gram for best predictive performance
|
| 244 |
+
|
| 245 |
+
---
|
| 246 |
+
## 3. Markov Chain Evaluation
|
| 247 |
+
|
| 248 |
+

|
| 249 |
+
|
| 250 |
+

|
| 251 |
+
|
| 252 |
+

|
| 253 |
+
|
| 254 |
+
### Results
|
| 255 |
+
|
| 256 |
+
| Context | Variant | Avg Entropy | Perplexity | Branching Factor | Unique Contexts | Predictability |
|
| 257 |
+
|---------|---------|-------------|------------|------------------|-----------------|----------------|
|
| 258 |
+
| **1** | Word | 0.6753 | 1.597 | 3.82 | 13,889 | 32.5% |
|
| 259 |
+
| **1** | Subword | 1.1440 | 2.210 | 8.61 | 367 | 0.0% |
|
| 260 |
+
| **2** | Word | 0.2863 | 1.219 | 1.74 | 52,840 | 71.4% |
|
| 261 |
+
| **2** | Subword | 0.9575 | 1.942 | 5.20 | 3,158 | 4.3% |
|
| 262 |
+
| **3** | Word | 0.1457 | 1.106 | 1.27 | 91,186 | 85.4% |
|
| 263 |
+
| **3** | Subword | 0.7225 | 1.650 | 3.20 | 16,384 | 27.8% |
|
| 264 |
+
| **4** | Word | 0.0715 🏆 | 1.051 | 1.11 | 115,336 | 92.9% |
|
| 265 |
+
| **4** | Subword | 0.4661 | 1.381 | 2.03 | 52,366 | 53.4% |
|
| 266 |
+
|
| 267 |
+
### Generated Text Samples (Word-based)
|
| 268 |
+
|
| 269 |
+
Below are text samples generated from each word-based Markov chain model:
|
| 270 |
+
|
| 271 |
+
**Context Size 1:**
|
| 272 |
+
|
| 273 |
+
1. `ya 8 bantu ya kimpwanza mosi ya saint lucia saint marin serbie slovakia slovenia solomon islands`
|
| 274 |
+
2. `na provense ya kutadila ntalu ya kutwadisa mpi bo na mayi na ouganda bantu ya dibulu`
|
| 275 |
+
3. `kele mbanza goma mpi yo mutindu yina vandaka me tulaka yandi kele kaka na biro ya`
|
| 276 |
+
|
| 277 |
+
**Context Size 2:**
|
| 278 |
+
|
| 279 |
+
1. `sambu na kisalu mpi kutomisa bima ya nkaka ke sala nde bantu yina vandaka kumonisa nsoba ya`
|
| 280 |
+
2. `ya kongo rdc category sénateur ya kasai na baluba ne mvuta ya bantu ya nkaka ya me`
|
| 281 |
+
3. `ya bantu ya mubulu na mvu bo me binga sambu na kuzabisa luzayisu yayi kusalama na kutadila`
|
| 282 |
+
|
| 283 |
+
**Context Size 3:**
|
| 284 |
+
|
| 285 |
+
1. `ya kongo ya dimokalasi mbanza mfumu ya kizunga jiangsu ya sina ya sina`
|
| 286 |
+
2. `na kati ya bazulunalu yina salaka mambu ya yimbi mpe kimbeni yina ke vuandaka na mukidi ya nzadi`
|
| 287 |
+
3. `repubilika ya kongo ya dimokalasi sambu bo kezabaka nde nzo nkanda vandaka kufuta yves piron mpi sam...`
|
| 288 |
+
|
| 289 |
+
**Context Size 4:**
|
| 290 |
+
|
| 291 |
+
1. `repubilika ya kongo ya dimokalasi ya kati`
|
| 292 |
+
2. `ya kongo ya dimokalasi category guvernere ya tshopo category lubutuku na zaire category avocat congo...`
|
| 293 |
+
3. `ya repubilika ya kongo yandi vuandaka muene ya brazzaville ti kuna ná ntumua ya ntete ya repubilika ...`
|
| 294 |
+
|
| 295 |
+
|
| 296 |
+
### Generated Text Samples (Subword-based)
|
| 297 |
+
|
| 298 |
+
Below are text samples generated from each subword-based Markov chain model:
|
| 299 |
+
|
| 300 |
+
**Context Size 1:**
|
| 301 |
+
|
| 302 |
+
1. `_nakama_mbo_mba_`
|
| 303 |
+
2. `alaba_a_yi_yikin`
|
| 304 |
+
3. `n_yo_yasa_yingar`
|
| 305 |
+
|
| 306 |
+
**Context Size 2:**
|
| 307 |
+
|
| 308 |
+
1. `a_keles)_ta._ba_y`
|
| 309 |
+
2. `_yan_john_luzwalb`
|
| 310 |
+
3. `ya_ntu_ya_yandimo`
|
| 311 |
+
|
| 312 |
+
**Context Size 3:**
|
| 313 |
+
|
| 314 |
+
1. `_ya_kizunga_na_ket`
|
| 315 |
+
2. `ya_kusalu_ya_los_k`
|
| 316 |
+
3. `na_nkandakaataka_k`
|
| 317 |
+
|
| 318 |
+
**Context Size 4:**
|
| 319 |
+
|
| 320 |
+
1. `_ya_kuponaka_kimban`
|
| 321 |
+
2. `_na_ntinu,_kinkundi`
|
| 322 |
+
3. `a_ya_repubilika_ya_`
|
| 323 |
+
|
| 324 |
+
|
| 325 |
+
### Key Findings
|
| 326 |
+
|
| 327 |
+
- **Best Predictability:** Context-4 (word) with 92.9% predictability
|
| 328 |
+
- **Branching Factor:** Decreases with context size (more deterministic)
|
| 329 |
+
- **Memory Trade-off:** Larger contexts require more storage (52,366 contexts)
|
| 330 |
+
- **Recommendation:** Context-3 or Context-4 for text generation
|
| 331 |
+
|
| 332 |
+
---
|
| 333 |
+
## 4. Vocabulary Analysis
|
| 334 |
+
|
| 335 |
+

|
| 336 |
+
|
| 337 |
+

|
| 338 |
+
|
| 339 |
+

|
| 340 |
+
|
| 341 |
+
### Statistics
|
| 342 |
+
|
| 343 |
+
| Metric | Value |
|
| 344 |
+
|--------|-------|
|
| 345 |
+
| Vocabulary Size | 6,048 |
|
| 346 |
+
| Total Tokens | 147,208 |
|
| 347 |
+
| Mean Frequency | 24.34 |
|
| 348 |
+
| Median Frequency | 3 |
|
| 349 |
+
| Frequency Std Dev | 343.74 |
|
| 350 |
+
|
| 351 |
+
### Most Common Words
|
| 352 |
+
|
| 353 |
+
| Rank | Word | Frequency |
|
| 354 |
+
|------|------|-----------|
|
| 355 |
+
| 1 | ya | 22,856 |
|
| 356 |
+
| 2 | na | 11,712 |
|
| 357 |
+
| 3 | kele | 3,421 |
|
| 358 |
+
| 4 | yandi | 2,406 |
|
| 359 |
+
| 5 | yina | 2,286 |
|
| 360 |
+
| 6 | mpi | 2,116 |
|
| 361 |
+
| 7 | ke | 1,925 |
|
| 362 |
+
| 8 | bantu | 1,619 |
|
| 363 |
+
| 9 | bo | 1,431 |
|
| 364 |
+
| 10 | ti | 1,160 |
|
| 365 |
+
|
| 366 |
+
### Least Common Words (from vocabulary)
|
| 367 |
+
|
| 368 |
+
| Rank | Word | Frequency |
|
| 369 |
+
|------|------|-----------|
|
| 370 |
+
| 1 | lukwikulu | 2 |
|
| 371 |
+
| 2 | kinama | 2 |
|
| 372 |
+
| 3 | bangolo | 2 |
|
| 373 |
+
| 4 | difuta | 2 |
|
| 374 |
+
| 5 | mbatukulu | 2 |
|
| 375 |
+
| 6 | kifumba | 2 |
|
| 376 |
+
| 7 | weto | 2 |
|
| 377 |
+
| 8 | metangama | 2 |
|
| 378 |
+
| 9 | dieumerci | 2 |
|
| 379 |
+
| 10 | xoon | 2 |
|
| 380 |
+
|
| 381 |
+
### Zipf's Law Analysis
|
| 382 |
+
|
| 383 |
+
| Metric | Value |
|
| 384 |
+
|--------|-------|
|
| 385 |
+
| Zipf Coefficient | 1.1604 |
|
| 386 |
+
| R² (Goodness of Fit) | 0.989979 |
|
| 387 |
+
| Adherence Quality | **excellent** |
|
| 388 |
+
|
| 389 |
+
### Coverage Analysis
|
| 390 |
+
|
| 391 |
+
| Top N Words | Coverage |
|
| 392 |
+
|-------------|----------|
|
| 393 |
+
| Top 100 | 59.2% |
|
| 394 |
+
| Top 1,000 | 85.9% |
|
| 395 |
+
| Top 5,000 | 98.6% |
|
| 396 |
+
| Top 10,000 | 0.0% |
|
| 397 |
+
|
| 398 |
+
### Key Findings
|
| 399 |
+
|
| 400 |
+
- **Zipf Compliance:** R²=0.9900 indicates excellent adherence to Zipf's law
|
| 401 |
+
- **High Frequency Dominance:** Top 100 words cover 59.2% of corpus
|
| 402 |
+
- **Long Tail:** -3,952 words needed for remaining 100.0% coverage
|
| 403 |
+
|
| 404 |
+
---
|
| 405 |
+
## 5. Word Embeddings Evaluation
|
| 406 |
+
|
| 407 |
+

|
| 408 |
+
|
| 409 |
+

|
| 410 |
+
|
| 411 |
+

|
| 412 |
+
|
| 413 |
+

|
| 414 |
+
|
| 415 |
+
|
| 416 |
+
### 5.1 Cross-Lingual Alignment
|
| 417 |
+
|
| 418 |
+

|
| 419 |
+
|
| 420 |
+

|
| 421 |
+
|
| 422 |
+
|
| 423 |
+
### 5.2 Model Comparison
|
| 424 |
+
|
| 425 |
+
| Model | Dimension | Isotropy | Semantic Density | Alignment R@1 | Alignment R@10 |
|
| 426 |
+
|-------|-----------|----------|------------------|---------------|----------------|
|
| 427 |
+
| **mono_32d** | 32 | 0.1871 🏆 | 0.4938 | N/A | N/A |
|
| 428 |
+
| **mono_64d** | 64 | 0.0298 | 0.4879 | N/A | N/A |
|
| 429 |
+
| **mono_128d** | 128 | 0.0037 | 0.5051 | N/A | N/A |
|
| 430 |
+
| **aligned_32d** | 32 | 0.1871 | 0.5017 | 0.0140 | 0.0900 |
|
| 431 |
+
| **aligned_64d** | 64 | 0.0298 | 0.4772 | 0.0120 | 0.1260 |
|
| 432 |
+
| **aligned_128d** | 128 | 0.0037 | 0.4863 | 0.0100 | 0.1280 |
|
| 433 |
+
|
| 434 |
+
### Key Findings
|
| 435 |
+
|
| 436 |
+
- **Best Isotropy:** mono_32d with 0.1871 (more uniform distribution)
|
| 437 |
+
- **Semantic Density:** Average pairwise similarity of 0.4920. Lower values indicate better semantic separation.
|
| 438 |
+
- **Alignment Quality:** Aligned models achieve up to 1.4% R@1 in cross-lingual retrieval.
|
| 439 |
+
- **Recommendation:** 128d aligned for best cross-lingual performance
|
| 440 |
+
|
| 441 |
+
---
|
| 442 |
+
## 6. Morphological Analysis (Experimental)
|
| 443 |
+
|
| 444 |
+
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.
|
| 445 |
+
|
| 446 |
+
### 6.1 Productivity & Complexity
|
| 447 |
+
|
| 448 |
+
| Metric | Value | Interpretation | Recommendation |
|
| 449 |
+
|--------|-------|----------------|----------------|
|
| 450 |
+
| Productivity Index | **5.000** | High morphological productivity | Reliable analysis |
|
| 451 |
+
| Idiomaticity Gap | **-0.048** | Low formulaic content | - |
|
| 452 |
+
|
| 453 |
+
### 6.2 Affix Inventory (Productive Units)
|
| 454 |
+
|
| 455 |
+
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.
|
| 456 |
+
|
| 457 |
+
#### Productive Prefixes
|
| 458 |
+
| Prefix | Examples |
|
| 459 |
+
|--------|----------|
|
| 460 |
+
| `-m` | mphotho, motángo, mapi |
|
| 461 |
+
| `-k` | kimenga, kontina, kubutukaka |
|
| 462 |
+
| `-ba` | balongoki, bavière, baministre |
|
| 463 |
+
| `-b` | bzl, balongoki, bavière |
|
| 464 |
+
| `-ku` | kubutukaka, kusadisa, kufua |
|
| 465 |
+
| `-n` | nima, nzundu, ndalama |
|
| 466 |
+
| `-ma` | mapi, maulalo, manimba |
|
| 467 |
+
| `-ki` | kimenga, kimama, kinkita |
|
| 468 |
+
|
| 469 |
+
#### Productive Suffixes
|
| 470 |
+
| Suffix | Examples |
|
| 471 |
+
|--------|----------|
|
| 472 |
+
| `-a` | kimenga, tendula, nima |
|
| 473 |
+
| `-e` | laurène, jenerale, bavière |
|
| 474 |
+
| `-ka` | kubutukaka, twadisaka, vwandaka |
|
| 475 |
+
| `-i` | tournoi, balongoki, mapi |
|
| 476 |
+
| `-s` | chinois, awards, mois |
|
| 477 |
+
| `-o` | mphotho, motángo, mpozo |
|
| 478 |
+
| `-u` | nzundu, banduku, dibuku |
|
| 479 |
+
| `-n` | installation, radiodiffusion, american |
|
| 480 |
+
|
| 481 |
+
### 6.3 Bound Stems (Lexical Roots)
|
| 482 |
+
|
| 483 |
+
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.
|
| 484 |
+
|
| 485 |
+
| Stem | Cohesion | Substitutability | Examples |
|
| 486 |
+
|------|----------|------------------|----------|
|
| 487 |
+
| `anga` | 1.59x | 42 contexts | sanga, tanga, nanga |
|
| 488 |
+
| `angu` | 1.34x | 33 contexts | hangu, kangu, wangu |
|
| 489 |
+
| `kand` | 1.75x | 12 contexts | kanda, kandy, nkandu |
|
| 490 |
+
| `tion` | 1.77x | 11 contexts | option, action, motion |
|
| 491 |
+
| `unga` | 1.38x | 23 contexts | zunga, lunga, tunga |
|
| 492 |
+
| `ambu` | 1.31x | 26 contexts | sambu, mambu, wambu |
|
| 493 |
+
| `ndak` | 1.61x | 12 contexts | vandaka, bandaka, fundaka |
|
| 494 |
+
| `alak` | 1.60x | 12 contexts | palaki, talaka, salaka |
|
| 495 |
+
| `laka` | 1.65x | 11 contexts | kulaka, talaka, bulaka |
|
| 496 |
+
| `kisa` | 1.63x | 10 contexts | kisaka, vukisa, kisalu |
|
| 497 |
+
| `anza` | 1.52x | 12 contexts | sanza, kanza, banza |
|
| 498 |
+
| `bans` | 1.65x | 8 contexts | bansi, banswa, bansaka |
|
| 499 |
+
|
| 500 |
+
### 6.4 Affix Compatibility (Co-occurrence)
|
| 501 |
+
|
| 502 |
+
This table shows which prefixes and suffixes most frequently co-occur on the same stems, revealing the 'stacking' rules of the language's morphology.
|
| 503 |
+
|
| 504 |
+
| Prefix | Suffix | Frequency | Examples |
|
| 505 |
+
|--------|--------|-----------|----------|
|
| 506 |
+
| `-k` | `-a` | 369 words | kimenga, kontina |
|
| 507 |
+
| `-k` | `-ka` | 114 words | kubutukaka, kusalaka |
|
| 508 |
+
| `-m` | `-a` | 102 words | mbânza, manimba |
|
| 509 |
+
| `-ba` | `-a` | 90 words | bandînga, bafwana |
|
| 510 |
+
| `-k` | `-la` | 55 words | kufokula, kubokila |
|
| 511 |
+
| `-n` | `-a` | 48 words | nima, ndalama |
|
| 512 |
+
| `-k` | `-i` | 48 words | kasi, kimosi |
|
| 513 |
+
| `-ba` | `-i` | 46 words | balongoki, bankengi |
|
| 514 |
+
| `-b` | `-a` | 46 words | bandînga, beba |
|
| 515 |
+
| `-ba` | `-e` | 45 words | bavière, baministre |
|
| 516 |
+
|
| 517 |
+
### 6.5 Recursive Morpheme Segmentation
|
| 518 |
+
|
| 519 |
+
Using **Recursive Hierarchical Substitutability**, we decompose complex words into their constituent morphemes. This approach handles nested affixes (e.g., `prefix-prefix-root-suffix`).
|
| 520 |
+
|
| 521 |
+
| Word | Suggested Split | Confidence | Stem |
|
| 522 |
+
|------|-----------------|------------|------|
|
| 523 |
+
| kudibingaka | **`ku-di-bingaka`** | 7.5 | `bingaka` |
|
| 524 |
+
| twadisama | **`twadis-a-ma`** | 7.5 | `a` |
|
| 525 |
+
| kesalamaka | **`kesalam-a-ka`** | 7.5 | `a` |
|
| 526 |
+
| tungamaka | **`tunga-ma-ka`** | 7.5 | `ma` |
|
| 527 |
+
| kendimaka | **`kendim-a-ka`** | 7.5 | `a` |
|
| 528 |
+
| commandant | **`command-a-nt`** | 7.5 | `a` |
|
| 529 |
+
| nwaninaka | **`nwanin-a-ka`** | 7.5 | `a` |
|
| 530 |
+
| kukutanaka | **`kukutan-a-ka`** | 7.5 | `a` |
|
| 531 |
+
| entrepreneuriat | **`entrepreneuri-a-t`** | 7.5 | `a` |
|
| 532 |
+
| azərbaycan | **`azərbayc-a-n`** | 7.5 | `a` |
|
| 533 |
+
| nsambukila | **`nsambu-ki-la`** | 7.5 | `ki` |
|
| 534 |
+
| kudibanza | **`ku-di-banza`** | 7.5 | `banza` |
|
| 535 |
+
| twadisaka | **`twadis-a-ka`** | 7.5 | `a` |
|
| 536 |
+
| acheulean | **`acheule-a-n`** | 7.5 | `a` |
|
| 537 |
+
| championnat | **`championn-a-t`** | 7.5 | `a` |
|
| 538 |
+
|
| 539 |
+
### 6.6 Linguistic Interpretation
|
| 540 |
+
|
| 541 |
+
> **Automated Insight:**
|
| 542 |
+
The language Kongo shows high morphological productivity. The subword models are significantly more efficient than word models, suggesting a rich system of affixation or compounding.
|
| 543 |
+
|
| 544 |
+
---
|
| 545 |
+
## 7. Summary & Recommendations
|
| 546 |
+
|
| 547 |
+

|
| 548 |
+
|
| 549 |
+
### Production Recommendations
|
| 550 |
+
|
| 551 |
+
| Component | Recommended | Rationale |
|
| 552 |
+
|-----------|-------------|-----------|
|
| 553 |
+
| Tokenizer | **32k BPE** | Best compression (4.52x) |
|
| 554 |
+
| N-gram | **2-gram** | Lowest perplexity (168) |
|
| 555 |
+
| Markov | **Context-4** | Highest predictability (92.9%) |
|
| 556 |
+
| Embeddings | **100d** | Balanced semantic capture and isotropy |
|
| 557 |
+
|
| 558 |
+
|
| 559 |
+
---
|
| 560 |
+
## Appendix: Metrics Glossary & Interpretation Guide
|
| 561 |
+
|
| 562 |
+
This section provides definitions, intuitions, and guidance for interpreting the metrics used throughout this report.
|
| 563 |
+
|
| 564 |
+
### Tokenizer Metrics
|
| 565 |
+
|
| 566 |
+
**Compression Ratio**
|
| 567 |
+
> *Definition:* The ratio of characters to tokens (chars/token). Measures how efficiently the tokenizer represents text.
|
| 568 |
+
>
|
| 569 |
+
> *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.
|
| 570 |
+
>
|
| 571 |
+
> *What to seek:* Higher is generally better for efficiency, but extremely high compression may indicate overly aggressive merging that loses morphological information.
|
| 572 |
+
|
| 573 |
+
**Average Token Length (Fertility)**
|
| 574 |
+
> *Definition:* Mean number of characters per token produced by the tokenizer.
|
| 575 |
+
>
|
| 576 |
+
> *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.
|
| 577 |
+
>
|
| 578 |
+
> *What to seek:* Balance between 2-5 characters for most languages. Arabic/morphologically-rich languages may benefit from slightly longer tokens.
|
| 579 |
+
|
| 580 |
+
**Unknown Token Rate (OOV Rate)**
|
| 581 |
+
> *Definition:* Percentage of tokens that map to the unknown/UNK token, indicating words the tokenizer cannot represent.
|
| 582 |
+
>
|
| 583 |
+
> *Intuition:* Lower OOV means better vocabulary coverage. High OOV indicates the tokenizer encounters many unseen character sequences.
|
| 584 |
+
>
|
| 585 |
+
> *What to seek:* Below 1% is excellent; below 5% is acceptable. BPE tokenizers typically achieve very low OOV due to subword fallback.
|
| 586 |
+
|
| 587 |
+
### N-gram Model Metrics
|
| 588 |
+
|
| 589 |
+
**Perplexity**
|
| 590 |
+
> *Definition:* Measures how "surprised" the model is by test data. Mathematically: 2^(cross-entropy). Lower values indicate better prediction.
|
| 591 |
+
>
|
| 592 |
+
> *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.
|
| 593 |
+
>
|
| 594 |
+
> *What to seek:* Lower is better. Perplexity decreases with larger n-grams (more context). Values vary widely by language and corpus size.
|
| 595 |
+
|
| 596 |
+
**Entropy**
|
| 597 |
+
> *Definition:* Average information content (in bits) needed to encode the next token given the context. Related to perplexity: perplexity = 2^entropy.
|
| 598 |
+
>
|
| 599 |
+
> *Intuition:* High entropy means high uncertainty/randomness; low entropy means predictable patterns. Natural language typically has entropy between 1-4 bits per character.
|
| 600 |
+
>
|
| 601 |
+
> *What to seek:* Lower entropy indicates more predictable text patterns. Entropy should decrease as n-gram size increases.
|
| 602 |
+
|
| 603 |
+
**Coverage (Top-K)**
|
| 604 |
+
> *Definition:* Percentage of corpus occurrences explained by the top K most frequent n-grams.
|
| 605 |
+
>
|
| 606 |
+
> *Intuition:* High coverage with few patterns indicates repetitive/formulaic text; low coverage suggests diverse vocabulary usage.
|
| 607 |
+
>
|
| 608 |
+
> *What to seek:* Depends on use case. For language modeling, moderate coverage (40-60% with top-1000) is typical for natural text.
|
| 609 |
+
|
| 610 |
+
### Markov Chain Metrics
|
| 611 |
+
|
| 612 |
+
**Average Entropy**
|
| 613 |
+
> *Definition:* Mean entropy across all contexts, measuring average uncertainty in next-word prediction.
|
| 614 |
+
>
|
| 615 |
+
> *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).
|
| 616 |
+
>
|
| 617 |
+
> *What to seek:* Decreasing entropy with larger context sizes. Very low entropy (<0.1) indicates highly deterministic transitions.
|
| 618 |
+
|
| 619 |
+
**Branching Factor**
|
| 620 |
+
> *Definition:* Average number of unique next tokens observed for each context.
|
| 621 |
+
>
|
| 622 |
+
> *Intuition:* High branching = many possible continuations (flexible but uncertain); low branching = few options (predictable but potentially repetitive).
|
| 623 |
+
>
|
| 624 |
+
> *What to seek:* Branching factor should decrease with context size. Values near 1.0 indicate nearly deterministic chains.
|
| 625 |
+
|
| 626 |
+
**Predictability**
|
| 627 |
+
> *Definition:* Derived metric: (1 - normalized_entropy) × 100%. Indicates how deterministic the model's predictions are.
|
| 628 |
+
>
|
| 629 |
+
> *Intuition:* 100% predictability means the next word is always certain; 0% means completely random. Real text falls between these extremes.
|
| 630 |
+
>
|
| 631 |
+
> *What to seek:* Higher predictability for text generation quality, but too high (>98%) may produce repetitive output.
|
| 632 |
+
|
| 633 |
+
### Vocabulary & Zipf's Law Metrics
|
| 634 |
+
|
| 635 |
+
**Zipf's Coefficient**
|
| 636 |
+
> *Definition:* The slope of the log-log plot of word frequency vs. rank. Zipf's law predicts this should be approximately -1.
|
| 637 |
+
>
|
| 638 |
+
> *Intuition:* A coefficient near -1 indicates the corpus follows natural language patterns where a few words are very common and most words are rare.
|
| 639 |
+
>
|
| 640 |
+
> *What to seek:* Values between -0.8 and -1.2 indicate healthy natural language distribution. Deviations may suggest domain-specific or artificial text.
|
| 641 |
+
|
| 642 |
+
**R² (Coefficient of Determination)**
|
| 643 |
+
> *Definition:* Measures how well the linear fit explains the frequency-rank relationship. Ranges from 0 to 1.
|
| 644 |
+
>
|
| 645 |
+
> *Intuition:* R² near 1.0 means the data closely follows Zipf's law; lower values indicate deviation from expected word frequency patterns.
|
| 646 |
+
>
|
| 647 |
+
> *What to seek:* R² > 0.95 is excellent; > 0.99 indicates near-perfect Zipf adherence typical of large natural corpora.
|
| 648 |
+
|
| 649 |
+
**Vocabulary Coverage**
|
| 650 |
+
> *Definition:* Cumulative percentage of corpus tokens accounted for by the top N words.
|
| 651 |
+
>
|
| 652 |
+
> *Intuition:* Shows how concentrated word usage is. If top-100 words cover 50% of text, the corpus relies heavily on common words.
|
| 653 |
+
>
|
| 654 |
+
> *What to seek:* Top-100 covering 30-50% is typical. Higher coverage indicates more repetitive text; lower suggests richer vocabulary.
|
| 655 |
+
|
| 656 |
+
### Word Embedding Metrics
|
| 657 |
+
|
| 658 |
+
**Isotropy**
|
| 659 |
+
> *Definition:* Measures how uniformly distributed vectors are in the embedding space. Computed as the ratio of minimum to maximum singular values.
|
| 660 |
+
>
|
| 661 |
+
> *Intuition:* High isotropy (near 1.0) means vectors spread evenly in all directions; low isotropy means vectors cluster in certain directions, reducing expressiveness.
|
| 662 |
+
>
|
| 663 |
+
> *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.
|
| 664 |
+
|
| 665 |
+
**Average Norm**
|
| 666 |
+
> *Definition:* Mean magnitude (L2 norm) of word vectors in the embedding space.
|
| 667 |
+
>
|
| 668 |
+
> *Intuition:* Indicates the typical "length" of vectors. Consistent norms suggest stable training; high variance may indicate some words are undertrained.
|
| 669 |
+
>
|
| 670 |
+
> *What to seek:* Relatively consistent norms across models. The absolute value matters less than consistency (low std deviation).
|
| 671 |
+
|
| 672 |
+
**Cosine Similarity**
|
| 673 |
+
> *Definition:* Measures angular similarity between vectors, ranging from -1 (opposite) to 1 (identical direction).
|
| 674 |
+
>
|
| 675 |
+
> *Intuition:* Words with similar meanings should have high cosine similarity. This is the standard metric for semantic relatedness in embeddings.
|
| 676 |
+
>
|
| 677 |
+
> *What to seek:* Semantically related words should score > 0.5; unrelated words should be near 0. Synonyms often score > 0.7.
|
| 678 |
+
|
| 679 |
+
**t-SNE Visualization**
|
| 680 |
+
> *Definition:* t-Distributed Stochastic Neighbor Embedding - a dimensionality reduction technique that preserves local structure for visualization.
|
| 681 |
+
>
|
| 682 |
+
> *Intuition:* Clusters in t-SNE plots indicate groups of semantically related words. Spread indicates vocabulary diversity; tight clusters suggest semantic coherence.
|
| 683 |
+
>
|
| 684 |
+
> *What to seek:* Meaningful clusters (e.g., numbers together, verbs together). Avoid over-interpreting distances - t-SNE preserves local, not global, structure.
|
| 685 |
+
|
| 686 |
+
### General Interpretation Guidelines
|
| 687 |
+
|
| 688 |
+
1. **Compare within model families:** Metrics are most meaningful when comparing models of the same type (e.g., 8k vs 64k tokenizer).
|
| 689 |
+
2. **Consider trade-offs:** Better performance on one metric often comes at the cost of another (e.g., compression vs. OOV rate).
|
| 690 |
+
3. **Context matters:** Optimal values depend on downstream tasks. Text generation may prioritize different metrics than classification.
|
| 691 |
+
4. **Corpus influence:** All metrics are influenced by corpus characteristics. Wikipedia text differs from social media or literature.
|
| 692 |
+
5. **Language-specific patterns:** Morphologically rich languages (like Arabic) may show different optimal ranges than analytic languages.
|
| 693 |
+
|
| 694 |
+
|
| 695 |
+
### Visualizations Index
|
| 696 |
+
|
| 697 |
+
| Visualization | Description |
|
| 698 |
+
|---------------|-------------|
|
| 699 |
+
| Tokenizer Compression | Compression ratios by vocabulary size |
|
| 700 |
+
| Tokenizer Fertility | Average token length by vocabulary |
|
| 701 |
+
| Tokenizer OOV | Unknown token rates |
|
| 702 |
+
| Tokenizer Total Tokens | Total tokens by vocabulary |
|
| 703 |
+
| N-gram Perplexity | Perplexity by n-gram size |
|
| 704 |
+
| N-gram Entropy | Entropy by n-gram size |
|
| 705 |
+
| N-gram Coverage | Top pattern coverage |
|
| 706 |
+
| N-gram Unique | Unique n-gram counts |
|
| 707 |
+
| Markov Entropy | Entropy by context size |
|
| 708 |
+
| Markov Branching | Branching factor by context |
|
| 709 |
+
| Markov Contexts | Unique context counts |
|
| 710 |
+
| Zipf's Law | Frequency-rank distribution with fit |
|
| 711 |
+
| Vocab Frequency | Word frequency distribution |
|
| 712 |
+
| Top 20 Words | Most frequent words |
|
| 713 |
+
| Vocab Coverage | Cumulative coverage curve |
|
| 714 |
+
| Embedding Isotropy | Vector space uniformity |
|
| 715 |
+
| Embedding Norms | Vector magnitude distribution |
|
| 716 |
+
| Embedding Similarity | Word similarity heatmap |
|
| 717 |
+
| Nearest Neighbors | Similar words for key terms |
|
| 718 |
+
| t-SNE Words | 2D word embedding visualization |
|
| 719 |
+
| t-SNE Sentences | 2D sentence embedding visualization |
|
| 720 |
+
| Position Encoding | Encoding method comparison |
|
| 721 |
+
| Model Sizes | Storage requirements |
|
| 722 |
+
| Performance Dashboard | Comprehensive performance overview |
|
| 723 |
+
|
| 724 |
+
---
|
| 725 |
+
## About This Project
|
| 726 |
+
|
| 727 |
+
### Data Source
|
| 728 |
+
|
| 729 |
+
Models trained on [wikipedia-monthly](https://huggingface.co/datasets/omarkamali/wikipedia-monthly) - a monthly snapshot of Wikipedia articles across 300+ languages.
|
| 730 |
+
|
| 731 |
+
### Project
|
| 732 |
+
|
| 733 |
+
A project by **[Wikilangs](https://wikilangs.org)** - Open-source NLP models for every Wikipedia language.
|
| 734 |
+
|
| 735 |
+
### Maintainer
|
| 736 |
+
|
| 737 |
+
[Omar Kamali](https://omarkamali.com) - [Omneity Labs](https://omneitylabs.com)
|
| 738 |
+
|
| 739 |
+
### Citation
|
| 740 |
+
|
| 741 |
+
If you use these models in your research, please cite:
|
| 742 |
+
|
| 743 |
+
```bibtex
|
| 744 |
+
@misc{wikilangs2025,
|
| 745 |
+
author = {Kamali, Omar},
|
| 746 |
+
title = {Wikilangs: Open NLP Models for Wikipedia Languages},
|
| 747 |
+
year = {2025},
|
| 748 |
+
doi = {10.5281/zenodo.18073153},
|
| 749 |
+
publisher = {Zenodo},
|
| 750 |
+
url = {https://huggingface.co/wikilangs}
|
| 751 |
+
institution = {Omneity Labs}
|
| 752 |
+
}
|
| 753 |
+
```
|
| 754 |
+
|
| 755 |
+
### License
|
| 756 |
+
|
| 757 |
+
MIT License - Free for academic and commercial use.
|
| 758 |
+
|
| 759 |
+
### Links
|
| 760 |
+
|
| 761 |
+
- 🌐 Website: [wikilangs.org](https://wikilangs.org)
|
| 762 |
+
- 🤗 Models: [huggingface.co/wikilangs](https://huggingface.co/wikilangs)
|
| 763 |
+
- 📊 Data: [wikipedia-monthly](https://huggingface.co/datasets/omarkamali/wikipedia-monthly)
|
| 764 |
+
- 👤 Author: [Omar Kamali](https://huggingface.co/omarkamali)
|
| 765 |
+
- 🤝 Sponsor: [Featherless AI](https://featherless.ai)
|
| 766 |
+
---
|
| 767 |
+
*Generated by Wikilangs Models Pipeline*
|
| 768 |
+
|
| 769 |
+
*Report Date: 2026-01-10 07:31:40*
|
kg_morph_tokenizer.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
models/embeddings/aligned/kg_128d.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:964d24df207bcdedb102980ae17bd8f5a0945b7a92f401fadc8dd981b71bea37
|
| 3 |
+
size 1026741534
|
models/embeddings/aligned/kg_128d.meta.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"lang": "kg", "dim": 128, "max_seq_len": 512, "is_aligned": true}
|
models/embeddings/aligned/kg_128d.projection.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:655a3eb18686539996c788b486155c5d38af2d33871850271f31bccd2cd7569a
|
| 3 |
+
size 65664
|
models/embeddings/aligned/kg_128d_metadata.json
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"language": "kg",
|
| 3 |
+
"dimension": 128,
|
| 4 |
+
"version": "aligned",
|
| 5 |
+
"hub_language": "en",
|
| 6 |
+
"seed_vocab_size": 926,
|
| 7 |
+
"vocab_size": 2635
|
| 8 |
+
}
|
models/embeddings/aligned/kg_32d.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:555b0a8b4840504f949b6c25c1451ad8e420177e14b15effda757decf097221d
|
| 3 |
+
size 256717854
|
models/embeddings/aligned/kg_32d.meta.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"lang": "kg", "dim": 32, "max_seq_len": 512, "is_aligned": true}
|
models/embeddings/aligned/kg_32d.projection.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6017f34da81c8dc9e9acd82ae3910d9071ff986480a3faf204382edc96131c81
|
| 3 |
+
size 4224
|
models/embeddings/aligned/kg_32d_metadata.json
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"language": "kg",
|
| 3 |
+
"dimension": 32,
|
| 4 |
+
"version": "aligned",
|
| 5 |
+
"hub_language": "en",
|
| 6 |
+
"seed_vocab_size": 926,
|
| 7 |
+
"vocab_size": 2635
|
| 8 |
+
}
|
models/embeddings/aligned/kg_64d.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4ebb828e5624223e33fa30a8429d6fbfddded3c98f1e9b5c999a5cfdd044b1ee
|
| 3 |
+
size 513392414
|
models/embeddings/aligned/kg_64d.meta.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"lang": "kg", "dim": 64, "max_seq_len": 512, "is_aligned": true}
|
models/embeddings/aligned/kg_64d.projection.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2f04d5f7df4f5a2c28f0140687e5232c6728374f86026615f1fcc9ab077d77ce
|
| 3 |
+
size 16512
|
models/embeddings/aligned/kg_64d_metadata.json
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"language": "kg",
|
| 3 |
+
"dimension": 64,
|
| 4 |
+
"version": "aligned",
|
| 5 |
+
"hub_language": "en",
|
| 6 |
+
"seed_vocab_size": 926,
|
| 7 |
+
"vocab_size": 2635
|
| 8 |
+
}
|
models/embeddings/monolingual/kg_128d.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:964d24df207bcdedb102980ae17bd8f5a0945b7a92f401fadc8dd981b71bea37
|
| 3 |
+
size 1026741534
|
models/embeddings/monolingual/kg_128d.meta.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"lang": "kg", "dim": 128, "max_seq_len": 512, "is_aligned": false}
|
models/embeddings/monolingual/kg_128d_metadata.json
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"language": "kg",
|
| 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": 2635
|
| 16 |
+
}
|
models/embeddings/monolingual/kg_32d.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:555b0a8b4840504f949b6c25c1451ad8e420177e14b15effda757decf097221d
|
| 3 |
+
size 256717854
|
models/embeddings/monolingual/kg_32d.meta.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"lang": "kg", "dim": 32, "max_seq_len": 512, "is_aligned": false}
|
models/embeddings/monolingual/kg_32d_metadata.json
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"language": "kg",
|
| 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": 2635
|
| 16 |
+
}
|
models/embeddings/monolingual/kg_64d.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4ebb828e5624223e33fa30a8429d6fbfddded3c98f1e9b5c999a5cfdd044b1ee
|
| 3 |
+
size 513392414
|
models/embeddings/monolingual/kg_64d.meta.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"lang": "kg", "dim": 64, "max_seq_len": 512, "is_aligned": false}
|
models/embeddings/monolingual/kg_64d_metadata.json
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"language": "kg",
|
| 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": 2635
|
| 16 |
+
}
|
models/subword_markov/kg_markov_ctx1_subword.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bf5834e51ee9f0e308a75708d814d8250b95b48df9c9c5294cdf5d2683d88255
|
| 3 |
+
size 28296
|
models/subword_markov/kg_markov_ctx1_subword_metadata.json
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"context_size": 1,
|
| 3 |
+
"variant": "subword",
|
| 4 |
+
"language": "kg",
|
| 5 |
+
"unique_contexts": 367,
|
| 6 |
+
"total_transitions": 888208
|
| 7 |
+
}
|
models/subword_markov/kg_markov_ctx2_subword.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2629cbf6edf89fbbc99052b6d1868e1f1ce4ffd2951a81b80208d7012a38556a
|
| 3 |
+
size 126782
|
models/subword_markov/kg_markov_ctx2_subword_metadata.json
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"context_size": 2,
|
| 3 |
+
"variant": "subword",
|
| 4 |
+
"language": "kg",
|
| 5 |
+
"unique_contexts": 3158,
|
| 6 |
+
"total_transitions": 886936
|
| 7 |
+
}
|
models/subword_markov/kg_markov_ctx3_subword.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d18b27ddd37c88c718d0fbbf9517156cc5500fee33a9985189c1db1609da1026
|
| 3 |
+
size 392542
|
models/subword_markov/kg_markov_ctx3_subword_metadata.json
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"context_size": 3,
|
| 3 |
+
"variant": "subword",
|
| 4 |
+
"language": "kg",
|
| 5 |
+
"unique_contexts": 16384,
|
| 6 |
+
"total_transitions": 885664
|
| 7 |
+
}
|
models/subword_markov/kg_markov_ctx4_subword.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c960f26fe557867a3fb9c6e22b97962455f32b0ea0e1be9be26b09f8eb92b70c
|
| 3 |
+
size 918000
|
models/subword_markov/kg_markov_ctx4_subword_metadata.json
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"context_size": 4,
|
| 3 |
+
"variant": "subword",
|
| 4 |
+
"language": "kg",
|
| 5 |
+
"unique_contexts": 52366,
|
| 6 |
+
"total_transitions": 884392
|
| 7 |
+
}
|
models/subword_ngram/kg_2gram_subword.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:85dd77e3340a7a3068d63e01954c8ed90b412a26b9fddb0cfd7a77a0f81db4c7
|
| 3 |
+
size 18878
|
models/subword_ngram/kg_2gram_subword_metadata.json
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"n": 2,
|
| 3 |
+
"variant": "subword",
|
| 4 |
+
"language": "kg",
|
| 5 |
+
"unique_ngrams": 1390,
|
| 6 |
+
"total_ngrams": 888208
|
| 7 |
+
}
|
models/subword_ngram/kg_3gram_subword.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1b40263c6236c2a88e572ccb7ca125026887c98c3fac3ca4d9af0da96b809a93
|
| 3 |
+
size 91915
|
models/subword_ngram/kg_3gram_subword_metadata.json
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"n": 3,
|
| 3 |
+
"variant": "subword",
|
| 4 |
+
"language": "kg",
|
| 5 |
+
"unique_ngrams": 8160,
|
| 6 |
+
"total_ngrams": 886936
|
| 7 |
+
}
|
models/subword_ngram/kg_4gram_subword.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:91f39eb80efacd67fdb9f5ad330b141c8c436e2a46e664797a006ffeb906ea45
|
| 3 |
+
size 342115
|
models/subword_ngram/kg_4gram_subword_metadata.json
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"n": 4,
|
| 3 |
+
"variant": "subword",
|
| 4 |
+
"language": "kg",
|
| 5 |
+
"unique_ngrams": 28230,
|
| 6 |
+
"total_ngrams": 885664
|
| 7 |
+
}
|
models/subword_ngram/kg_5gram_subword.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5fbe5fad5165001fdf1692d2bff2310a52861dad6b5782fff4334b22ba1530fd
|
| 3 |
+
size 564389
|
models/subword_ngram/kg_5gram_subword_metadata.json
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"n": 5,
|
| 3 |
+
"variant": "subword",
|
| 4 |
+
"language": "kg",
|
| 5 |
+
"unique_ngrams": 46201,
|
| 6 |
+
"total_ngrams": 884392
|
| 7 |
+
}
|
models/tokenizer/kg_tokenizer_16k.model
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9f5c14df52aec06d8fe9dee53bb70010b1c7451d13c3eaa4092b9342417f8bd2
|
| 3 |
+
size 509242
|
models/tokenizer/kg_tokenizer_16k.vocab
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
models/tokenizer/kg_tokenizer_32k.model
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:42e2badc91e63e3fb6bc61eb0e2b30fe7307a320570dea9ae2a5dcc84e0535eb
|
| 3 |
+
size 754617
|
models/tokenizer/kg_tokenizer_32k.vocab
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
models/tokenizer/kg_tokenizer_8k.model
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bc637d19afe3bb94a6f1a5db4030edfcce302cd7dcdfb3bd2f34d1239a7f9f7d
|
| 3 |
+
size 371782
|
models/tokenizer/kg_tokenizer_8k.vocab
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
models/vocabulary/kg_vocabulary.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:db645b3213e1367b81e5c15b2c638e1f4a85e56e727096292c217235833f4390
|
| 3 |
+
size 97794
|
models/vocabulary/kg_vocabulary_metadata.json
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"language": "kg",
|
| 3 |
+
"vocabulary_size": 6048,
|
| 4 |
+
"variant": "full",
|
| 5 |
+
"statistics": {
|
| 6 |
+
"type_token_ratio": 0.09009456158105417,
|
| 7 |
+
"coverage": {
|
| 8 |
+
"top_100": 0.5612780961343844,
|
| 9 |
+
"top_1000": 0.8155694644088773,
|
| 10 |
+
"top_5000": 0.9353796966552145,
|
| 11 |
+
"top_10000": 0.974364593875091
|
| 12 |
+
},
|
| 13 |
+
"hapax_count": 7929,
|
| 14 |
+
"hapax_ratio": 0.5672891178364456,
|
| 15 |
+
"total_documents": 1272
|
| 16 |
+
}
|
| 17 |
+
}
|
models/word_markov/kg_markov_ctx1_word.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:911741b002a66c41a40c10fc61466ed16e99608780441899b2314a3736aaceff
|
| 3 |
+
size 441382
|
models/word_markov/kg_markov_ctx1_word_metadata.json
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"context_size": 1,
|
| 3 |
+
"variant": "word",
|
| 4 |
+
"language": "kg",
|
| 5 |
+
"unique_contexts": 13889,
|
| 6 |
+
"total_transitions": 153865
|
| 7 |
+
}
|