GanymedeNil
commited on
Commit
•
49f6872
1
Parent(s):
e76b6e6
Update README.md
Browse files
README.md
CHANGED
@@ -6,6 +6,8 @@ language:
|
|
6 |
- zh
|
7 |
pipeline_tag: text-generation
|
8 |
datasets: linux-cn/archive
|
|
|
|
|
9 |
---
|
10 |
# 介绍
|
11 |
本模型主要用途为基于科技类文章生成对应标题。
|
@@ -78,4 +80,4 @@ CUDA_VISIBLE_DEVICES=0 python src/train_bash.py \
|
|
78 |
--load_best_model_at_end True \
|
79 |
--plot_loss True \
|
80 |
--report_to "tensorboard"
|
81 |
-
```
|
|
|
6 |
- zh
|
7 |
pipeline_tag: text-generation
|
8 |
datasets: linux-cn/archive
|
9 |
+
tags:
|
10 |
+
- unsloth
|
11 |
---
|
12 |
# 介绍
|
13 |
本模型主要用途为基于科技类文章生成对应标题。
|
|
|
80 |
--load_best_model_at_end True \
|
81 |
--plot_loss True \
|
82 |
--report_to "tensorboard"
|
83 |
+
```
|