GanymedeNil
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -10,6 +10,7 @@ library_name: transformers
|
|
10 |
---
|
11 |
# 介绍
|
12 |
本模型主要用途为基于科技类文章生成对应标题。
|
|
|
13 |
本次将开源从 100-2200 steps 的中间所有 checkpoint 以供大家参考。
|
14 |
|
15 |
# 使用
|
@@ -44,7 +45,7 @@ print(generated_texts[0])
|
|
44 |
https://huggingface.co/datasets/linux-cn/archive
|
45 |
|
46 |
# 微调
|
47 |
-
基于 [LLaMA-Factory](https://github.com/hiyouga/LLaMA-Factory)
|
48 |
|
49 |
```bash
|
50 |
CUDA_VISIBLE_DEVICES=0 python src/train_bash.py \
|
|
|
10 |
---
|
11 |
# 介绍
|
12 |
本模型主要用途为基于科技类文章生成对应标题。
|
13 |
+
|
14 |
本次将开源从 100-2200 steps 的中间所有 checkpoint 以供大家参考。
|
15 |
|
16 |
# 使用
|
|
|
45 |
https://huggingface.co/datasets/linux-cn/archive
|
46 |
|
47 |
# 微调
|
48 |
+
基于 [LLaMA-Factory](https://github.com/hiyouga/LLaMA-Factory) 在单张A100(80G)上进行微调,微调参数如下:
|
49 |
|
50 |
```bash
|
51 |
CUDA_VISIBLE_DEVICES=0 python src/train_bash.py \
|