cognitivecomputations/dolphin-phi-2-kensho
Browse files
app.py
CHANGED
@@ -8,7 +8,7 @@ from transformers import pipeline
|
|
8 |
model_name = "dolphin-phi"
|
9 |
|
10 |
# Load the chosen LLM model
|
11 |
-
llm = pipeline("text-generation", model=dolphin-phi)
|
12 |
|
13 |
#Vectara config:
|
14 |
# customer_id =
|
|
|
8 |
model_name = "dolphin-phi"
|
9 |
|
10 |
# Load the chosen LLM model
|
11 |
+
llm = pipeline("text-generation", model=cognitivecomputations/dolphin-phi-2-kensho)
|
12 |
|
13 |
#Vectara config:
|
14 |
# customer_id =
|