Spaces:
Runtime error
Runtime error
Upload README.md
Browse files
README.md
CHANGED
@@ -1,2 +1,19 @@
|
|
1 |
-
|
2 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
title: Mathstral-7B Assistant
|
3 |
+
emoji: 🧮
|
4 |
+
colorFrom: blue
|
5 |
+
colorTo: indigo
|
6 |
+
sdk: streamlit
|
7 |
+
sdk_version: 1.25.0
|
8 |
+
python_version: 3.10
|
9 |
+
app_file: app.py
|
10 |
+
pinned: false
|
11 |
+
---
|
12 |
+
|
13 |
+
# Mathstral-7B Assistant for Physics, Engineering, and Mathematics
|
14 |
+
|
15 |
+
This Streamlit app provides an interface for the Mathstral-7B model, assisting with questions in physics, engineering, and mathematics.
|
16 |
+
|
17 |
+
## Setup and Running Locally
|
18 |
+
|
19 |
+
1. Clone this repository:
|