jslin09 commited on
Commit
718eb00
·
verified ·
1 Parent(s): ecb280b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -9
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- license: apache-2.0
3
  datasets:
4
  - jslin09/wikipedia_tw
5
  language:
@@ -11,14 +11,6 @@ base_model:
11
 
12
  # 魁星 (KuiXing) — 繁體中文預訓練語言模型
13
 
14
- <p align="center">
15
- <img src="https://img.shields.io/badge/語言-繁體中文-red?style=flat-square" />
16
- <img src="https://img.shields.io/badge/架構-Decoder--Only Transformer-blue?style=flat-square" />
17
- <img src="https://img.shields.io/badge/參數量-1.07B-green?style=flat-square" />
18
- <img src="https://img.shields.io/badge/框架-PyTorch%20%7C%20MLX-orange?style=flat-square" />
19
- <img src="https://img.shields.io/badge/授權-CC BY--NC 4.0-lightgrey?style=flat-square" />
20
- </p>
21
-
22
  **魁星(KuiXing)** 是一個從零開始、以繁體中文語料預訓練的 Decoder-Only 大型語言模型。取名自中國傳統文化中掌管文章與科舉的神祇「魁星」,象徵對中文語言理解能力的追求。本專案包含完整的訓練程式碼,可在 Apple Silicon(MLX)或 NVIDIA GPU(CUDA)上執行,並輸出與 HuggingFace `transformers` 相容的模型格式。
23
 
24
  ---
 
1
  ---
2
+ license: mit
3
  datasets:
4
  - jslin09/wikipedia_tw
5
  language:
 
11
 
12
  # 魁星 (KuiXing) — 繁體中文預訓練語言模型
13
 
 
 
 
 
 
 
 
 
14
  **魁星(KuiXing)** 是一個從零開始、以繁體中文語料預訓練的 Decoder-Only 大型語言模型。取名自中國傳統文化中掌管文章與科舉的神祇「魁星」,象徵對中文語言理解能力的追求。本專案包含完整的訓練程式碼,可在 Apple Silicon(MLX)或 NVIDIA GPU(CUDA)上執行,並輸出與 HuggingFace `transformers` 相容的模型格式。
15
 
16
  ---