Update README.md
Browse files
README.md
CHANGED
@@ -79,17 +79,17 @@ Acknowledgement: evaluation results provided by [@Sofetory](https://huggingface.
|
|
79 |
|
80 |
## Contents
|
81 |
|
82 |
-
- [tokenizer.json](tokenizer.json) Byte‐level tokenizer spec (vocab, merges, model settings).
|
83 |
|
84 |
-
- [tokenizer_utf8.json](tokenizer_utf8.json) Human-readable dump: UTF-8-decoded sub-tokens and merge rules, for corpus-linguistic inspection.
|
85 |
|
86 |
-
- [malyuk_qirim_tokenizer.json](malyuk_qirim_tokenizer.json) Aya-style tokenizer trained on the full Malyuk Ukrainian corpus plus Cyrillic QIRIM (100 : 1 ratio), with min_frequency = 4_000.
|
87 |
|
88 |
-
- [merge_info.json](merge_info.json) Lists the replaced Aya token IDs and the IDs of the added Malyuk tokens in [malyuk_qirim_tokenizer](https://huggingface.co/transhumanist-already-exists/ayayay_tokenizer/blob/main/malyuk_qirim_tokenizer.json).
|
89 |
|
90 |
-
- [tokenizer_config.json](tokenizer_config.json) Configuration metadata.
|
91 |
|
92 |
-
- [special_tokens_map.json](special_tokens_map.json) Mapping of special token (The same with Aya).
|
93 |
|
94 |
## Initialisation of embeddings for new tokens in Aya-Expanse models
|
95 |
Some tokens are identical to those in the original Aya-Expanse tokenizer. For the newly added tokens, you can initialise embeddings with tools such as [Focus](https://github.com/konstantinjdobler/focus/tree/main) and [Zett](https://github.com/bminixhofer/zett). The simplest—and often effective—alternative is to initialise the new embeddings randomly and train them with a warm-up schedule.
|
|
|
79 |
|
80 |
## Contents
|
81 |
|
82 |
+
- [tokenizer.json](tokenizer.json): Byte‐level tokenizer spec (vocab, merges, model settings).
|
83 |
|
84 |
+
- [tokenizer_utf8.json](tokenizer_utf8.json): Human-readable dump: UTF-8-decoded sub-tokens and merge rules, for corpus-linguistic inspection.
|
85 |
|
86 |
+
- [malyuk_qirim_tokenizer.json](malyuk_qirim_tokenizer.json): Aya-style tokenizer trained on the full Malyuk Ukrainian corpus plus Cyrillic QIRIM (100 : 1 ratio), with min_frequency = 4_000.
|
87 |
|
88 |
+
- [merge_info.json](merge_info.json): Lists the replaced Aya token IDs and the IDs of the added Malyuk tokens in [malyuk_qirim_tokenizer](https://huggingface.co/transhumanist-already-exists/ayayay_tokenizer/blob/main/malyuk_qirim_tokenizer.json).
|
89 |
|
90 |
+
- [tokenizer_config.json](tokenizer_config.json): Configuration metadata.
|
91 |
|
92 |
+
- [special_tokens_map.json](special_tokens_map.json): Mapping of special token (The same with Aya).
|
93 |
|
94 |
## Initialisation of embeddings for new tokens in Aya-Expanse models
|
95 |
Some tokens are identical to those in the original Aya-Expanse tokenizer. For the newly added tokens, you can initialise embeddings with tools such as [Focus](https://github.com/konstantinjdobler/focus/tree/main) and [Zett](https://github.com/bminixhofer/zett). The simplest—and often effective—alternative is to initialise the new embeddings randomly and train them with a warm-up schedule.
|