Waterhorse
commited on
Commit
·
ed3f3ef
1
Parent(s):
474a756
Update README.md
Browse files
README.md
CHANGED
@@ -10,7 +10,7 @@ datasets:
|
|
10 |
|
11 |
Chessgpt-Base-v1 is the base model of Chessgpt.
|
12 |
|
13 |
-
- Base Model: [Chessgpt-
|
14 |
- Chat Version: [chessgpt-chat-v1](https://huggingface.co/Waterhorse/chessgpt-chat-v1)
|
15 |
|
16 |
## Model Details
|
@@ -69,4 +69,14 @@ Excluded uses are described below.
|
|
69 |
Just as with any language model, chessgpt-base-v1 carries inherent limitations that necessitate careful consideration. Specifically, it may occasionally generate responses that are irrelevant or incorrect, particularly when tasked with interpreting complex or ambiguous queries. Additionally, given that its training is rooted in online data, the model may inadvertently reflect and perpetuate common online stereotypes and biases.
|
70 |
|
71 |
# Evaluation
|
72 |
-
Please refer to our [paper](https://arxiv.org/abs/2306.09200) and [code](https://github.com/waterhorse1/ChessGPT)for benchmark results.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
|
11 |
Chessgpt-Base-v1 is the base model of Chessgpt.
|
12 |
|
13 |
+
- Base Model: [Chessgpt-base-v1](https://huggingface.co/Waterhorse/chessgpt-base-v1)
|
14 |
- Chat Version: [chessgpt-chat-v1](https://huggingface.co/Waterhorse/chessgpt-chat-v1)
|
15 |
|
16 |
## Model Details
|
|
|
69 |
Just as with any language model, chessgpt-base-v1 carries inherent limitations that necessitate careful consideration. Specifically, it may occasionally generate responses that are irrelevant or incorrect, particularly when tasked with interpreting complex or ambiguous queries. Additionally, given that its training is rooted in online data, the model may inadvertently reflect and perpetuate common online stereotypes and biases.
|
70 |
|
71 |
# Evaluation
|
72 |
+
Please refer to our [paper](https://arxiv.org/abs/2306.09200) and [code](https://github.com/waterhorse1/ChessGPT)for benchmark results.
|
73 |
+
|
74 |
+
# Citation Information
|
75 |
+
```bash
|
76 |
+
@article{feng2023chessgpt,
|
77 |
+
title={ChessGPT: Bridging Policy Learning and Language Modeling},
|
78 |
+
author={Feng, Xidong and Luo, Yicheng and Wang, Ziyan and Tang, Hongrui and Yang, Mengyue and Shao, Kun and Mguni, David and Du, Yali and Wang, Jun},
|
79 |
+
journal={arXiv preprint arXiv:2306.09200},
|
80 |
+
year={2023}
|
81 |
+
}
|
82 |
+
```
|