Commit 9d65a079 authored by wanglch's avatar wanglch
Browse files

Update README.md

parent 0b815d63
...@@ -89,6 +89,7 @@ pip install -e ".[torch,metrics]" ...@@ -89,6 +89,7 @@ pip install -e ".[torch,metrics]"
## 数据集 ## 数据集
迷你数据集 [fingpt_sentiment](./data/fingpt_sentiment.json) 迷你数据集 [fingpt_sentiment](./data/fingpt_sentiment.json)
完整数据集下载地址[fingpt_sentiment](https://huggingface.co/FinGPT) 完整数据集下载地址[fingpt_sentiment](https://huggingface.co/FinGPT)
预训练需要准备你的训练数据,需要将所有样本放到一个列表中并存入json文件中。每个样本对应一个字典,包含以下信息,示例如下所示:用于正常训练的完整数据集请按此目录结构进行制备: 预训练需要准备你的训练数据,需要将所有样本放到一个列表中并存入json文件中。每个样本对应一个字典,包含以下信息,示例如下所示:用于正常训练的完整数据集请按此目录结构进行制备:
......
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