add minimal metadata (#2)
Browse files- add minimal metadata (a7057dfc5c328a2f8ef26522c33851700be2534c)
Co-authored-by: Daniel van Strien <[email protected]>
README.md
CHANGED
@@ -1,3 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# PokerBench Overview
|
2 |
|
3 |
This dataset contains natural language game scenarios and optimal decisions computed by solvers in No Limit Texas Hold’em. It is divided into pre-flop and post-flop datasets, each with training and test splits. The data is stored in both .json and .csv formats:
|
@@ -76,4 +81,4 @@ HJ/2.0bb/BB/call, Ks7h2d, Jc, 7c, OOP, OOP_CHECK/IP_CHECK/dealcards/Jc/OOP_CHECK
|
|
76 |
|
77 |
## Usage
|
78 |
|
79 |
-
The dataset can be used to train and evaluate language models for decision-making in No Limit Texas Hold’em. Use the JSON files for direct training and evaluation with natural language prompts and decisions. Use the CSV files for more detailed analysis or for generating custom prompts.
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
pretty_name: PokerBench
|
5 |
+
---
|
6 |
# PokerBench Overview
|
7 |
|
8 |
This dataset contains natural language game scenarios and optimal decisions computed by solvers in No Limit Texas Hold’em. It is divided into pre-flop and post-flop datasets, each with training and test splits. The data is stored in both .json and .csv formats:
|
|
|
81 |
|
82 |
## Usage
|
83 |
|
84 |
+
The dataset can be used to train and evaluate language models for decision-making in No Limit Texas Hold’em. Use the JSON files for direct training and evaluation with natural language prompts and decisions. Use the CSV files for more detailed analysis or for generating custom prompts.
|