nikhil07prakash commited on
Commit
de609e8
1 Parent(s): 84d6ef3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -6
README.md CHANGED
@@ -44,12 +44,11 @@ model = AutoModel.from_pretrained("nikhil07prakash/float-7b")
44
  **BibTeX:**
45
 
46
  ```python
47
- @misc{prakash2024finetuning,
48
  title={Fine-Tuning Enhances Existing Mechanisms: A Case Study on Entity Tracking},
49
- author={Nikhil Prakash and Tamar Rott Shaham and Tal Haklay and Yonatan Belinkov and David Bau},
50
- year={2024},
51
- eprint={2402.14811},
52
- archivePrefix={arXiv},
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
  ```