Views
No views yet

| Update Date | Model Version | Key Changes |
|---|---|---|
| 2025/01/01 | v2025.01.01 | Fine-tuning is based on the foundation model version v2024.12.28, and it uses self-prepared instruction datasets for this round of fine-tuning. |
| 2024/12/13 | v2024.12.13 | Completed 1st round DPO training (10/10 epochs). Preparing for next round DPO training. |
| 2024/11/27 | v2024.11.27 | Completed SFT training (5/5 epochs). Preparing for multi-round DPO training. |
| 2024/11/25 | v2024.11.25 | Updated model version to v2024.11.25, training progressed to (3/5) epochs. Still in SFT stage, DPO training remains pending. |
| 2024/11/22 | v2024.11.22 | Initial upload: Model version v2024.11.22, training completed up to (1/5) epochs. Currently trained only on SFT, DPO training not yet performed. |
1user: 請介紹台灣
2assistant: 台灣,位於亞洲東部,地處太平洋與菲律賓海之間,面積約36,000平方公里,人口約2,300萬,是民主自由的國家,經濟實力強勁,擁有世界第10大經濟體。台灣以美食、文化、自然美景著稱,還有豐富的歷史與傳統,吸引全球遊客。台灣語為官方語言,但中文也廣為使用,英語也常用於國際交流。台灣政治多元,執政黨為民進黨,台灣是全球科技產業的重鎮,擁有先進的製造業與服務業。台灣氣候溫暖潮濕,四季分明,夏季炎熱,冬季涼爽,雨季則在5月至10月。台灣的美食以小吃為主,如滷肉飯、珍珠1docker run --runtime nvidia --gpus all \
2 -v ~/.cache/huggingface:/root/.cache/huggingface \
3 --env "HUGGING_FACE_HUB_TOKEN=<secret>" \
4 -p 8000:8000 \
5 --ipc=host \
6 vllm/vllm-openai:latest \
7 --model lianghsun/Llama-3.2-Taiwan-3B-Instruct--revision <tag_name>1docker run --runtime nvidia --gpus all \
2 -v ~/.cache/huggingface:/root/.cache/huggingface \
3 --env "HUGGING_FACE_HUB_TOKEN=<secret>" \
4 -p 8000:8000 \
5 --ipc=host \
6 vllm/vllm-openai:latest \
7 --model lianghsun/Llama-3.2-Taiwan-3B-Instruct --revision <tag_name>v2024.11.22 和 v2025.11.25 的超參數設定v2024.11.22 和 v2025.11.25 的超參數設定| Subset | Split | Score |
|---|---|---|
| lianghsun/tw-legal-benchmark-v1 | train | 31.1 |
v2024.11.27,無論是基礎模型(lianghsun/Llama-3.2-Taiwan-3B)還是指令微調模型(lianghsun/Llama-3.2-Taiwan-3B-Instruct),均未接受過 tmmlu++ 資料集的訓練,以確保測試的公平性。經測試,目前該模型在 tmmlu++ 上表現普遍不佳,未達及格分數,可能需要加入專業領域的資料集來強化基礎模型能力。1@misc{lianghsun2024llama32taiwan3binstruct,
2 author = {Huang, Liang Hsun},
3 title = {Llama-3.2-Taiwan-3B-Instruct},
4 year = {2024},
5 publisher = {Hugging Face},
6 howpublished = {\url{https://huggingface.co/lianghsun/Llama-3.2-Taiwan-3B-Instruct}},
7 note = {Accessed: 2024-11-25}
8}
base_model: lianghsun/Llama-3.2-Taiwan-3B-Instruct