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