Update README.md
Browse files
README.md
CHANGED
|
@@ -62,5 +62,11 @@ print(pipe("I am a", max_length=20)[0]["generated_text"])
|
|
| 62 |
If you use this model, please cite:
|
| 63 |
|
| 64 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 65 |
```
|
| 66 |
|
|
|
|
| 62 |
If you use this model, please cite:
|
| 63 |
|
| 64 |
```
|
| 65 |
+
@article{arnett2025acquisition,
|
| 66 |
+
title={On the Acquisition of Shared Grammatical Representations in Bilingual Language Models},
|
| 67 |
+
author={Arnett, Catherine and Chang, Tyler A and Michaelov, James A and Bergen, Benjamin K},
|
| 68 |
+
journal={arXiv preprint arXiv:2503.03962},
|
| 69 |
+
year={2025}
|
| 70 |
+
}
|
| 71 |
```
|
| 72 |
|