Ujeshhh commited on
Commit
68d7ac2
·
verified ·
1 Parent(s): 9813569

Update analysis.py

Browse files
Files changed (1) hide show
  1. 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 = "mistralai/Mistral-7B-v0.1" # Publicly available
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