Toggle navigation
Toggle navigation
This project
Loading...
Sign in
万朱浩
/
Venue-Ops
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
戒酒的李白
2025-08-05 19:23:27 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
4770aaf6ba612662e8c4f731788bea68fa4eb606
4770aaf6
1 parent
d2e0cc7d
Update the prediction script to change the imported model configuration to QWEN3_MODELS.
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
WeiboSentiment_SmallQwen/predict_universal.py
WeiboSentiment_SmallQwen/predict_universal.py
View file @
4770aaf
...
...
@@ -14,7 +14,7 @@ from typing import List, Dict, Tuple, Any
# 添加当前目录到路径
sys
.
path
.
append
(
os
.
path
.
dirname
(
os
.
path
.
abspath
(
__file__
)))
from
models_config
import
MODEL_CONFIG
S
,
MODEL_PATHS
from
models_config
import
QWEN3_MODEL
S
,
MODEL_PATHS
from
qwen3_embedding_universal
import
Qwen3EmbeddingUniversal
from
qwen3_lora_universal
import
Qwen3LoRAUniversal
...
...
Please
register
or
login
to post a comment