Spaces:
Runtime error
Runtime error
Update config.json
Browse files- config.json +4 -1
config.json
CHANGED
@@ -1 +1,4 @@
|
|
1 |
-
|
|
|
|
|
|
|
|
1 |
+
from transformers import AutoConfig
|
2 |
+
|
3 |
+
# 加载模型配置
|
4 |
+
config = AutoConfig.from_pretrained("ckcl/mexc_price_model", config_file_name="setting.json")
|