PEFT
cdh commited on
Commit
1f97423
·
verified ·
1 Parent(s): 543eb13

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -39,6 +39,10 @@ The paper explores the capabilities of Large Language Models (LLMs) like LLaMA i
39
 
40
  For more details, please consult the associated [Github repository](https://github.com/crux82/u-deppllama).
41
 
 
 
 
 
42
  # How to use it
43
 
44
  ```Python
 
39
 
40
  For more details, please consult the associated [Github repository](https://github.com/crux82/u-deppllama).
41
 
42
+ This model comes in two sizes:
43
+ - [13 billion parameters](https://huggingface.co/sag-uniroma2/u-depp-llama-2-13b)
44
+ - [7 billion parameters](https://huggingface.co/sag-uniroma2/u-depp-llama-2-7b)
45
+
46
  # How to use it
47
 
48
  ```Python