AI4Finance-Foundation / AI4Finance-Foundation/FinGPT
Training Killed
- Lingua principale
- Jupyter Notebook
- Stelle
- 21.2k
- Fork
- 3k
- Merge medio
- 1h 55m
- PR unite (30g)
- 5
Descrizione
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.
Guida per i contributori
Apri la guida per i contributori
Valutazione
Questa issue non è ancora stata valutata.