Upload all models and assets for mi (latest)
Browse filesThis view is limited to 50 files because it contains too many changes.
See raw diff
- .gitattributes +7 -0
- README.md +775 -0
- mi_morph_tokenizer.json +0 -0
- models/embeddings/aligned/mi_128d.bin +3 -0
- models/embeddings/aligned/mi_128d.meta.json +1 -0
- models/embeddings/aligned/mi_128d.projection.npy +3 -0
- models/embeddings/aligned/mi_128d_metadata.json +8 -0
- models/embeddings/aligned/mi_32d.bin +3 -0
- models/embeddings/aligned/mi_32d.meta.json +1 -0
- models/embeddings/aligned/mi_32d.projection.npy +3 -0
- models/embeddings/aligned/mi_32d_metadata.json +8 -0
- models/embeddings/aligned/mi_64d.bin +3 -0
- models/embeddings/aligned/mi_64d.meta.json +1 -0
- models/embeddings/aligned/mi_64d.projection.npy +3 -0
- models/embeddings/aligned/mi_64d_metadata.json +8 -0
- models/embeddings/monolingual/mi_128d.bin +3 -0
- models/embeddings/monolingual/mi_128d.meta.json +1 -0
- models/embeddings/monolingual/mi_128d_metadata.json +16 -0
- models/embeddings/monolingual/mi_32d.bin +3 -0
- models/embeddings/monolingual/mi_32d.meta.json +1 -0
- models/embeddings/monolingual/mi_32d_metadata.json +16 -0
- models/embeddings/monolingual/mi_64d.bin +3 -0
- models/embeddings/monolingual/mi_64d.meta.json +1 -0
- models/embeddings/monolingual/mi_64d_metadata.json +16 -0
- models/subword_markov/mi_markov_ctx1_subword.parquet +3 -0
- models/subword_markov/mi_markov_ctx1_subword_metadata.json +7 -0
- models/subword_markov/mi_markov_ctx2_subword.parquet +3 -0
- models/subword_markov/mi_markov_ctx2_subword_metadata.json +7 -0
- models/subword_markov/mi_markov_ctx3_subword.parquet +3 -0
- models/subword_markov/mi_markov_ctx3_subword_metadata.json +7 -0
- models/subword_markov/mi_markov_ctx4_subword.parquet +3 -0
- models/subword_markov/mi_markov_ctx4_subword_metadata.json +7 -0
- models/subword_ngram/mi_2gram_subword.parquet +3 -0
- models/subword_ngram/mi_2gram_subword_metadata.json +7 -0
- models/subword_ngram/mi_3gram_subword.parquet +3 -0
- models/subword_ngram/mi_3gram_subword_metadata.json +7 -0
- models/subword_ngram/mi_4gram_subword.parquet +3 -0
- models/subword_ngram/mi_4gram_subword_metadata.json +7 -0
- models/subword_ngram/mi_5gram_subword.parquet +3 -0
- models/subword_ngram/mi_5gram_subword_metadata.json +7 -0
- models/tokenizer/mi_tokenizer_16k.model +3 -0
- models/tokenizer/mi_tokenizer_16k.vocab +0 -0
- models/tokenizer/mi_tokenizer_32k.model +3 -0
- models/tokenizer/mi_tokenizer_32k.vocab +0 -0
- models/tokenizer/mi_tokenizer_64k.model +3 -0
- models/tokenizer/mi_tokenizer_64k.vocab +0 -0
- models/tokenizer/mi_tokenizer_8k.model +3 -0
- models/tokenizer/mi_tokenizer_8k.vocab +0 -0
- models/vocabulary/mi_vocabulary.parquet +3 -0
- models/vocabulary/mi_vocabulary_metadata.json +17 -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,775 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language: mi
|
| 3 |
+
language_name: Māori
|
| 4 |
+
language_family: austronesian_polynesian
|
| 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-austronesian_polynesian
|
| 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: 3.987
|
| 37 |
+
- name: best_isotropy
|
| 38 |
+
type: isotropy
|
| 39 |
+
value: 0.5498
|
| 40 |
+
- name: vocabulary_size
|
| 41 |
+
type: vocab
|
| 42 |
+
value: 0
|
| 43 |
+
generated: 2026-01-10
|
| 44 |
+
---
|
| 45 |
+
|
| 46 |
+
# Māori - Wikilangs Models
|
| 47 |
+
## Comprehensive Research Report & Full Ablation Study
|
| 48 |
+
|
| 49 |
+
This repository contains NLP models trained and evaluated by Wikilangs, specifically on **Māori** 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.637x | 3.64 | 0.0513% | 150,109 |
|
| 94 |
+
| **16k** | 3.798x | 3.81 | 0.0536% | 143,743 |
|
| 95 |
+
| **32k** | 3.931x | 3.94 | 0.0554% | 138,904 |
|
| 96 |
+
| **64k** | 3.987x 🏆 | 3.99 | 0.0562% | 136,949 |
|
| 97 |
+
|
| 98 |
+
### Tokenization Examples
|
| 99 |
+
|
| 100 |
+
Below are sample sentences tokenized with each vocabulary size:
|
| 101 |
+
|
| 102 |
+
**Sample 1:** `Ko Tūnihia (reo Ārapi: الجمهورية التونسية, al-Jumhūrīyah at-Tūnisīyah) he whenua...`
|
| 103 |
+
|
| 104 |
+
| Vocab | Tokens | Count |
|
| 105 |
+
|-------|--------|-------|
|
| 106 |
+
| 8k | `▁ko ▁tū nihia ▁( reo ▁ārapi : ▁ال ج م ... (+45 more)` | 55 |
|
| 107 |
+
| 16k | `▁ko ▁tūnihia ▁( reo ▁ārapi : ▁ال ج مهورية ▁ال ... (+39 more)` | 49 |
|
| 108 |
+
| 32k | `▁ko ▁tūnihia ▁( reo ▁ārapi : ▁الجمهورية ▁التونسية , ▁al ... (+27 more)` | 37 |
|
| 109 |
+
| 64k | `▁ko ▁tūnihia ▁( reo ▁ārapi : ▁الجمهورية ▁التونسية , ▁al ... (+27 more)` | 37 |
|
| 110 |
+
|
| 111 |
+
**Sample 2:** `Ko Kōkiri Ahitereiria Ataahua () te waiata a whenua mo Ahitereiria.`
|
| 112 |
+
|
| 113 |
+
| Vocab | Tokens | Count |
|
| 114 |
+
|-------|--------|-------|
|
| 115 |
+
| 8k | `▁ko ▁kōkiri ▁ahitereiria ▁ata ahua ▁() ▁te ▁waiata ▁a ▁whenua ... (+3 more)` | 13 |
|
| 116 |
+
| 16k | `▁ko ▁kōkiri ▁ahitereiria ▁ataahua ▁() ▁te ▁waiata ▁a ▁whenua ▁mo ... (+2 more)` | 12 |
|
| 117 |
+
| 32k | `▁ko ▁kōkiri ▁ahitereiria ▁ataahua ▁() ▁te ▁waiata ▁a ▁whenua ▁mo ... (+2 more)` | 12 |
|
| 118 |
+
| 64k | `▁ko ▁kōkiri ▁ahitereiria ▁ataahua ▁() ▁te ▁waiata ▁a ▁whenua ▁mo ... (+2 more)` | 12 |
|
| 119 |
+
|
| 120 |
+
**Sample 3:** `Ko Kiri Te Kanawa he kaiwaiata rongonui nō Aotearoa.`
|
| 121 |
+
|
| 122 |
+
| Vocab | Tokens | Count |
|
| 123 |
+
|-------|--------|-------|
|
| 124 |
+
| 8k | `▁ko ▁kiri ▁te ▁kana wa ▁he ▁kaiwaiata ▁rongonui ▁nō ▁aotearoa ... (+1 more)` | 11 |
|
| 125 |
+
| 16k | `▁ko ▁kiri ▁te ▁kanawa ▁he ▁kaiwaiata ▁rongonui ▁nō ▁aotearoa .` | 10 |
|
| 126 |
+
| 32k | `▁ko ▁kiri ▁te ▁kanawa ▁he ▁kaiwaiata ▁rongonui ▁nō ▁aotearoa .` | 10 |
|
| 127 |
+
| 64k | `▁ko ▁kiri ▁te ▁kanawa ▁he ▁kaiwaiata ▁rongonui ▁nō ▁aotearoa .` | 10 |
|
| 128 |
+
|
| 129 |
+
|
| 130 |
+
### Key Findings
|
| 131 |
+
|
| 132 |
+
- **Best Compression:** 64k achieves 3.987x compression
|
| 133 |
+
- **Lowest UNK Rate:** 8k with 0.0513% 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 | 705 | 9.46 | 6,245 | 49.9% | 87.5% |
|
| 151 |
+
| **2-gram** | Subword | 171 🏆 | 7.42 | 2,075 | 79.6% | 99.6% |
|
| 152 |
+
| **3-gram** | Word | 1,013 | 9.98 | 9,926 | 41.4% | 85.1% |
|
| 153 |
+
| **3-gram** | Subword | 945 | 9.88 | 12,961 | 39.4% | 88.7% |
|
| 154 |
+
| **4-gram** | Word | 1,172 | 10.19 | 16,021 | 40.6% | 83.8% |
|
| 155 |
+
| **4-gram** | Subword | 2,943 | 11.52 | 50,169 | 24.5% | 71.2% |
|
| 156 |
+
| **5-gram** | Word | 1,030 | 10.01 | 12,463 | 41.9% | 86.0% |
|
| 157 |
+
| **5-gram** | Subword | 5,494 | 12.42 | 88,213 | 18.8% | 62.1% |
|
| 158 |
+
|
| 159 |
+
### Top 5 N-grams by Size
|
| 160 |
+
|
| 161 |
+
**2-grams (Word):**
|
| 162 |
+
|
| 163 |
+
| Rank | N-gram | Count |
|
| 164 |
+
|------|--------|-------|
|
| 165 |
+
| 1 | `o te` | 12,376 |
|
| 166 |
+
| 2 | `ko te` | 7,593 |
|
| 167 |
+
| 3 | `i te` | 7,520 |
|
| 168 |
+
| 4 | `ki te` | 6,736 |
|
| 169 |
+
| 5 | `takiwā o` | 5,380 |
|
| 170 |
+
|
| 171 |
+
**3-grams (Word):**
|
| 172 |
+
|
| 173 |
+
| Rank | N-gram | Count |
|
| 174 |
+
|------|--------|-------|
|
| 175 |
+
| 1 | `toitū te whenua` | 4,800 |
|
| 176 |
+
| 2 | `kite i te` | 3,310 |
|
| 177 |
+
| 3 | `he mea kite` | 3,304 |
|
| 178 |
+
| 4 | `mea kite i` | 3,304 |
|
| 179 |
+
| 5 | `new zealand he` | 3,271 |
|
| 180 |
+
|
| 181 |
+
**4-grams (Word):**
|
| 182 |
+
|
| 183 |
+
| Rank | N-gram | Count |
|
| 184 |
+
|------|--------|-------|
|
| 185 |
+
| 1 | `mea kite i te` | 3,304 |
|
| 186 |
+
| 2 | `he mea kite i` | 3,304 |
|
| 187 |
+
| 3 | `zealand he mea kite` | 3,271 |
|
| 188 |
+
| 4 | `new zealand he mea` | 3,271 |
|
| 189 |
+
| 5 | `toitū te whenua land` | 3,270 |
|
| 190 |
+
|
| 191 |
+
**5-grams (Word):**
|
| 192 |
+
|
| 193 |
+
| Rank | N-gram | Count |
|
| 194 |
+
|------|--------|-------|
|
| 195 |
+
| 1 | `he mea kite i te` | 3,304 |
|
| 196 |
+
| 2 | `zealand he mea kite i` | 3,271 |
|
| 197 |
+
| 3 | `new zealand he mea kite` | 3,271 |
|
| 198 |
+
| 4 | `toitū te whenua land information` | 3,270 |
|
| 199 |
+
| 5 | `land information new zealand he` | 3,270 |
|
| 200 |
+
|
| 201 |
+
**2-grams (Subword):**
|
| 202 |
+
|
| 203 |
+
| Rank | N-gram | Count |
|
| 204 |
+
|------|--------|-------|
|
| 205 |
+
| 1 | `_ t` | 130,423 |
|
| 206 |
+
| 2 | `e _` | 120,072 |
|
| 207 |
+
| 3 | `i _` | 95,061 |
|
| 208 |
+
| 4 | `a _` | 80,419 |
|
| 209 |
+
| 5 | `t e` | 80,353 |
|
| 210 |
+
|
| 211 |
+
**3-grams (Subword):**
|
| 212 |
+
|
| 213 |
+
| Rank | N-gram | Count |
|
| 214 |
+
|------|--------|-------|
|
| 215 |
+
| 1 | `t e _` | 67,768 |
|
| 216 |
+
| 2 | `_ t e` | 62,829 |
|
| 217 |
+
| 3 | `_ o _` | 33,303 |
|
| 218 |
+
| 4 | `i _ t` | 32,362 |
|
| 219 |
+
| 5 | `e _ t` | 32,097 |
|
| 220 |
+
|
| 221 |
+
**4-grams (Subword):**
|
| 222 |
+
|
| 223 |
+
| Rank | N-gram | Count |
|
| 224 |
+
|------|--------|-------|
|
| 225 |
+
| 1 | `_ t e _` | 61,846 |
|
| 226 |
+
| 2 | `i _ t e` | 21,978 |
|
| 227 |
+
| 3 | `o _ t e` | 20,819 |
|
| 228 |
+
| 4 | `t e _ t` | 18,461 |
|
| 229 |
+
| 5 | `_ h e _` | 17,269 |
|
| 230 |
+
|
| 231 |
+
**5-grams (Subword):**
|
| 232 |
+
|
| 233 |
+
| Rank | N-gram | Count |
|
| 234 |
+
|------|--------|-------|
|
| 235 |
+
| 1 | `i _ t e _` | 21,833 |
|
| 236 |
+
| 2 | `o _ t e _` | 20,672 |
|
| 237 |
+
| 3 | `_ t e _ t` | 17,983 |
|
| 238 |
+
| 4 | `t e _ t a` | 12,754 |
|
| 239 |
+
| 5 | `_ o _ t e` | 12,383 |
|
| 240 |
+
|
| 241 |
+
|
| 242 |
+
### Key Findings
|
| 243 |
+
|
| 244 |
+
- **Best Perplexity:** 2-gram (subword) with 171
|
| 245 |
+
- **Entropy Trend:** Decreases with larger n-grams (more predictable)
|
| 246 |
+
- **Coverage:** Top-1000 patterns cover ~62% 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.6767 | 1.598 | 3.84 | 28,167 | 32.3% |
|
| 263 |
+
| **1** | Subword | 0.9035 | 1.871 | 6.22 | 1,068 | 9.6% |
|
| 264 |
+
| **2** | Word | 0.2309 | 1.174 | 1.56 | 107,287 | 76.9% |
|
| 265 |
+
| **2** | Subword | 0.7978 | 1.738 | 4.37 | 6,632 | 20.2% |
|
| 266 |
+
| **3** | Word | 0.1002 | 1.072 | 1.19 | 166,148 | 90.0% |
|
| 267 |
+
| **3** | Subword | 0.7225 | 1.650 | 3.30 | 28,939 | 27.7% |
|
| 268 |
+
| **4** | Word | 0.0444 🏆 | 1.031 | 1.08 | 195,678 | 95.6% |
|
| 269 |
+
| **4** | Subword | 0.5194 | 1.433 | 2.19 | 95,255 | 48.1% |
|
| 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. `te haina here turi te ope hōia ka puta ai ki toitū te kaihautū whenua he`
|
| 278 |
+
2. `o te he rite tēnei mō te takiwā ēnei whare matā pākawa pungatara s g ghost`
|
| 279 |
+
3. `ko ngā rā tonu te reo pākehā kaihautū whenua e ai ki ā nuku whiringa ā`
|
| 280 |
+
|
| 281 |
+
**Context Size 2:**
|
| 282 |
+
|
| 283 |
+
1. `o te awa garonne ko bordeaux reo wīwī bordeaux bɔʁdo reo occitan vairas te tāone nui tirohia`
|
| 284 |
+
2. `ko te he tau o te wai pounamu ko ōtepoti te tāone matua o aotearoa brainyhistory 999`
|
| 285 |
+
3. `i te reo pākehā he wāhi nohoia e te tangata engari kāore anō kia tae te nui`
|
| 286 |
+
|
| 287 |
+
**Context Size 3:**
|
| 288 |
+
|
| 289 |
+
1. `toitū te whenua he nohanga he locality rānei ki te reo pākehā he wāhi nohoia e te tangata`
|
| 290 |
+
2. `kite i te o waitaha`
|
| 291 |
+
3. `he mea kite i te o waikato en list of sgt frog characters garuru platoon ja ガルル小隊 プルル看護長`
|
| 292 |
+
|
| 293 |
+
**Context Size 4:**
|
| 294 |
+
|
| 295 |
+
1. `he mea kite i te o te moana a toi he takiwā o aotearoa kei te ika a māui`
|
| 296 |
+
2. `mea kite i te o te whanga nui a tara smith s p history and traditions of the maoris`
|
| 297 |
+
3. `new zealand he mea kite i te o te tai poutini kei te uru o te wai pounamu ko`
|
| 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. `_hanohonuhiai_tu`
|
| 307 |
+
2. `a_he_ke_i_bo_the`
|
| 308 |
+
3. `i_in_mat,_o_a_ia`
|
| 309 |
+
|
| 310 |
+
**Context Size 2:**
|
| 311 |
+
|
| 312 |
+
1. `_tionei._torahing`
|
| 313 |
+
2. `e_whi_whitū_tāorm`
|
| 314 |
+
3. `i_aotu_whe_wi_he_`
|
| 315 |
+
|
| 316 |
+
**Context Size 3:**
|
| 317 |
+
|
| 318 |
+
1. `te_paenga_o_ngā_pu`
|
| 319 |
+
2. `_te_“matahi_i_ki_a`
|
| 320 |
+
3. `_o_tāone_tāone_noh`
|
| 321 |
+
|
| 322 |
+
**Context Size 4:**
|
| 323 |
+
|
| 324 |
+
1. `_te_reo_huru_whirin`
|
| 325 |
+
2. `i_te_ai_i_te_tokera`
|
| 326 |
+
3. `o_te_papaki_te_rohe`
|
| 327 |
+
|
| 328 |
+
|
| 329 |
+
### Key Findings
|
| 330 |
+
|
| 331 |
+
- **Best Predictability:** Context-4 (word) with 95.6% predictability
|
| 332 |
+
- **Branching Factor:** Decreases with context size (more deterministic)
|
| 333 |
+
- **Memory Trade-off:** Larger contexts require more storage (95,255 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 | 11,670 |
|
| 350 |
+
| Total Tokens | 572,993 |
|
| 351 |
+
| Mean Frequency | 49.10 |
|
| 352 |
+
| Median Frequency | 3 |
|
| 353 |
+
| Frequency Std Dev | 801.57 |
|
| 354 |
+
|
| 355 |
+
### Most Common Words
|
| 356 |
+
|
| 357 |
+
| Rank | Word | Frequency |
|
| 358 |
+
|------|------|-----------|
|
| 359 |
+
| 1 | te | 64,133 |
|
| 360 |
+
| 2 | o | 34,097 |
|
| 361 |
+
| 3 | ko | 21,829 |
|
| 362 |
+
| 4 | he | 18,921 |
|
| 363 |
+
| 5 | i | 16,028 |
|
| 364 |
+
| 6 | ki | 12,979 |
|
| 365 |
+
| 7 | ngā | 9,360 |
|
| 366 |
+
| 8 | e | 9,113 |
|
| 367 |
+
| 9 | whenua | 8,565 |
|
| 368 |
+
| 10 | a | 8,027 |
|
| 369 |
+
|
| 370 |
+
### Least Common Words (from vocabulary)
|
| 371 |
+
|
| 372 |
+
| Rank | Word | Frequency |
|
| 373 |
+
|------|------|-----------|
|
| 374 |
+
| 1 | kaitono | 2 |
|
| 375 |
+
| 2 | dansk | 2 |
|
| 376 |
+
| 3 | ˈtænˀsk | 2 |
|
| 377 |
+
| 4 | tenemākareo | 2 |
|
| 378 |
+
| 5 | pākehāhej | 2 |
|
| 379 |
+
| 6 | fra | 2 |
|
| 380 |
+
| 7 | joāeyeshvad | 2 |
|
| 381 |
+
| 8 | hedder | 2 |
|
| 382 |
+
| 9 | lycopersicum | 2 |
|
| 383 |
+
| 10 | tomato | 2 |
|
| 384 |
+
|
| 385 |
+
### Zipf's Law Analysis
|
| 386 |
+
|
| 387 |
+
| Metric | Value |
|
| 388 |
+
|--------|-------|
|
| 389 |
+
| Zipf Coefficient | 1.2239 |
|
| 390 |
+
| R² (Goodness of Fit) | 0.987898 |
|
| 391 |
+
| Adherence Quality | **excellent** |
|
| 392 |
+
|
| 393 |
+
### Coverage Analysis
|
| 394 |
+
|
| 395 |
+
| Top N Words | Coverage |
|
| 396 |
+
|-------------|----------|
|
| 397 |
+
| Top 100 | 72.0% |
|
| 398 |
+
| Top 1,000 | 91.2% |
|
| 399 |
+
| Top 5,000 | 97.1% |
|
| 400 |
+
| Top 10,000 | 99.4% |
|
| 401 |
+
|
| 402 |
+
### Key Findings
|
| 403 |
+
|
| 404 |
+
- **Zipf Compliance:** R²=0.9879 indicates excellent adherence to Zipf's law
|
| 405 |
+
- **High Frequency Dominance:** Top 100 words cover 72.0% of corpus
|
| 406 |
+
- **Long Tail:** 1,670 words needed for remaining 0.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.5498 🏆 | 0.3626 | N/A | N/A |
|
| 432 |
+
| **mono_64d** | 64 | 0.1805 | 0.3661 | N/A | N/A |
|
| 433 |
+
| **mono_128d** | 128 | 0.0211 | 0.3761 | N/A | N/A |
|
| 434 |
+
| **aligned_32d** | 32 | 0.5498 | 0.3657 | 0.0260 | 0.1840 |
|
| 435 |
+
| **aligned_64d** | 64 | 0.1805 | 0.3550 | 0.0380 | 0.2240 |
|
| 436 |
+
| **aligned_128d** | 128 | 0.0211 | 0.3770 | 0.0480 | 0.2580 |
|
| 437 |
+
|
| 438 |
+
### Key Findings
|
| 439 |
+
|
| 440 |
+
- **Best Isotropy:** mono_32d with 0.5498 (more uniform distribution)
|
| 441 |
+
- **Semantic Density:** Average pairwise similarity of 0.3671. Lower values indicate better semantic separation.
|
| 442 |
+
- **Alignment Quality:** Aligned models achieve up to 4.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.386** | High formulaic/idiomatic 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 |
+
| `-t` | tupono, taputapuatea, taraire |
|
| 465 |
+
| `-p` | pupuhi, pekanga, patukirikiri |
|
| 466 |
+
| `-m` | microsoft, momona, metcalf |
|
| 467 |
+
| `-k` | kāreti, kairangahau, kakabai |
|
| 468 |
+
| `-ma` | mashhad, marge, manukorihi |
|
| 469 |
+
| `-h` | honiara, homai, hūtāne |
|
| 470 |
+
| `-a` | arapohue, ano, ahiahi |
|
| 471 |
+
| `-ta` | taputapuatea, taraire, taradale |
|
| 472 |
+
|
| 473 |
+
#### Productive Suffixes
|
| 474 |
+
| Suffix | Examples |
|
| 475 |
+
|--------|----------|
|
| 476 |
+
| `-a` | honiara, pekanga, complexa |
|
| 477 |
+
| `-i` | homai, pupuhi, kāreti |
|
| 478 |
+
| `-e` | shore, hūtāne, arapohue |
|
| 479 |
+
| `-ia` | whakatakotohia, whakatuwheratia, incisapaesia |
|
| 480 |
+
| `-s` | reunionnais, carpodetus, press |
|
| 481 |
+
| `-ga` | pekanga, pānuitanga, patunga |
|
| 482 |
+
| `-n` | levin, susan, princeton |
|
| 483 |
+
| `-o` | werokoko, ano, tupono |
|
| 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 |
+
| `inga` | 1.83x | 42 contexts | hinga, ringa, huinga |
|
| 492 |
+
| `angi` | 1.91x | 28 contexts | rangi, tangi, angitū |
|
| 493 |
+
| `whak` | 1.96x | 25 contexts | whaka, whakia, whakaū |
|
| 494 |
+
| `rang` | 1.56x | 58 contexts | range, rangi, ranga |
|
| 495 |
+
| `hang` | 1.83x | 28 contexts | hangā, hanga, hangai |
|
| 496 |
+
| `akat` | 2.00x | 20 contexts | akatea, whakatō, whakatū |
|
| 497 |
+
| `enga` | 1.71x | 34 contexts | henga, renga, awenga |
|
| 498 |
+
| `onga` | 1.84x | 24 contexts | longa, ponga, tonga |
|
| 499 |
+
| `aita` | 1.70x | 19 contexts | taita, vaita, whaita |
|
| 500 |
+
| `taut` | 1.78x | 14 contexts | tautau, tautoro, tautuhi |
|
| 501 |
+
| `ngat` | 1.50x | 19 contexts | ngati, ngata, ngatea |
|
| 502 |
+
| `whan` | 1.81x | 9 contexts | whano, whanga, whanau |
|
| 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 |
+
| `-t` | `-a` | 203 words | temuka, tākaka |
|
| 511 |
+
| `-p` | `-a` | 187 words | pūhonoiika, parawhenua |
|
| 512 |
+
| `-k` | `-a` | 158 words | kopinga, kētia |
|
| 513 |
+
| `-m` | `-a` | 123 words | maramara, mandiraja |
|
| 514 |
+
| `-h` | `-a` | 122 words | hōhipera, henga |
|
| 515 |
+
| `-t` | `-i` | 117 words | tāpoi, tuatini |
|
| 516 |
+
| `-r` | `-a` | 109 words | rubra, robusta |
|
| 517 |
+
| `-a` | `-a` | 93 words | ahumoana, akarana |
|
| 518 |
+
| `-k` | `-i` | 89 words | kuki, koheriki |
|
| 519 |
+
| `-m` | `-i` | 83 words | moanaui, mangaiti |
|
| 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 |
+
| waikāretu | **`wa-i-kāretu`** | 7.5 | `kāretu` |
|
| 528 |
+
| matapouri | **`ma-ta-pouri`** | 7.5 | `pouri` |
|
| 529 |
+
| whakaratohia | **`whakarato-hi-a`** | 7.5 | `hi` |
|
| 530 |
+
| tamarangi | **`ta-ma-rangi`** | 7.5 | `rangi` |
|
| 531 |
+
| ngātokowaru | **`ngātokow-a-ru`** | 7.5 | `a` |
|
| 532 |
+
| whakatūnga | **`whakatū-ng-a`** | 7.5 | `ng` |
|
| 533 |
+
| huasolanum | **`hu-a-solanum`** | 7.5 | `solanum` |
|
| 534 |
+
| ulaanbaatar | **`ulaanbaat-a-r`** | 7.5 | `a` |
|
| 535 |
+
| joāeyeshvad | **`joāeyeshv-a-d`** | 7.5 | `a` |
|
| 536 |
+
| kaipūtaiao | **`ka-i-pūtaiao`** | 7.5 | `pūtaiao` |
|
| 537 |
+
| korerotia | **`korero-ti-a`** | 7.5 | `ti` |
|
| 538 |
+
| azərbaycan | **`azərbayc-a-n`** | 7.5 | `a` |
|
| 539 |
+
| tohatohahia | **`tohatoha-hi-a`** | 7.5 | `hi` |
|
| 540 |
+
| rokohanga | **`ro-ko-hanga`** | 7.5 | `hanga` |
|
| 541 |
+
| taharangi | **`ta-ha-rangi`** | 7.5 | `rangi` |
|
| 542 |
+
|
| 543 |
+
### 6.6 Linguistic Interpretation
|
| 544 |
+
|
| 545 |
+
> **Automated Insight:**
|
| 546 |
+
The language Māori shows high morphological productivity. The subword models are significantly more efficient than word models, suggesting a rich system of affixation or compounding.
|
| 547 |
+
|
| 548 |
+
> **Note on Idiomaticity:** The high Idiomaticity Gap suggests a large number of frequent multi-word expressions or formulaic sequences that are statistically distinct from their component parts.
|
| 549 |
+
|
| 550 |
+
---
|
| 551 |
+
## 7. Summary & Recommendations
|
| 552 |
+
|
| 553 |
+

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