AI4Finance-Foundation / AI4Finance-Foundation/FinGPT

Training Killed

已關閉
#61 1 則留言 0 個 reaction 已指派 0 人 在 GitHub 檢視
bug
主要語言
Jupyter Notebook
星號
21.3k
分支
3k
平均合併
8 小時 42 分鐘
30 天內合併 PR
7

描述

Attempted to run default `FinGPT\fingpt\FinGPT-v3\benchmark\benchmarks.ipynb`. The only change was commenting v3.1.
```
# v3.1
#base_model = "THUDM/chatglm2-6b"
#peft_model = "oliverwang15/FinGPT_v31_ChatGLM2_Sentiment_Instruction_LoRA_FT"
#tokenizer = AutoTokenizer.from_pretrained(base_model, trust_remote_code=True)
#model = AutoModel.from_pretrained(base_model, trust_remote_code=True, load_in_8bit = False, device_map = "auto")
#model = PeftModel.from_pretrained(model, peft_model)
#model = model.eval()
```

Processes was killed with no results.

image

貢獻指南

開啟貢獻指南

評估

這個 Issue 還沒有評估資料。

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。