Kill Shot commited on
Commit
0ed956e
1 Parent(s): f839354

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -14
README.md CHANGED
@@ -33,17 +33,3 @@ model = SetFitModel.from_pretrained("/var/folders/lm/k69sycyx5538ldsk5n0ln500000
33
  preds = model(["I want to tour this community","do you have a 1 bedroom", "what is your availability", "can i visit this place?", "you really did me a solid!"])
34
  ```
35
 
36
- ## BibTeX entry and citation info
37
-
38
- ```bibtex
39
- @article{https://doi.org/10.48550/arxiv.2209.11055,
40
- doi = {10.48550/ARXIV.2209.11055},
41
- url = {https://arxiv.org/abs/2209.11055},
42
- author = {Tunstall, Lewis and Reimers, Nils and Jo, Unso Eun Seo and Bates, Luke and Korat, Daniel and Wasserblat, Moshe and Pereg, Oren},
43
- keywords = {Computation and Language (cs.CL), FOS: Computer and information sciences, FOS: Computer and information sciences},
44
- title = {Efficient Few-Shot Learning Without Prompts},
45
- publisher = {arXiv},
46
- year = {2022},
47
- copyright = {Creative Commons Attribution 4.0 International}
48
- }
49
- ```
 
33
  preds = model(["I want to tour this community","do you have a 1 bedroom", "what is your availability", "can i visit this place?", "you really did me a solid!"])
34
  ```
35