DSMI
/

KaizeShi commited on
Commit
6cda7ec
1 Parent(s): d56218d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -1
README.md CHANGED
@@ -42,5 +42,9 @@ If you find our work helpful, please consider [citing][paper] the following pape
42
  ### License
43
  The model released here is under the [Llama-2 LICENSE][license] to ensure more flexible accessibility; please adhere to the corresponding licence.
44
 
 
 
 
45
  [license]: <https://ai.meta.com/llama/license/#/>
46
- [paper]: <https://arxiv.org/abs/2308.04913#/>
 
 
42
  ### License
43
  The model released here is under the [Llama-2 LICENSE][license] to ensure more flexible accessibility; please adhere to the corresponding licence.
44
 
45
+ ### Acknowledgements
46
+ The code for the inference is based on the [tloen][tloen]
47
+
48
  [license]: <https://ai.meta.com/llama/license/#/>
49
+ [paper]: <https://arxiv.org/abs/2308.04913#/>
50
+ [tloen]: <https://huggingface.co/tloen/alpaca-lora-7b#/>