Spaces:
Runtime error
Runtime error
Update space
Browse files
app.py
CHANGED
@@ -69,7 +69,7 @@ from transformers import AutoModelForCausalLM, AutoTokenizer
|
|
69 |
import os
|
70 |
|
71 |
# Define model names
|
72 |
-
MODEL_1_PATH = "Priyanka6/fine-tuning-inference" # Your fine-tuned model
|
73 |
MODEL_2_NAME = "sarvamai/sarvam-1" # The base model on Hugging Face Hub
|
74 |
|
75 |
# Load the tokenizer (same for both models)
|
|
|
69 |
import os
|
70 |
|
71 |
# Define model names
|
72 |
+
MODEL_1_PATH = "https://huggingface.co/spaces/Priyanka6/fine-tuning-inference" # Your fine-tuned model
|
73 |
MODEL_2_NAME = "sarvamai/sarvam-1" # The base model on Hugging Face Hub
|
74 |
|
75 |
# Load the tokenizer (same for both models)
|