Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
ZubinGou committed Oct 31, 2023
1 parent 8927b01 commit f4cdcc8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
##
## Get latest from https://github.com/github/gitignore/blob/main/VisualStudio.gitignore

*.pdf
outputs/
.DS_Store

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,12 +136,12 @@ Type scores: {'Algebra': 67.3, 'Counting & Probability': 42.2, 'Geometry': 26.1,

### ⚡️ Training

Due to some restrictions, ToRA-Corpus 16k is under review and cannot be released immediately. However, we open-source our complete training scripts as well as <em>output space shaping</em> pipelines for the community, and you may construct your own dataset for training.
Due to some restrictions, ToRA-Corpus 16k is under review and cannot be released immediately. However, we open-source our complete training scripts for the community, and you may construct your own dataset for training.

To train a model, run the following command:

```sh
bash scritps/train.sh codellama 7b
bash scripts/train.sh codellama 7b
```


Expand Down
Binary file removed docs/static/pdfs/ToRA_2023-9-29.pdf
Binary file not shown.

0 comments on commit f4cdcc8

Please sign in to comment.