Datasets:

DOI:
License:
rcalef commited on
Commit
21592b7
1 Parent(s): 36fe3c0

Add placeholders for where Llama weights will be downloaded (#4)

Browse files

- Add placeholders for where Llama weights will be downloaded (626b317900ce4b06b5aec63908df617eae36903e)

model_weights/llama-2-7b-hf/README.md ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ Model weights for [Llama-2-7B](https://huggingface.co/meta-llama/Llama-2-7b-hf) will
2
+ be downloaded here upon initialization of the ProTeus-Split model.
model_weights/llama-3-8b/README.md ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ Model weights for [Llama-3-8B](https://huggingface.co/meta-llama/Meta-Llama-3-8B) will
2
+ be downloaded here upon initialization of the ProTeus-Full model.