GanymedeNil commited on
Commit
166e592
1 Parent(s): 8427b76

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
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 \