GanymedeNil
commited on
Commit
•
3761d22
1
Parent(s):
49f6872
Update README.md
Browse files
README.md
CHANGED
@@ -80,4 +80,9 @@ CUDA_VISIBLE_DEVICES=0 python src/train_bash.py \
|
|
80 |
--load_best_model_at_end True \
|
81 |
--plot_loss True \
|
82 |
--report_to "tensorboard"
|
83 |
-
```
|
|
|
|
|
|
|
|
|
|
|
|
80 |
--load_best_model_at_end True \
|
81 |
--plot_loss True \
|
82 |
--report_to "tensorboard"
|
83 |
+
```
|
84 |
+
|
85 |
+
如果你需要查看详细的流程,可以查看如下文章
|
86 |
+
|
87 |
+
[Google Gemma 2B 微调实战(IT科技新闻标题生成)
|
88 |
+
](https://ganymedenil.com/2024/03/24/Google-Gemma-2B-fine-tuning-practice-IT-technology-news-headline-generation.html)
|