Update README.md
Browse files
README.md
CHANGED
@@ -2459,3 +2459,16 @@ from transformers import AutoModelForCausalLM
|
|
2459 |
|
2460 |
model = AutoModelForCausalLM.from_pretrained("jat-project/jat")
|
2461 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2459 |
|
2460 |
model = AutoModelForCausalLM.from_pretrained("jat-project/jat")
|
2461 |
```
|
2462 |
+
|
2463 |
+
## Citation
|
2464 |
+
|
2465 |
+
|
2466 |
+
```bibtex
|
2467 |
+
@article{gallouedec2024jack,
|
2468 |
+
title = {{Jack of All Trades, Master of Some: a Multi-Purpose Transformer Agent}},
|
2469 |
+
author = {Gallouédec, Quentin and Beeching, Edward and Romac, Clément and Dellandréa, Emmanuel},
|
2470 |
+
journal = {arXiv preprint arXiv:2402.09844},
|
2471 |
+
year = {2024},
|
2472 |
+
url = {https://arxiv.org/abs/2402.09844}
|
2473 |
+
}
|
2474 |
+
```
|