Spaces:
Sleeping
Sleeping
Update my_model/config/LLAMA2_config.py
Browse files
my_model/config/LLAMA2_config.py
CHANGED
|
@@ -2,7 +2,7 @@
|
|
| 2 |
import torch
|
| 3 |
import os
|
| 4 |
|
| 5 |
-
MODEL_NAME = "meta-llama/Llama-2-7b-chat-hf"
|
| 6 |
TOKENIZER_NAME = "meta-llama/Llama-2-7b-chat-hf"
|
| 7 |
QUANTIZATION = '4bit' # Options: '4bit', '8bit', or None
|
| 8 |
FROM_SAVED = False
|
|
|
|
| 2 |
import torch
|
| 3 |
import os
|
| 4 |
|
| 5 |
+
MODEL_NAME = "meta-llama/Llama-2-7b-chat-hf" # For loading and fine-tuning the 13b version --> MODEL_NAME = "meta-llama/Llama-2-13b-chat-hf"
|
| 6 |
TOKENIZER_NAME = "meta-llama/Llama-2-7b-chat-hf"
|
| 7 |
QUANTIZATION = '4bit' # Options: '4bit', '8bit', or None
|
| 8 |
FROM_SAVED = False
|