Commit
·
762a311
1
Parent(s):
ea95720
Link paper to arXiv (#5)
Browse files- Link paper to arXiv (c30653547e6bbdc00a068e538a7f84ed568d1918)
Co-authored-by: Omar Sanseviero <[email protected]>
README.md
CHANGED
|
@@ -119,6 +119,9 @@ print(text)
|
|
| 119 |
Furthermore, in the forward pass of the model, we currently do not support outputing hidden states or attention values, or using custom input embeddings (instead of the model's).
|
| 120 |
|
| 121 |
### Citation
|
|
|
|
|
|
|
|
|
|
| 122 |
```bib
|
| 123 |
@article{textbooks2,
|
| 124 |
title={Textbooks Are All You Need II: \textbf{phi-1.5} technical report},
|
|
|
|
| 119 |
Furthermore, in the forward pass of the model, we currently do not support outputing hidden states or attention values, or using custom input embeddings (instead of the model's).
|
| 120 |
|
| 121 |
### Citation
|
| 122 |
+
|
| 123 |
+
You can find the paper at https://arxiv.org/abs/2309.05463
|
| 124 |
+
|
| 125 |
```bib
|
| 126 |
@article{textbooks2,
|
| 127 |
title={Textbooks Are All You Need II: \textbf{phi-1.5} technical report},
|