Brownwang0426 commited on
Commit
c84b117
1 Parent(s): cdec80b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -14,7 +14,7 @@ This is a testing model by:
14
 
15
  The purpose of this model is to show how you can download a pre-trained llama and customize it... however you want... and then re-train it with... whatever you want... and then upload your model to hugging face 🤗
16
 
17
- It is intended to compete with larger models developed by large corporations with GPU advantage.
18
 
19
  However, of course, if you want to use this model properly, you have to not only download it with LlamaForCausalLM but also to use the following code in .ipynb to build the same customized layer and merge the huggingface safetensor to each parameter:
20
 
 
14
 
15
  The purpose of this model is to show how you can download a pre-trained llama and customize it... however you want... and then re-train it with... whatever you want... and then upload your model to hugging face 🤗
16
 
17
+ It is not intended to compete with larger models developed by large corporations with GPU advantage.
18
 
19
  However, of course, if you want to use this model properly, you have to not only download it with LlamaForCausalLM but also to use the following code in .ipynb to build the same customized layer and merge the huggingface safetensor to each parameter:
20