Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -11,7 +11,7 @@ personality_tokenizer = AutoTokenizer.from_pretrained("KevSun/Personality_LM")
|
|
11 |
# Initialize the LLM client (HuggingFaceH4/zephyr-7b-beta)
|
12 |
#llm_client = InferenceClient("Qwen/Qwen2.5-72B-Instruct")
|
13 |
#llm_client = InferenceClient("nsfwthrowitaway69/Venus-120b-v1.2")
|
14 |
-
llm_client = InferenceClient("
|
15 |
|
16 |
|
17 |
def analyze_personality(text):
|
|
|
11 |
# Initialize the LLM client (HuggingFaceH4/zephyr-7b-beta)
|
12 |
#llm_client = InferenceClient("Qwen/Qwen2.5-72B-Instruct")
|
13 |
#llm_client = InferenceClient("nsfwthrowitaway69/Venus-120b-v1.2")
|
14 |
+
llm_client = InferenceClient("EleutherAI/gpt-neox-20b")
|
15 |
|
16 |
|
17 |
def analyze_personality(text):
|