jeevan-exa commited on
Commit
4096aa0
·
verified ·
1 Parent(s): 7b86ed3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -0
README.md CHANGED
@@ -57,6 +57,16 @@ inputs = tokenizer(input_text, return_tensors="pt")
57
  outputs = model.generate(**inputs)
58
  ```
59
 
 
 
 
 
 
 
 
 
 
 
60
 
61
  # Uploaded model
62
 
 
57
  outputs = model.generate(**inputs)
58
  ```
59
 
60
+ If you use this model, please cite:
61
+ ```bibtex
62
+ @inproceedings{exafluence2024OASISCoder,
63
+ title={OASISCoder-Llama-3.2-3B: A Medical Coding Language Model for CMS and OASIS},
64
+ author={Exafluence Inc.},
65
+ year={2024},
66
+ doi={10.57967/hf/3260},
67
+ url={https://huggingface.co/exafluence/OASISCoder-Llama-3.2-3B}
68
+ }
69
+ ```
70
 
71
  # Uploaded model
72