Skip to content

Commit 5f68da7

Browse files
authored
Update README.md
1 parent c6ac5ad commit 5f68da7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ WANDB_MODE=disabled python sample_negative_solutions.py --in_file data/$TASK/tra
2929
All parameters are self-explanatory, but `--sample_calc` means we will use calculator sampling. That is whenever an operation such as `<< 4 + 5=9 >>` is generated, we will invoke a calculator module to compute the result.
3030

3131
### Steps 2 and 3: Alignment and Discriminator Training
32-
![image](https://github.com/mukhal/grace/assets/5109053/ebbefdc2-0861-4fbc-ad0f-43316741bf58)
32+
<p align="center"> <img src="https://github.com/mukhal/grace/assets/5109053/ebbefdc2-0861-4fbc-ad0f-43316741bf58" alt="Description of the image" width="800" height="250"> </p>
3333

3434
Now we want to train a FLAN-T5 encoder as a discriminator over the sampled solutions.
3535
```

0 commit comments

Comments
 (0)