Spaces:
Sleeping
Sleeping
Update analysis.py
Browse files- analysis.py +1 -1
analysis.py
CHANGED
@@ -6,7 +6,7 @@ import pandas as pd
|
|
6 |
# login(token="your_huggingface_token") # Uncomment and replace if needed
|
7 |
|
8 |
# ✅ Use a Free Model (Mistral-7B-v0.1 OR Gemma-2B)
|
9 |
-
MODEL_NAME = "
|
10 |
# MODEL_NAME = "google/gemma-2b" # Alternative (smaller but open-access)
|
11 |
|
12 |
# Load the text generation model
|
|
|
6 |
# login(token="your_huggingface_token") # Uncomment and replace if needed
|
7 |
|
8 |
# ✅ Use a Free Model (Mistral-7B-v0.1 OR Gemma-2B)
|
9 |
+
MODEL_NAME = "tiiuae/falcon-7b-instruct" # Open-source alternative # Publicly available
|
10 |
# MODEL_NAME = "google/gemma-2b" # Alternative (smaller but open-access)
|
11 |
|
12 |
# Load the text generation model
|