Update gitignore

This commit is contained in:
戒酒的李白
2025-08-16 22:42:13 +08:00
parent c5c530775e
commit 690221df29
2 changed files with 5 additions and 1 deletions
+4 -1
View File
@@ -332,4 +332,7 @@ test_results/
# Mercurial
.hg/
.cursor/
.cursor/
# Ai操作指引文件
OperationGuidance/
@@ -139,6 +139,7 @@ class Qwen3LoRAUniversal(BaseQwenModel):
instruction = f"请分析以下微博文本的情感倾向,回答'正面''负面'\n\n文本:{text}\n\n情感:"
response = sentiment
# 组合成完整的训练文本
full_text = f"{instruction}{response}{self.tokenizer.eos_token}"