Added Citation
Browse files
README.md
CHANGED
@@ -103,4 +103,16 @@ response = tokenizer.batch_decode(generated_ids, skip_special_tokens=True)[0]
|
|
103 |
|
104 | |
105 |
<br>
|
106 |
-
You can also join our [Discord](https://discord.com/invite/qFCMgkGwUK)!
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
103 |
|
104 | |
105 |
<br>
|
106 |
+
You can also join our [Discord](https://discord.com/invite/qFCMgkGwUK)!
|
107 |
+
|
108 |
+
## Citation
|
109 |
+
If you are using the model, cite using
|
110 |
+
|
111 |
+
```
|
112 |
+
@article{pisupati2025selene,
|
113 |
+
title={Atla Selene Mini: A General Purpose Evaluation Model},
|
114 |
+
author={Alexandru, Andrei and Calvi, Antonia and Broomfield, Henry and Golden, Jackson and Dai, Kyle and Leys, Mathias and Burger, Maurice and Bartolo, Max and Engeler, Roman and Pisupati, Sashank and Drane, Toby and Park, Young Sun},
|
115 |
+
journal={arXiv preprint arXiv:2501.17195v1},
|
116 |
+
year={2025}
|
117 |
+
}
|
118 |
+
```
|