AI4Finance-Foundation / AI4Finance-Foundation/FinGPT

Training Killed

Aperta
#61 1 commento 0 reazioni 0 assegnatari Vedi su GitHub
bug
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.

image

Guida per i contributori

Apri la guida per i contributori

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.