Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,12 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
base_model:
|
4 |
+
- mistralai/Mathstral-7B-v0.1
|
5 |
+
pipeline_tag: text-generation
|
6 |
+
library_name: transformers
|
7 |
+
---
|
8 |
+
This model is based on [`mistralai/Mathstral-7B-v0.1`](https://huggingface.co/mistralai/Mathstral-7B-v0.1) (commit b6408c3) and has not made changes to the model itself.
|
9 |
+
|
10 |
+
We added a special Custom Handler (`handler.py` and other necessary files, dependencies, etc) to the model.
|
11 |
+
|
12 |
+
For more information, please refer to the original model card.
|