Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -10,8 +10,7 @@ from utils.embedding_utils import CustomEmbeddingFunction
|
|
10 |
from transformers import AutoModelForCausalLM, AutoTokenizer
|
11 |
|
12 |
st.title("FormulAI")
|
13 |
-
st.write("
|
14 |
-
st.write("I am a chatbot that has been fine-tuned on the FormuLLaMa-3.2-1B dataset.")
|
15 |
|
16 |
# Device and model configuration
|
17 |
device = torch.device("cuda" if torch.cuda.is_available() else "cpu")
|
|
|
10 |
from transformers import AutoModelForCausalLM, AutoTokenizer
|
11 |
|
12 |
st.title("FormulAI")
|
13 |
+
st.write("Ask a question regarding Formula 1:")
|
|
|
14 |
|
15 |
# Device and model configuration
|
16 |
device = torch.device("cuda" if torch.cuda.is_available() else "cpu")
|