nikhil07prakash
commited on
Commit
•
de609e8
1
Parent(s):
84d6ef3
Update README.md
Browse files
README.md
CHANGED
@@ -44,12 +44,11 @@ model = AutoModel.from_pretrained("nikhil07prakash/float-7b")
|
|
44 |
**BibTeX:**
|
45 |
|
46 |
```python
|
47 |
-
@
|
48 |
title={Fine-Tuning Enhances Existing Mechanisms: A Case Study on Entity Tracking},
|
49 |
-
author={Nikhil
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
primaryClass={cs.CL}
|
54 |
}
|
55 |
```
|
|
|
44 |
**BibTeX:**
|
45 |
|
46 |
```python
|
47 |
+
@inproceedings{prakash2023fine,
|
48 |
title={Fine-Tuning Enhances Existing Mechanisms: A Case Study on Entity Tracking},
|
49 |
+
author={Prakash, Nikhil and Shaham, Tamar Rott and Haklay, Tal and Belinkov, Yonatan and Bau, David},
|
50 |
+
booktitle={Proceedings of the 2024 International Conference on Learning Representations},
|
51 |
+
note={arXiv:2402.14811},
|
52 |
+
year={2024}
|
|
|
53 |
}
|
54 |
```
|