Spaces:
Sleeping
Sleeping
Switched to test Pri 3.1
Browse files
app.py
CHANGED
|
@@ -14,7 +14,7 @@ file_path = "Adrega_P.I._User_Manual.docx"
|
|
| 14 |
#pipe = pipeline("question-answering")
|
| 15 |
#pipe = pipeline("text-generation")
|
| 16 |
#pipe = pipeline("question-answering", model="deepset/roberta-base-squad2")
|
| 17 |
-
pipe = pipeline("text-generation", model="
|
| 18 |
|
| 19 |
st.title("Adrega AI Help")
|
| 20 |
#dataset = load_dataset("andreska/adregadocs", split="test")
|
|
|
|
| 14 |
#pipe = pipeline("question-answering")
|
| 15 |
#pipe = pipeline("text-generation")
|
| 16 |
#pipe = pipeline("question-answering", model="deepset/roberta-base-squad2")
|
| 17 |
+
pipe = pipeline("text-generation", model="GPT4All-Community/Phi-3.1-mini-128k-instruct-GGUF")
|
| 18 |
|
| 19 |
st.title("Adrega AI Help")
|
| 20 |
#dataset = load_dataset("andreska/adregadocs", split="test")
|