Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ModelZoo
FinQwen_pytorch
Commits
7fb6494e
Commit
7fb6494e
authored
Jul 03, 2024
by
wanglch
Browse files
Update README.md
parent
cfc158a6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
README.md
README.md
+3
-2
No files found.
README.md
View file @
7fb6494e
...
@@ -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
| :------: | :------: | :------: |
| :------: | :------: | :------: |
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment