Waterhorse
commited on
Commit
•
98fd6f8
1
Parent(s):
cd84307
Update README.md
Browse files
README.md
CHANGED
@@ -13,8 +13,8 @@ datasets:
|
|
13 |
|
14 |
Chessgpt-Chat-v1 is the sft-tuned model of Chessgpt-Base-v1.
|
15 |
|
16 |
-
- Base Model: [Chessgpt-
|
17 |
-
- Chat Version: [Chessgpt-
|
18 |
|
19 |
## Model Details
|
20 |
- **Model type**: Language Model
|
@@ -74,4 +74,14 @@ Excluded uses are described below.
|
|
74 |
Just as with any language model, chessgpt-chat-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.
|
75 |
|
76 |
# Evaluation
|
77 |
-
Please refer to our [paper](https://arxiv.org/abs/2306.09200) and [code](https://github.com/waterhorse1/ChessGPT)for benchmark results.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
|
14 |
Chessgpt-Chat-v1 is the sft-tuned model of Chessgpt-Base-v1.
|
15 |
|
16 |
+
- Base Model: [Chessgpt-base-v1](https://huggingface.co/Waterhorse/chessgpt-base-v1)
|
17 |
+
- Chat Version: [Chessgpt-chat-v1](https://huggingface.co/Waterhorse/chessgpt-chat-v1)
|
18 |
|
19 |
## Model Details
|
20 |
- **Model type**: Language Model
|
|
|
74 |
Just as with any language model, chessgpt-chat-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.
|
75 |
|
76 |
# Evaluation
|
77 |
+
Please refer to our [paper](https://arxiv.org/abs/2306.09200) and [code](https://github.com/waterhorse1/ChessGPT)for benchmark results.
|
78 |
+
|
79 |
+
# Citation Information
|
80 |
+
```bash
|
81 |
+
@article{feng2023chessgpt,
|
82 |
+
title={ChessGPT: Bridging Policy Learning and Language Modeling},
|
83 |
+
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},
|
84 |
+
journal={arXiv preprint arXiv:2306.09200},
|
85 |
+
year={2023}
|
86 |
+
}
|
87 |
+
```
|