Commit 7fb6494e authored by wanglch's avatar wanglch
Browse files

Update README.md

parent cfc158a6
...@@ -90,7 +90,8 @@ pip install -e ".[torch,metrics]" ...@@ -90,7 +90,8 @@ pip install -e ".[torch,metrics]"
## 数据集 ## 数据集
迷你数据集 [fingpt_sentiment](./LLaMA-Factory/data/fingpt_sentiment.json) 迷你数据集 [fingpt_sentiment](./data/fingpt_sentiment.json)
完整数据集下载地址[fingpt_sentiment](https://huggingface.co/FinGPT)
预训练需要准备你的训练数据,需要将所有样本放到一个列表中并存入json文件中。每个样本对应一个字典,包含以下信息,示例如下所示:用于正常训练的完整数据集请按此目录结构进行制备: 预训练需要准备你的训练数据,需要将所有样本放到一个列表中并存入json文件中。每个样本对应一个字典,包含以下信息,示例如下所示:用于正常训练的完整数据集请按此目录结构进行制备:
...@@ -130,7 +131,7 @@ python finqwen_inference.py ...@@ -130,7 +131,7 @@ python finqwen_inference.py
### 精度 ### 精度
测试数据: [fingpt_sentiment](./LLaMA-Factory/data/fingpt_sentiment.json) ,使用的加速卡:K100。 测试数据: [fingpt_sentiment](./data/fingpt_sentiment.json) ,使用的加速卡:K100。
| device | train_loss | eval_loss | device | train_loss | eval_loss
| :------: | :------: | :------: | | :------: | :------: | :------: |
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment