mirror of
https://github.com/open-thought/reasoning-gym.git
synced 2026-04-19 12:58:07 +00:00
docs: Fix typos in README.md
This commit is contained in:
parent
bcc3ddbb3b
commit
4bfa9fd987
1 changed files with 2 additions and 2 deletions
|
|
@ -4,7 +4,7 @@ We are building a python library of procedural dataset generators and algorithmi
|
|||
|
||||
The goal is to generate virtually infinite data with adjustable complexity.
|
||||
|
||||
### How instantiate a task datast?
|
||||
### How to instantiate a task dataset?
|
||||
|
||||
Example:
|
||||
|
||||
|
|
@ -27,7 +27,7 @@ metadata: {'animals': {'sheep': 2, 'dog': 2}, 'total_legs': 16}
|
|||
...
|
||||
```
|
||||
|
||||
Availale dataset names (wich can be used with `create_dataset()`):
|
||||
Available dataset names (which can be used with `create_dataset()`):
|
||||
|
||||
```
|
||||
'polynomial_equations',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue