Update README.md
Browse files
README.md
CHANGED
@@ -9,42 +9,42 @@ license: apache-2.0
|
|
9 |
---
|
10 |
|
11 |
### Overview
|
12 |
-
- ModernBertMultilingual is a multilingual model trained from scratch
|
13 |
-
-
|
14 |
-
-
|
15 |
-
-
|
16 |
|
17 |
-
### Technical
|
18 |
-
-
|
19 |
-
- Trained for approximately `100` hours on `L40*7` devices, with about `60B` tokens
|
20 |
-
-
|
21 |
-
- Batch Size: 1792
|
22 |
-
-
|
23 |
-
- Maximum Sequence Length: 512
|
24 |
-
- Optimizer: adamw_torch
|
25 |
- LR Scheduler: warmup_stable_decay
|
26 |
-
- Train Precision: bf16 mix
|
27 |
-
- For
|
28 |
|
29 |
-
###
|
30 |
-
-
|
31 |
-
- base
|
32 |
-
- nodecay
|
33 |
-
- keyword_gacha_multilingual
|
34 |
|
35 |
| Model | Version | Description |
|
36 |
-
| :--: | :--: |
|
37 |
| [modern_bert_multilingual](https://huggingface.co/neavo/modern_bert_multilingual) | 20250128 | base |
|
38 |
| [modern_bert_multilingual_nodecay](https://huggingface.co/neavo/modern_bert_multilingual_nodecay) | 20250128 | nodecay |
|
39 |
-
| [
|
40 |
|
41 |
-
###
|
42 |
-
- Training script
|
43 |
|
44 |
### 综述
|
45 |
- ModernBertMultilingual 是一个从零开始训练的多语言模型
|
46 |
- 使用 [ModernBERT-base](https://huggingface.co/answerdotai/ModernBERT-base) 架构
|
47 |
-
- 支持
|
48 |
- 可以很好处理东亚语言混合文本任务
|
49 |
|
50 |
### 技术指标
|
@@ -63,13 +63,13 @@ license: apache-2.0
|
|
63 |
- 提供 3 个不同的权重版本
|
64 |
- base - 使用通用预料完整训练,可以较好的适用于各种不同领域文本
|
65 |
- nodecay - 退火阶段开始前的检查点,你可以在这个权重的基础上添加领域语料进行退火以使其更适应目标领域
|
66 |
-
- keyword_gacha_multilingual - 使用 ACGN(例如
|
67 |
|
68 |
| 模型 | 版本 | 说明 |
|
69 |
| :--: | :--: | :--:|
|
70 |
| [modern_bert_multilingual](https://huggingface.co/neavo/modern_bert_multilingual) | 20250128 | base |
|
71 |
-
| [modern_bert_multilingual_nodecay](https://huggingface.co/neavo/modern_bert_multilingual_nodecay)
|
72 |
-
| [
|
73 |
|
74 |
### 其他
|
75 |
- 训练脚本 [Github](https://github.com/neavo/KeywordGachaModel)
|
|
|
9 |
---
|
10 |
|
11 |
### Overview
|
12 |
+
- ModernBertMultilingual is a multilingual model trained from scratch.
|
13 |
+
- Uses the [ModernBERT-base](https://huggingface.co/answerdotai/ModernBERT-base) architecture.
|
14 |
+
- Supports four languages and their variants, including `Chinese (Simplified, Traditional)`, `English`, `Japanese`, and `Korean`.
|
15 |
+
- Performs well on mixed East Asian language text tasks.
|
16 |
|
17 |
+
### Technical Specifications
|
18 |
+
- Uses a slightly adjusted vocabulary from the `Qwen2.5` series to support multilingualism.
|
19 |
+
- Trained for approximately `100` hours on `L40*7` devices, with a training volume of about `60B` tokens.
|
20 |
+
- Key training parameters:
|
21 |
+
- Batch Size : 1792
|
22 |
+
- Learing Rate : 5e-04
|
23 |
+
- Maximum Sequence Length : 512
|
24 |
+
- Optimizer : adamw_torch
|
25 |
- LR Scheduler: warmup_stable_decay
|
26 |
+
- Train Precision : bf16 mix
|
27 |
+
- For other technical specifications, please refer to the original release information and paper of [ModernBERT-base](https://huggingface.co/answerdotai/ModernBERT-base).
|
28 |
|
29 |
+
### Released Versions
|
30 |
+
- Provides 3 different weight versions:
|
31 |
+
- base - Fully trained with general corpus, suitable for various text domains.
|
32 |
+
- nodecay - Checkpoint before the annealing stage, you can fine-tune it with domain-specific data to better adapt to target domains.
|
33 |
+
- keyword_gacha_multilingual - Fine-tuned version using ACGN (e.g., `light novels`, `game text`, `manga text`, etc.) type text.
|
34 |
|
35 |
| Model | Version | Description |
|
36 |
+
| :--: | :--: | :--:|
|
37 |
| [modern_bert_multilingual](https://huggingface.co/neavo/modern_bert_multilingual) | 20250128 | base |
|
38 |
| [modern_bert_multilingual_nodecay](https://huggingface.co/neavo/modern_bert_multilingual_nodecay) | 20250128 | nodecay |
|
39 |
+
| [keyword_gacha_multilingual_base](https://huggingface.co/neavo/keyword_gacha_multilingual_base) | 20250128 | keyword_gacha_multilingual |
|
40 |
|
41 |
+
### Other
|
42 |
+
- Training script: [Github](https://github.com/neavo/KeywordGachaModel)
|
43 |
|
44 |
### 综述
|
45 |
- ModernBertMultilingual 是一个从零开始训练的多语言模型
|
46 |
- 使用 [ModernBERT-base](https://huggingface.co/answerdotai/ModernBERT-base) 架构
|
47 |
+
- 支持 `中文(简体、繁体)`、`英文`、`日文`、`韩文` 等四种语言及其变种
|
48 |
- 可以很好处理东亚语言混合文本任务
|
49 |
|
50 |
### 技术指标
|
|
|
63 |
- 提供 3 个不同的权重版本
|
64 |
- base - 使用通用预料完整训练,可以较好的适用于各种不同领域文本
|
65 |
- nodecay - 退火阶段开始前的检查点,你可以在这个权重的基础上添加领域语料进行退火以使其更适应目标领域
|
66 |
+
- keyword_gacha_multilingual - 使用 ACGN(例如 `轻小说`、`游戏文本`、`漫画文本` 等)类型文本进行退火的版本
|
67 |
|
68 |
| 模型 | 版本 | 说明 |
|
69 |
| :--: | :--: | :--:|
|
70 |
| [modern_bert_multilingual](https://huggingface.co/neavo/modern_bert_multilingual) | 20250128 | base |
|
71 |
+
| [modern_bert_multilingual_nodecay](https://huggingface.co/neavo/modern_bert_multilingual_nodecay) | 20250128 | nodecay |
|
72 |
+
| [keyword_gacha_multilingual_base](https://huggingface.co/neavo/keyword_gacha_multilingual_base) | 20250128 | keyword_gacha_multilingual |
|
73 |
|
74 |
### 其他
|
75 |
- 训练脚本 [Github](https://github.com/neavo/KeywordGachaModel)
|