xiaozhao1795

Results 5 issues of xiaozhao1795

我在运行finetune.sh脚本的时候,没有报错,生成的output_dir目录如下 ![image](https://github.com/AI4Finance-Foundation/FinGPT/assets/5948532/8e19dd69-b8e2-490f-a011-2c4b12aa55cb) 只有这两个文件,缺少config.json 是什么原因。谢谢

bug

===================================BUG REPORT=================================== Welcome to bitsandbytes. For bug reports, please submit your error trace to: https://github.com/TimDettmers/bitsandbytes/issues ================================================================================ CUDA_SETUP: WARNING! libcudart.so not found in any environmental path. Searching /usr/local/cuda/lib64... /home/ubuntu/.local/lib/python3.8/site-packages/bitsandbytes/cuda_setup/main.py:136: UserWarning: WARNING:...

bug

我目前用两只股票(茅台和福耀玻璃),大约有70M,在执行 finetune.sh脚本的时候,一切都正常,但是训练时间很短,只有几分钟,这个正常吗,生成的outdir 看着没啥问题,运行环境是 Tesla V100 SXM2 32GB 使用Fn16

question

root_path = "/root/autodl-tmp/results" instructions = pd.read_csv(f"{root_path}/results_new.csv") instructions.shape ori_instructions = pd.read_csv(f"{root_path}/results.csv") ori_instructions.shape 这两个文件从哪里获取的,没有看到生成的代码

help wanted

目前我爬取了5只股票(东方财富的资讯),大约有4w条数据,执行finetune.sh 日志如下图 ![image](https://github.com/AI4Finance-Foundation/FinGPT/assets/5948532/ec2b4007-dd1d-4a60-bab8-68a036854ebd) 执行脚本参数 python -u finetune.py \ --dataset_path "/data/program/data/dataset6/jsonl/dataset_title_train_and_valid" \ --lora_rank 8 \ --per_device_train_batch_size 16 \ --per_device_eval_batch_size 16 \ --gradient_accumulation_steps 1 \ --num_train_epochs 1 \ --save_steps 100 \ --save_total_limit...

good first issue
help wanted