Upload all models and assets for sm (latest)
Browse filesThis view is limited to 50 files because it contains too many changes.
See raw diff
- .gitattributes +8 -0
- README.md +769 -0
- models/embeddings/aligned/sm_128d.bin +3 -0
- models/embeddings/aligned/sm_128d.meta.json +1 -0
- models/embeddings/aligned/sm_128d.projection.npy +3 -0
- models/embeddings/aligned/sm_128d_metadata.json +8 -0
- models/embeddings/aligned/sm_32d.bin +3 -0
- models/embeddings/aligned/sm_32d.meta.json +1 -0
- models/embeddings/aligned/sm_32d.projection.npy +3 -0
- models/embeddings/aligned/sm_32d_metadata.json +8 -0
- models/embeddings/aligned/sm_64d.bin +3 -0
- models/embeddings/aligned/sm_64d.meta.json +1 -0
- models/embeddings/aligned/sm_64d.projection.npy +3 -0
- models/embeddings/aligned/sm_64d_metadata.json +8 -0
- models/embeddings/monolingual/sm_128d.bin +3 -0
- models/embeddings/monolingual/sm_128d.meta.json +1 -0
- models/embeddings/monolingual/sm_128d_metadata.json +16 -0
- models/embeddings/monolingual/sm_32d.bin +3 -0
- models/embeddings/monolingual/sm_32d.meta.json +1 -0
- models/embeddings/monolingual/sm_32d_metadata.json +16 -0
- models/embeddings/monolingual/sm_64d.bin +3 -0
- models/embeddings/monolingual/sm_64d.meta.json +1 -0
- models/embeddings/monolingual/sm_64d_metadata.json +16 -0
- models/subword_markov/sm_markov_ctx1_subword.parquet +3 -0
- models/subword_markov/sm_markov_ctx1_subword_metadata.json +7 -0
- models/subword_markov/sm_markov_ctx2_subword.parquet +3 -0
- models/subword_markov/sm_markov_ctx2_subword_metadata.json +7 -0
- models/subword_markov/sm_markov_ctx3_subword.parquet +3 -0
- models/subword_markov/sm_markov_ctx3_subword_metadata.json +7 -0
- models/subword_markov/sm_markov_ctx4_subword.parquet +3 -0
- models/subword_markov/sm_markov_ctx4_subword_metadata.json +7 -0
- models/subword_ngram/sm_2gram_subword.parquet +3 -0
- models/subword_ngram/sm_2gram_subword_metadata.json +7 -0
- models/subword_ngram/sm_3gram_subword.parquet +3 -0
- models/subword_ngram/sm_3gram_subword_metadata.json +7 -0
- models/subword_ngram/sm_4gram_subword.parquet +3 -0
- models/subword_ngram/sm_4gram_subword_metadata.json +7 -0
- models/subword_ngram/sm_5gram_subword.parquet +3 -0
- models/subword_ngram/sm_5gram_subword_metadata.json +7 -0
- models/tokenizer/sm_tokenizer_16k.model +3 -0
- models/tokenizer/sm_tokenizer_16k.vocab +0 -0
- models/tokenizer/sm_tokenizer_32k.model +3 -0
- models/tokenizer/sm_tokenizer_32k.vocab +0 -0
- models/tokenizer/sm_tokenizer_8k.model +3 -0
- models/tokenizer/sm_tokenizer_8k.vocab +0 -0
- models/vocabulary/sm_vocabulary.parquet +3 -0
- models/vocabulary/sm_vocabulary_metadata.json +17 -0
- models/word_markov/sm_markov_ctx1_word.parquet +3 -0
- models/word_markov/sm_markov_ctx1_word_metadata.json +7 -0
- models/word_markov/sm_markov_ctx2_word.parquet +3 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,11 @@ 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/ngram_coverage.png filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
visualizations/performance_dashboard.png filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
visualizations/position_encoding_comparison.png filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
visualizations/tsne_sentences.png filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
visualizations/tsne_words.png filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
visualizations/zipf_law.png filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
|
@@ -0,0 +1,769 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language: sm
|
| 3 |
+
language_name: Samoan
|
| 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.699
|
| 37 |
+
- name: best_isotropy
|
| 38 |
+
type: isotropy
|
| 39 |
+
value: 0.2278
|
| 40 |
+
- name: vocabulary_size
|
| 41 |
+
type: vocab
|
| 42 |
+
value: 0
|
| 43 |
+
generated: 2026-01-10
|
| 44 |
+
---
|
| 45 |
+
|
| 46 |
+
# Samoan - Wikilangs Models
|
| 47 |
+
## Comprehensive Research Report & Full Ablation Study
|
| 48 |
+
|
| 49 |
+
This repository contains NLP models trained and evaluated by Wikilangs, specifically on **Samoan** 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.479x | 3.48 | 0.3471% | 262,440 |
|
| 94 |
+
| **16k** | 3.631x | 3.63 | 0.3622% | 251,487 |
|
| 95 |
+
| **32k** | 3.699x 🏆 | 3.70 | 0.3691% | 246,822 |
|
| 96 |
+
|
| 97 |
+
### Tokenization Examples
|
| 98 |
+
|
| 99 |
+
Below are sample sentences tokenized with each vocabulary size:
|
| 100 |
+
|
| 101 |
+
**Sample 1:** `Faleu o le motu i Samoa e tu i le va o Upolu ma Savai'i. E 354 tagata e nonofo i...`
|
| 102 |
+
|
| 103 |
+
| Vocab | Tokens | Count |
|
| 104 |
+
|-------|--------|-------|
|
| 105 |
+
| 8k | `▁faleu ▁o ▁le ▁motu ▁i ▁samoa ▁e ▁tu ▁i ▁le ... (+18 more)` | 28 |
|
| 106 |
+
| 16k | `▁faleu ▁o ▁le ▁motu ▁i ▁samoa ▁e ▁tu ▁i ▁le ... (+18 more)` | 28 |
|
| 107 |
+
| 32k | `▁faleu ▁o ▁le ▁motu ▁i ▁samoa ▁e ▁tu ▁i ▁le ... (+18 more)` | 28 |
|
| 108 |
+
|
| 109 |
+
**Sample 2:** `'O Porirua, 'o se pitonu'u o Ueligitone, e tū i le itū i mātū o Ueligitone. 'O l...`
|
| 110 |
+
|
| 111 |
+
| Vocab | Tokens | Count |
|
| 112 |
+
|-------|--------|-------|
|
| 113 |
+
| 8k | `▁' o ▁po rirua , ▁' o ▁se ▁pitonu ' ... (+35 more)` | 45 |
|
| 114 |
+
| 16k | `▁' o ▁porirua , ▁' o ▁se ▁pitonu ' u ... (+33 more)` | 43 |
|
| 115 |
+
| 32k | `▁' o ▁porirua , ▁' o ▁se ▁pitonu ' u ... (+33 more)` | 43 |
|
| 116 |
+
|
| 117 |
+
**Sample 3:** `Gagana Urdu o le igoa o se tasi o gagana sili e tautalagia i Asia i Saute. o se ...`
|
| 118 |
+
|
| 119 |
+
| Vocab | Tokens | Count |
|
| 120 |
+
|-------|--------|-------|
|
| 121 |
+
| 8k | `▁gagana ▁u rd u ▁o ▁le ▁igoa ▁o ▁se ▁tasi ... (+19 more)` | 29 |
|
| 122 |
+
| 16k | `▁gagana ▁urdu ▁o ▁le ▁igoa ▁o ▁se ▁tasi ▁o ▁gagana ... (+17 more)` | 27 |
|
| 123 |
+
| 32k | `▁gagana ▁urdu ▁o ▁le ▁igoa ▁o ▁se ▁tasi ▁o ▁gagana ... (+17 more)` | 27 |
|
| 124 |
+
|
| 125 |
+
|
| 126 |
+
### Key Findings
|
| 127 |
+
|
| 128 |
+
- **Best Compression:** 32k achieves 3.699x compression
|
| 129 |
+
- **Lowest UNK Rate:** 8k with 0.3471% 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,420 | 10.47 | 5,447 | 34.7% | 69.5% |
|
| 147 |
+
| **2-gram** | Subword | 148 🏆 | 7.21 | 1,516 | 82.0% | 99.6% |
|
| 148 |
+
| **3-gram** | Word | 4,688 | 12.19 | 9,293 | 16.7% | 49.5% |
|
| 149 |
+
| **3-gram** | Subword | 941 | 9.88 | 9,076 | 43.7% | 85.0% |
|
| 150 |
+
| **4-gram** | Word | 8,012 | 12.97 | 14,168 | 15.4% | 36.7% |
|
| 151 |
+
| **4-gram** | Subword | 3,888 | 11.92 | 32,524 | 25.1% | 60.3% |
|
| 152 |
+
| **5-gram** | Word | 5,147 | 12.33 | 8,822 | 19.7% | 40.7% |
|
| 153 |
+
| **5-gram** | Subword | 9,558 | 13.22 | 54,942 | 16.3% | 44.0% |
|
| 154 |
+
|
| 155 |
+
### Top 5 N-grams by Size
|
| 156 |
+
|
| 157 |
+
**2-grams (Word):**
|
| 158 |
+
|
| 159 |
+
| Rank | N-gram | Count |
|
| 160 |
+
|------|--------|-------|
|
| 161 |
+
| 1 | `o le` | 9,077 |
|
| 162 |
+
| 2 | `i le` | 5,656 |
|
| 163 |
+
| 3 | `ma le` | 1,981 |
|
| 164 |
+
| 4 | `o se` | 1,645 |
|
| 165 |
+
| 5 | `ai le` | 934 |
|
| 166 |
+
|
| 167 |
+
**3-grams (Word):**
|
| 168 |
+
|
| 169 |
+
| Rank | N-gram | Count |
|
| 170 |
+
|------|--------|-------|
|
| 171 |
+
| 1 | `le itu i` | 323 |
|
| 172 |
+
| 2 | `i totonu o` | 318 |
|
| 173 |
+
| 3 | `le tele o` | 314 |
|
| 174 |
+
| 4 | `i le itu` | 292 |
|
| 175 |
+
| 5 | `i le taimi` | 261 |
|
| 176 |
+
|
| 177 |
+
**4-grams (Word):**
|
| 178 |
+
|
| 179 |
+
| Rank | N-gram | Count |
|
| 180 |
+
|------|--------|-------|
|
| 181 |
+
| 1 | `i le itu i` | 270 |
|
| 182 |
+
| 2 | `i totonu o le` | 162 |
|
| 183 |
+
| 3 | `i luga o le` | 161 |
|
| 184 |
+
| 4 | `i le taimi o` | 148 |
|
| 185 |
+
| 5 | `ina ua mavae le` | 144 |
|
| 186 |
+
|
| 187 |
+
**5-grams (Word):**
|
| 188 |
+
|
| 189 |
+
| Rank | N-gram | Count |
|
| 190 |
+
|------|--------|-------|
|
| 191 |
+
| 1 | `i le taimi o le` | 117 |
|
| 192 |
+
| 2 | `le fuainumera o roma e` | 109 |
|
| 193 |
+
| 3 | `ma le numera i luma` | 109 |
|
| 194 |
+
| 4 | `i le fuainumera o roma` | 109 |
|
| 195 |
+
| 5 | `numera ina ua mavae le` | 109 |
|
| 196 |
+
|
| 197 |
+
**2-grams (Subword):**
|
| 198 |
+
|
| 199 |
+
| Rank | N-gram | Count |
|
| 200 |
+
|------|--------|-------|
|
| 201 |
+
| 1 | `a _` | 53,637 |
|
| 202 |
+
| 2 | `e _` | 43,766 |
|
| 203 |
+
| 3 | `_ l` | 34,339 |
|
| 204 |
+
| 4 | `l e` | 32,460 |
|
| 205 |
+
| 5 | `i _` | 31,222 |
|
| 206 |
+
|
| 207 |
+
**3-grams (Subword):**
|
| 208 |
+
|
| 209 |
+
| Rank | N-gram | Count |
|
| 210 |
+
|------|--------|-------|
|
| 211 |
+
| 1 | `_ l e` | 26,576 |
|
| 212 |
+
| 2 | `l e _` | 26,204 |
|
| 213 |
+
| 3 | `_ o _` | 19,315 |
|
| 214 |
+
| 4 | `_ m a` | 14,321 |
|
| 215 |
+
| 5 | `o _ l` | 11,791 |
|
| 216 |
+
|
| 217 |
+
**4-grams (Subword):**
|
| 218 |
+
|
| 219 |
+
| Rank | N-gram | Count |
|
| 220 |
+
|------|--------|-------|
|
| 221 |
+
| 1 | `_ l e _` | 23,778 |
|
| 222 |
+
| 2 | `o _ l e` | 10,327 |
|
| 223 |
+
| 3 | `_ o _ l` | 10,137 |
|
| 224 |
+
| 4 | `i _ l e` | 8,107 |
|
| 225 |
+
| 5 | `a _ o _` | 6,868 |
|
| 226 |
+
|
| 227 |
+
**5-grams (Subword):**
|
| 228 |
+
|
| 229 |
+
| Rank | N-gram | Count |
|
| 230 |
+
|------|--------|-------|
|
| 231 |
+
| 1 | `o _ l e _` | 9,763 |
|
| 232 |
+
| 2 | `_ o _ l e` | 8,925 |
|
| 233 |
+
| 3 | `i _ l e _` | 7,577 |
|
| 234 |
+
| 4 | `_ i _ l e` | 5,715 |
|
| 235 |
+
| 5 | `a _ l e _` | 4,253 |
|
| 236 |
+
|
| 237 |
+
|
| 238 |
+
### Key Findings
|
| 239 |
+
|
| 240 |
+
- **Best Perplexity:** 2-gram (subword) with 148
|
| 241 |
+
- **Entropy Trend:** Decreases with larger n-grams (more predictable)
|
| 242 |
+
- **Coverage:** Top-1000 patterns cover ~44% 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.7561 | 1.689 | 4.50 | 15,898 | 24.4% |
|
| 259 |
+
| **1** | Subword | 0.7846 | 1.723 | 5.33 | 833 | 21.5% |
|
| 260 |
+
| **2** | Word | 0.3231 | 1.251 | 1.84 | 71,107 | 67.7% |
|
| 261 |
+
| **2** | Subword | 0.8391 | 1.789 | 4.50 | 4,437 | 16.1% |
|
| 262 |
+
| **3** | Word | 0.1599 | 1.117 | 1.31 | 130,468 | 84.0% |
|
| 263 |
+
| **3** | Subword | 0.7319 | 1.661 | 3.20 | 19,925 | 26.8% |
|
| 264 |
+
| **4** | Word | 0.0696 🏆 | 1.049 | 1.11 | 170,247 | 93.0% |
|
| 265 |
+
| **4** | Subword | 0.4868 | 1.401 | 2.10 | 63,588 | 51.3% |
|
| 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. `le fasi vaega aai tagata saina iunite setete o le taimi lona tino o se tamaoaiga`
|
| 274 |
+
2. `o le ʻulu taumamao pick the pacific ma talitonuga i le tausaga e mafai ona tagata`
|
| 275 |
+
3. `i comoros ma aganu u ma o se tasi pe nautele e sumpini ma agafesootai faasalalauga`
|
| 276 |
+
|
| 277 |
+
**Context Size 2:**
|
| 278 |
+
|
| 279 |
+
1. `o le numera i luma 13 i saint léonard de noblat mau faasino o isi taaloga lauiloa`
|
| 280 |
+
2. `i le i umi a ua o le atunuu i matu ma i ni tausaga o le`
|
| 281 |
+
3. `ma le pulega a siamani sa ina ua maeʻa ona faʻaleaogaina le tulafono lea na faʻatulagaina e`
|
| 282 |
+
|
| 283 |
+
**Context Size 3:**
|
| 284 |
+
|
| 285 |
+
1. `le itu i sasae ma vao mago i le ogatotonu ma le taufaaiuiuga o le na faatoilaloina malo`
|
| 286 |
+
2. `i totonu o fale gaosi mea manogi ma le fuala au e a ai iai tagata`
|
| 287 |
+
3. `le tele o malaga militeli i amazonia ma na latou manumalo i au peretania ma holani na faʻatutuina`
|
| 288 |
+
|
| 289 |
+
**Context Size 4:**
|
| 290 |
+
|
| 291 |
+
1. `i le itu i matu i le ina ua manumalo ia mehmet ali o le na toe faafoi mai`
|
| 292 |
+
2. `i totonu o le taimi μ 2σ ma le mea e le ai μ o le galuega taua ona`
|
| 293 |
+
3. `i luga o le koluse e pei o le us ma fa atau atu i lapopo a masani po`
|
| 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. `_chale_mailaʻa,j`
|
| 303 |
+
2. `aau_me_akma_ta_l`
|
| 304 |
+
3. `ino._ma_ve_o'ita`
|
| 305 |
+
|
| 306 |
+
**Context Size 2:**
|
| 307 |
+
|
| 308 |
+
1. `a_se_181_mafa'i_f`
|
| 309 |
+
2. `e_kalosi_e_faʻalo`
|
| 310 |
+
3. `_le_pala,_e_mesei`
|
| 311 |
+
|
| 312 |
+
**Context Size 3:**
|
| 313 |
+
|
| 314 |
+
1. `_le_o_featrodriver`
|
| 315 |
+
2. `le_tusitu_o_luga_f`
|
| 316 |
+
3. `_o_le_upu_i_le_lal`
|
| 317 |
+
|
| 318 |
+
**Context Size 4:**
|
| 319 |
+
|
| 320 |
+
1. `_le_masani_ma_pi'i_`
|
| 321 |
+
2. `o_le_fa'atatau_e_om`
|
| 322 |
+
3. `_o_le_vaomalo_o_le_`
|
| 323 |
+
|
| 324 |
+
|
| 325 |
+
### Key Findings
|
| 326 |
+
|
| 327 |
+
- **Best Predictability:** Context-4 (word) with 93.0% predictability
|
| 328 |
+
- **Branching Factor:** Decreases with context size (more deterministic)
|
| 329 |
+
- **Memory Trade-off:** Larger contexts require more storage (63,588 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,946 |
|
| 346 |
+
| Total Tokens | 205,396 |
|
| 347 |
+
| Mean Frequency | 29.57 |
|
| 348 |
+
| Median Frequency | 4 |
|
| 349 |
+
| Frequency Std Dev | 439.18 |
|
| 350 |
+
|
| 351 |
+
### Most Common Words
|
| 352 |
+
|
| 353 |
+
| Rank | Word | Frequency |
|
| 354 |
+
|------|------|-----------|
|
| 355 |
+
| 1 | le | 23,989 |
|
| 356 |
+
| 2 | o | 21,093 |
|
| 357 |
+
| 3 | i | 12,188 |
|
| 358 |
+
| 4 | e | 7,623 |
|
| 359 |
+
| 5 | ma | 6,494 |
|
| 360 |
+
| 6 | ai | 3,240 |
|
| 361 |
+
| 7 | se | 2,986 |
|
| 362 |
+
| 8 | fa | 2,814 |
|
| 363 |
+
| 9 | a | 2,774 |
|
| 364 |
+
| 10 | na | 2,325 |
|
| 365 |
+
|
| 366 |
+
### Least Common Words (from vocabulary)
|
| 367 |
+
|
| 368 |
+
| Rank | Word | Frequency |
|
| 369 |
+
|------|------|-----------|
|
| 370 |
+
| 1 | eisleben | 2 |
|
| 371 |
+
| 2 | magdeburg | 2 |
|
| 372 |
+
| 3 | halle | 2 |
|
| 373 |
+
| 4 | saale | 2 |
|
| 374 |
+
| 5 | 451 | 2 |
|
| 375 |
+
| 6 | komiunisi | 2 |
|
| 376 |
+
| 7 | stasi | 2 |
|
| 377 |
+
| 8 | henryk | 2 |
|
| 378 |
+
| 9 | dominiak | 2 |
|
| 379 |
+
| 10 | tychy | 2 |
|
| 380 |
+
|
| 381 |
+
### Zipf's Law Analysis
|
| 382 |
+
|
| 383 |
+
| Metric | Value |
|
| 384 |
+
|--------|-------|
|
| 385 |
+
| Zipf Coefficient | 1.1786 |
|
| 386 |
+
| R² (Goodness of Fit) | 0.991320 |
|
| 387 |
+
| Adherence Quality | **excellent** |
|
| 388 |
+
|
| 389 |
+
### Coverage Analysis
|
| 390 |
+
|
| 391 |
+
| Top N Words | Coverage |
|
| 392 |
+
|-------------|----------|
|
| 393 |
+
| Top 100 | 63.2% |
|
| 394 |
+
| Top 1,000 | 86.7% |
|
| 395 |
+
| Top 5,000 | 98.1% |
|
| 396 |
+
| Top 10,000 | 0.0% |
|
| 397 |
+
|
| 398 |
+
### Key Findings
|
| 399 |
+
|
| 400 |
+
- **Zipf Compliance:** R²=0.9913 indicates excellent adherence to Zipf's law
|
| 401 |
+
- **High Frequency Dominance:** Top 100 words cover 63.2% of corpus
|
| 402 |
+
- **Long Tail:** -3,054 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.2278 🏆 | 0.4650 | N/A | N/A |
|
| 428 |
+
| **mono_64d** | 64 | 0.0423 | 0.4640 | N/A | N/A |
|
| 429 |
+
| **mono_128d** | 128 | 0.0056 | 0.4667 | N/A | N/A |
|
| 430 |
+
| **aligned_32d** | 32 | 0.2278 | 0.4475 | 0.0180 | 0.1140 |
|
| 431 |
+
| **aligned_64d** | 64 | 0.0423 | 0.4740 | 0.0100 | 0.1280 |
|
| 432 |
+
| **aligned_128d** | 128 | 0.0056 | 0.4559 | 0.0100 | 0.1320 |
|
| 433 |
+
|
| 434 |
+
### Key Findings
|
| 435 |
+
|
| 436 |
+
- **Best Isotropy:** mono_32d with 0.2278 (more uniform distribution)
|
| 437 |
+
- **Semantic Density:** Average pairwise similarity of 0.4622. Lower values indicate better semantic separation.
|
| 438 |
+
- **Alignment Quality:** Aligned models achieve up to 1.8% 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.073** | 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 |
+
| `-a` | aofaiga, antoine, amaloloina |
|
| 461 |
+
| `-t` | taunuu, tamaloloa, tioata |
|
| 462 |
+
| `-s` | sofia, saita, siaki |
|
| 463 |
+
| `-fa` | faautauta, faatumauina, faamatalaina |
|
| 464 |
+
| `-ma` | macon, mataʻafa, maui |
|
| 465 |
+
| `-m` | macon, mataʻafa, maui |
|
| 466 |
+
| `-f` | faautauta, fetolofi, fuga |
|
| 467 |
+
| `-p` | perth, pa, portuguese |
|
| 468 |
+
|
| 469 |
+
#### Productive Suffixes
|
| 470 |
+
| Suffix | Examples |
|
| 471 |
+
|--------|----------|
|
| 472 |
+
| `-a` | faautauta, aofaiga, tamaloloa |
|
| 473 |
+
| `-na` | faatumauina, amaloloina, faamatalaina |
|
| 474 |
+
| `-i` | fetolofi, igilisi, siaki |
|
| 475 |
+
| `-ga` | aofaiga, fuga, aleaga |
|
| 476 |
+
| `-e` | antoine, portuguese, die |
|
| 477 |
+
| `-ia` | sofia, alapenia, omia |
|
| 478 |
+
| `-o` | faalagolago, fono, lafo |
|
| 479 |
+
| `-n` | macon, region, australien |
|
| 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 |
+
| `faat` | 1.79x | 10 contexts | faatoa, faatau, faatonu |
|
| 488 |
+
| `usia` | 1.48x | 15 contexts | lusia, fusia, tusia |
|
| 489 |
+
| `aata` | 1.78x | 9 contexts | alaata, faatau, faatasi |
|
| 490 |
+
| `alol` | 1.56x | 11 contexts | malolo, malole, palolo |
|
| 491 |
+
| `atas` | 1.46x | 13 contexts | atasi, atasia, atassi |
|
| 492 |
+
| `amat` | 1.36x | 14 contexts | amata, tamato, mamate |
|
| 493 |
+
| `loga` | 1.51x | 10 contexts | iloga, aloga, pologa |
|
| 494 |
+
| `aʻat` | 1.86x | 6 contexts | faʻatau, faʻatasi, faʻatusa |
|
| 495 |
+
| `atal` | 1.30x | 15 contexts | atali, matala, atalii |
|
| 496 |
+
| `faas` | 1.65x | 7 contexts | faasee, faasao, faasoa |
|
| 497 |
+
| `tion` | 1.54x | 8 contexts | action, station, section |
|
| 498 |
+
| `mafa` | 1.56x | 7 contexts | mafai, mafaia, mamafa |
|
| 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 |
+
| `-fa` | `-a` | 323 words | faautauta, faatumauina |
|
| 507 |
+
| `-a` | `-a` | 202 words | aofaiga, amaloloina |
|
| 508 |
+
| `-t` | `-a` | 140 words | tamaloloa, tioata |
|
| 509 |
+
| `-fa` | `-na` | 128 words | faatumauina, faamatalaina |
|
| 510 |
+
| `-fa` | `-ga` | 104 words | faʻasinomaga, faʻauʻuga |
|
| 511 |
+
| `-s` | `-a` | 70 words | sofia, saita |
|
| 512 |
+
| `-a` | `-na` | 67 words | amaloloina, aolaolaina |
|
| 513 |
+
| `-fa` | `-i` | 61 words | faafetaui, faamaoti |
|
| 514 |
+
| `-f` | `-a` | 61 words | faautauta, fuga |
|
| 515 |
+
| `-ma` | `-a` | 60 words | mataʻafa, manatuaina |
|
| 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 |
+
| faatapulaa | **`faatapul-a-a`** | 7.5 | `a` |
|
| 524 |
+
| mulimulitai | **`mulimuli-ta-i`** | 7.5 | `ta` |
|
| 525 |
+
| television | **`televis-i-on`** | 7.5 | `i` |
|
| 526 |
+
| atinaeina | **`atinae-i-na`** | 7.5 | `i` |
|
| 527 |
+
| faatulaga | **`fa-a-tulaga`** | 7.5 | `tulaga` |
|
| 528 |
+
| faʻamoemoeina | **`faʻamoemoe-i-na`** | 7.5 | `i` |
|
| 529 |
+
| faataunuuina | **`faataunuu-i-na`** | 7.5 | `i` |
|
| 530 |
+
| felagolagomai | **`felagolagom-a-i`** | 7.5 | `a` |
|
| 531 |
+
| mataituina | **`mataitu-i-na`** | 7.5 | `i` |
|
| 532 |
+
| faatosina | **`faato-si-na`** | 7.5 | `si` |
|
| 533 |
+
| faaitulagi | **`fa-a-itulagi`** | 7.5 | `itulagi` |
|
| 534 |
+
| limasefulu | **`li-ma-sefulu`** | 7.5 | `sefulu` |
|
| 535 |
+
| faʻatulaga | **`faʻatul-a-ga`** | 7.5 | `a` |
|
| 536 |
+
| fonotatalo | **`fonotat-a-lo`** | 7.5 | `a` |
|
| 537 |
+
| vaʻavaʻaia | **`vaʻavaʻ-a-ia`** | 7.5 | `a` |
|
| 538 |
+
|
| 539 |
+
### 6.6 Linguistic Interpretation
|
| 540 |
+
|
| 541 |
+
> **Automated Insight:**
|
| 542 |
+
The language Samoan 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 (3.70x) |
|
| 554 |
+
| N-gram | **2-gram** | Lowest perplexity (148) |
|
| 555 |
+
| Markov | **Context-4** | Highest predictability (93.0%) |
|
| 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 21:21:35*
|
models/embeddings/aligned/sm_128d.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8614cc6afb074876b757f4bcbf354c012b121077e1bd4a6b5e4b70597cdaf474
|
| 3 |
+
size 1027443560
|
models/embeddings/aligned/sm_128d.meta.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"lang": "sm", "dim": 128, "max_seq_len": 512, "is_aligned": true}
|
models/embeddings/aligned/sm_128d.projection.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fca46404b5d08f098494fba3d0228a0a540881a3afd00bdc889613232391da0a
|
| 3 |
+
size 65664
|
models/embeddings/aligned/sm_128d_metadata.json
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"language": "sm",
|
| 3 |
+
"dimension": 128,
|
| 4 |
+
"version": "aligned",
|
| 5 |
+
"hub_language": "en",
|
| 6 |
+
"seed_vocab_size": 1014,
|
| 7 |
+
"vocab_size": 3310
|
| 8 |
+
}
|
models/embeddings/aligned/sm_32d.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b57cfd8433c1af9c4eb58550a24a9767270f4ba6e14b3bc122d39ff76301a69c
|
| 3 |
+
size 256901480
|
models/embeddings/aligned/sm_32d.meta.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"lang": "sm", "dim": 32, "max_seq_len": 512, "is_aligned": true}
|
models/embeddings/aligned/sm_32d.projection.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5829ef7d5f7e0d21ca1119b79b1c9ffca052d212a74dba325ce616439015e6e8
|
| 3 |
+
size 4224
|
models/embeddings/aligned/sm_32d_metadata.json
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"language": "sm",
|
| 3 |
+
"dimension": 32,
|
| 4 |
+
"version": "aligned",
|
| 5 |
+
"hub_language": "en",
|
| 6 |
+
"seed_vocab_size": 1014,
|
| 7 |
+
"vocab_size": 3310
|
| 8 |
+
}
|
models/embeddings/aligned/sm_64d.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ba80528a35c6c14a71e807536a3f0c01bc8b1563f8a3651dbe56d2eec9aa2f16
|
| 3 |
+
size 513748840
|
models/embeddings/aligned/sm_64d.meta.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"lang": "sm", "dim": 64, "max_seq_len": 512, "is_aligned": true}
|
models/embeddings/aligned/sm_64d.projection.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:203edd5ea2fccfddb582f25604d4546d651868e392d6e6c2321a93745a848633
|
| 3 |
+
size 16512
|
models/embeddings/aligned/sm_64d_metadata.json
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"language": "sm",
|
| 3 |
+
"dimension": 64,
|
| 4 |
+
"version": "aligned",
|
| 5 |
+
"hub_language": "en",
|
| 6 |
+
"seed_vocab_size": 1014,
|
| 7 |
+
"vocab_size": 3310
|
| 8 |
+
}
|
models/embeddings/monolingual/sm_128d.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8614cc6afb074876b757f4bcbf354c012b121077e1bd4a6b5e4b70597cdaf474
|
| 3 |
+
size 1027443560
|
models/embeddings/monolingual/sm_128d.meta.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"lang": "sm", "dim": 128, "max_seq_len": 512, "is_aligned": false}
|
models/embeddings/monolingual/sm_128d_metadata.json
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"language": "sm",
|
| 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": 3310
|
| 16 |
+
}
|
models/embeddings/monolingual/sm_32d.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b57cfd8433c1af9c4eb58550a24a9767270f4ba6e14b3bc122d39ff76301a69c
|
| 3 |
+
size 256901480
|
models/embeddings/monolingual/sm_32d.meta.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"lang": "sm", "dim": 32, "max_seq_len": 512, "is_aligned": false}
|
models/embeddings/monolingual/sm_32d_metadata.json
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"language": "sm",
|
| 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": 3310
|
| 16 |
+
}
|
models/embeddings/monolingual/sm_64d.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ba80528a35c6c14a71e807536a3f0c01bc8b1563f8a3651dbe56d2eec9aa2f16
|
| 3 |
+
size 513748840
|
models/embeddings/monolingual/sm_64d.meta.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"lang": "sm", "dim": 64, "max_seq_len": 512, "is_aligned": false}
|
models/embeddings/monolingual/sm_64d_metadata.json
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"language": "sm",
|
| 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": 3310
|
| 16 |
+
}
|
models/subword_markov/sm_markov_ctx1_subword.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c1ea024287726be73864c79ebcc1bf74d0934b166ee53ab28863a112d37cb9ad
|
| 3 |
+
size 40086
|
models/subword_markov/sm_markov_ctx1_subword_metadata.json
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"context_size": 1,
|
| 3 |
+
"variant": "subword",
|
| 4 |
+
"language": "sm",
|
| 5 |
+
"unique_contexts": 833,
|
| 6 |
+
"total_transitions": 1034209
|
| 7 |
+
}
|
models/subword_markov/sm_markov_ctx2_subword.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9a08ec575dc7c561be973c2a7a35e1558572cdcd5618ee30a4c7d1c33a05beed
|
| 3 |
+
size 159611
|
models/subword_markov/sm_markov_ctx2_subword_metadata.json
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"context_size": 2,
|
| 3 |
+
"variant": "subword",
|
| 4 |
+
"language": "sm",
|
| 5 |
+
"unique_contexts": 4437,
|
| 6 |
+
"total_transitions": 1033098
|
| 7 |
+
}
|
models/subword_markov/sm_markov_ctx3_subword.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5a0c72f1d202ad320037672c39a169126f81c8db32850ead69a5bc2545b16971
|
| 3 |
+
size 498084
|
models/subword_markov/sm_markov_ctx3_subword_metadata.json
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"context_size": 3,
|
| 3 |
+
"variant": "subword",
|
| 4 |
+
"language": "sm",
|
| 5 |
+
"unique_contexts": 19925,
|
| 6 |
+
"total_transitions": 1031987
|
| 7 |
+
}
|
models/subword_markov/sm_markov_ctx4_subword.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:adcbb08ba1bb8d66b0d74e714969037eeb820a98f27aba8261b72a2cfe649caf
|
| 3 |
+
size 1119015
|
models/subword_markov/sm_markov_ctx4_subword_metadata.json
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"context_size": 4,
|
| 3 |
+
"variant": "subword",
|
| 4 |
+
"language": "sm",
|
| 5 |
+
"unique_contexts": 63588,
|
| 6 |
+
"total_transitions": 1030876
|
| 7 |
+
}
|
models/subword_ngram/sm_2gram_subword.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3f43b85c083f740c2316b6ae00edb6eeb3673ff4b1d76037d387b649b303ad34
|
| 3 |
+
size 19992
|
models/subword_ngram/sm_2gram_subword_metadata.json
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"n": 2,
|
| 3 |
+
"variant": "subword",
|
| 4 |
+
"language": "sm",
|
| 5 |
+
"unique_ngrams": 1516,
|
| 6 |
+
"total_ngrams": 1034209
|
| 7 |
+
}
|
models/subword_ngram/sm_3gram_subword.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:639eacc3fb8405f53290f976f0943d6999b82bd062e539b3da5bce2962bcf4b7
|
| 3 |
+
size 103271
|
models/subword_ngram/sm_3gram_subword_metadata.json
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"n": 3,
|
| 3 |
+
"variant": "subword",
|
| 4 |
+
"language": "sm",
|
| 5 |
+
"unique_ngrams": 9076,
|
| 6 |
+
"total_ngrams": 1033098
|
| 7 |
+
}
|
models/subword_ngram/sm_4gram_subword.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6f87c4dba65ed1814ebee72822a292c84725ef4352b62123f01fb632482225ea
|
| 3 |
+
size 386474
|
models/subword_ngram/sm_4gram_subword_metadata.json
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"n": 4,
|
| 3 |
+
"variant": "subword",
|
| 4 |
+
"language": "sm",
|
| 5 |
+
"unique_ngrams": 32524,
|
| 6 |
+
"total_ngrams": 1031987
|
| 7 |
+
}
|
models/subword_ngram/sm_5gram_subword.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6353ecf64ac6faf0786d1444937a80ec50ca2163b62977b4e90bc987e396f07f
|
| 3 |
+
size 658237
|
models/subword_ngram/sm_5gram_subword_metadata.json
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"n": 5,
|
| 3 |
+
"variant": "subword",
|
| 4 |
+
"language": "sm",
|
| 5 |
+
"unique_ngrams": 54942,
|
| 6 |
+
"total_ngrams": 1030876
|
| 7 |
+
}
|
models/tokenizer/sm_tokenizer_16k.model
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cccb1b2e2aa443c876218137566849819e3c3cbe8f5201c426a6ed8a1fb12fa2
|
| 3 |
+
size 509056
|
models/tokenizer/sm_tokenizer_16k.vocab
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
models/tokenizer/sm_tokenizer_32k.model
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a74a06d47f34e99a42155dc11139bd4e40964a6b1c541275c04332a05b43cc37
|
| 3 |
+
size 752300
|
models/tokenizer/sm_tokenizer_32k.vocab
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
models/tokenizer/sm_tokenizer_8k.model
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3ef8c16f960a2f2c26cd69ee395bbd0c27f7538d800315c49715673f85eb7338
|
| 3 |
+
size 371388
|
models/tokenizer/sm_tokenizer_8k.vocab
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
models/vocabulary/sm_vocabulary.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7171729be97b869612b4edaeaaf6ad2f72b4ebb65152e0c3366867f75d369d4c
|
| 3 |
+
size 112128
|
models/vocabulary/sm_vocabulary_metadata.json
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"language": "sm",
|
| 3 |
+
"vocabulary_size": 6946,
|
| 4 |
+
"variant": "full",
|
| 5 |
+
"statistics": {
|
| 6 |
+
"type_token_ratio": 0.07454904959988062,
|
| 7 |
+
"coverage": {
|
| 8 |
+
"top_100": 0.6058031300714433,
|
| 9 |
+
"top_1000": 0.8306301180771886,
|
| 10 |
+
"top_5000": 0.9396929620026488,
|
| 11 |
+
"top_10000": 0.9720849111156709
|
| 12 |
+
},
|
| 13 |
+
"hapax_count": 9040,
|
| 14 |
+
"hapax_ratio": 0.5654948079569624,
|
| 15 |
+
"total_documents": 1111
|
| 16 |
+
}
|
| 17 |
+
}
|
models/word_markov/sm_markov_ctx1_word.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cb67d8ef163b6aac0ac2e8441b2385ee03c85d67232378d589cc5f73d7b11aa8
|
| 3 |
+
size 551329
|
models/word_markov/sm_markov_ctx1_word_metadata.json
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"context_size": 1,
|
| 3 |
+
"variant": "word",
|
| 4 |
+
"language": "sm",
|
| 5 |
+
"unique_contexts": 15898,
|
| 6 |
+
"total_transitions": 213325
|
| 7 |
+
}
|
models/word_markov/sm_markov_ctx2_word.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0421679050617e836c76e044aae7a04ddebecaa47dfbbab519fe6d106d7003ea
|
| 3 |
+
size 1306729
|