Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
import streamlit as st
|
2 |
from transformers import AutoModelForCausalLM, AutoTokenizer
|
3 |
|
4 |
-
model_path = "
|
5 |
|
6 |
tokenizer = AutoTokenizer.from_pretrained(model_path)
|
7 |
model = AutoModelForCausalLM.from_pretrained(
|
|
|
1 |
import streamlit as st
|
2 |
from transformers import AutoModelForCausalLM, AutoTokenizer
|
3 |
|
4 |
+
model_path = "cognitivecomputations/dolphin-2.8-mistral-7b-v02"
|
5 |
|
6 |
tokenizer = AutoTokenizer.from_pretrained(model_path)
|
7 |
model = AutoModelForCausalLM.from_pretrained(
|