Update README.md
Browse files
README.md
CHANGED
|
@@ -11,6 +11,10 @@ license: apache-2.0
|
|
| 11 |
我们使用[AI-Generated_Chinese_Modern_Poetry](https://huggingface.co/datasets/Hyaline/AI-Generated_Chinese_Modern_Poetry)和[chinese_modern_poetry](https://huggingface.co/datasets/Iess/chinese_modern_poetry)在8张A800上全参数训练了24个小时,基座模型使用[Qwen2.5-0.5B-Instruct](https://huggingface.co/Qwen/Qwen2.5-0.5B-Instruct)。
|
| 12 |
|
| 13 |
## 快速开始
|
|
|
|
|
|
|
|
|
|
|
|
|
| 14 |
```
|
| 15 |
from transformers import AutoModelForCausalLM, AutoTokenizer
|
| 16 |
|
|
@@ -58,6 +62,10 @@ The name Zhima comes from the homophone of Zhimo (Xu Zhimo). Xu Zhimo (1897-1931
|
|
| 58 |
We use [AI-Generated_Chinese_Modern_Poetry](https://huggingface.co/datasets/Hyaline/AI-Generated_Chinese_Modern_Poetry) and [chinese_modern_poetry](https://huggingface.co/datasets/Iess/chinese_modern_poetry) to conduct full-parameter training for 24 hours on 8 A800 GPUs, with [Qwen2.5-0.5B-Instruct](https://huggingface.co/Qwen/Qwen2.5-0.5B-Instruct) as the base model.
|
| 59 |
|
| 60 |
## Quick Start
|
|
|
|
|
|
|
|
|
|
|
|
|
| 61 |
```
|
| 62 |
from transformers import AutoModelForCausalLM, AutoTokenizer
|
| 63 |
|
|
|
|
| 11 |
我们使用[AI-Generated_Chinese_Modern_Poetry](https://huggingface.co/datasets/Hyaline/AI-Generated_Chinese_Modern_Poetry)和[chinese_modern_poetry](https://huggingface.co/datasets/Iess/chinese_modern_poetry)在8张A800上全参数训练了24个小时,基座模型使用[Qwen2.5-0.5B-Instruct](https://huggingface.co/Qwen/Qwen2.5-0.5B-Instruct)。
|
| 12 |
|
| 13 |
## 快速开始
|
| 14 |
+
```
|
| 15 |
+
pip install transformers
|
| 16 |
+
```
|
| 17 |
+
|
| 18 |
```
|
| 19 |
from transformers import AutoModelForCausalLM, AutoTokenizer
|
| 20 |
|
|
|
|
| 62 |
We use [AI-Generated_Chinese_Modern_Poetry](https://huggingface.co/datasets/Hyaline/AI-Generated_Chinese_Modern_Poetry) and [chinese_modern_poetry](https://huggingface.co/datasets/Iess/chinese_modern_poetry) to conduct full-parameter training for 24 hours on 8 A800 GPUs, with [Qwen2.5-0.5B-Instruct](https://huggingface.co/Qwen/Qwen2.5-0.5B-Instruct) as the base model.
|
| 63 |
|
| 64 |
## Quick Start
|
| 65 |
+
```
|
| 66 |
+
pip install transformers
|
| 67 |
+
```
|
| 68 |
+
|
| 69 |
```
|
| 70 |
from transformers import AutoModelForCausalLM, AutoTokenizer
|
| 71 |
|