emnlp 2023 commited on
Commit
607b9b9
1 Parent(s): d3be78d

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -0
README.md ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ This is a baseline model for our [calculator-assisted models](https://huggingface.co/models?search=emnlp2023)
2
+ trained on a mixture of all our [Calc-X datasets](https://huggingface.co/datasets?search=emnlp2023).
3
+ See the corresponding paper for details.
4
+
5
+ The reported results can be reproduced by using [evaluation script](https://github.com/emnlp2023sub/gadgets/blob/65e24e810cf5ea20aceb8a3c8ddbc19f035ab694/examples/test_calc.py)
6
+ from the project repository.