Spaces:
Runtime error
Runtime error
rogerkoranteng
commited on
Commit
•
cf7b404
1
Parent(s):
46d4ec4
Upload folder using huggingface_hub
Browse files
main.py
CHANGED
@@ -3,10 +3,9 @@ import os
|
|
3 |
import keras_nlp
|
4 |
from transformers import AutoModelForCausalLM
|
5 |
|
6 |
-
# Set Kaggle API credentials
|
7 |
-
os.environ["KAGGLE_USERNAME"] =
|
8 |
-
os.environ["KAGGLE_KEY"] =
|
9 |
-
|
10 |
|
11 |
# Load LoRA weights if you have them
|
12 |
LoRA_weights_path = "fined-tuned-model.lora.h5"
|
|
|
3 |
import keras_nlp
|
4 |
from transformers import AutoModelForCausalLM
|
5 |
|
6 |
+
# Set Kaggle API credentials
|
7 |
+
os.environ["KAGGLE_USERNAME"] = "rogerkorantenng"
|
8 |
+
os.environ["KAGGLE_KEY"] = "9a33b6e88bcb6058b1281d777fa6808d"
|
|
|
9 |
|
10 |
# Load LoRA weights if you have them
|
11 |
LoRA_weights_path = "fined-tuned-model.lora.h5"
|