neavo commited on
Commit
c9da263
·
verified ·
1 Parent(s): 3aed817

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +27 -27
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
- - Using the [ModernBERT-base](https://huggingface.co/answerdotai/ModernBERT-base) architecture
14
- - It supports four languages and their variants, including `Simplified Chinese`, `Traditional Chinese`, `English`, `Japanese`, and `Korean`
15
- - And can effectively handle mixed-text tasks in East Asian languages
16
 
17
- ### Technical Metrics
18
- - Using a slightly modified vocabulary of the Qwen2.5 series to support multilingual capabilities
19
- - Trained for approximately `100` hours on `L40*7` devices, with about `60B` tokens
20
- - Main training parameters:
21
- - Batch Size: 1792
22
- - Learning 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 additional technical metrics, please refer to the original release information and papers of [ModernBERT-base](https://huggingface.co/answerdotai/ModernBERT-base)
28
 
29
- ### Release Versions
30
- - Three different weight versions are provided:
31
- - base: The version trained with general base data, suitable for various domain texts (default)
32
- - nodecay: The checkpoint before the annealing phase begins, which allows you to add domain-specific data for annealing to better adapt to the target domain
33
- - keyword_gacha_multilingual: The version annealed with ACGN-related texts (e.g., `light novels`, `game scripts`, `comic scripts`, etc.)
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_base_multilingual](https://huggingface.co/neavo/keyword_gacha_base_multilingual) | 20250128 | keyword_gacha_multilingual |
40
 
41
- ### Others
42
- - Training script available on [Github](https://github.com/neavo/KeywordGachaModel)
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) | 20250128 | nodecay |
72
- | [keyword_gacha_base_multilingual](https://huggingface.co/neavo/keyword_gacha_base_multilingual) | 20250128 | keyword_gacha_multilingual |
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)