add intro
Browse files
README.md
CHANGED
@@ -1,12 +1,25 @@
|
|
1 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
library_name: transformers
|
3 |
-
|
|
|
4 |
---
|
5 |
|
6 |
# Model Card for Model ID
|
7 |
|
8 |
-
|
9 |
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
|
11 |
|
12 |
## Model Details
|
|
|
1 |
---
|
2 |
+
base_model:
|
3 |
+
- google/flan-t5-large
|
4 |
+
datasets:
|
5 |
+
- deepmind/math_dataset
|
6 |
+
language:
|
7 |
+
- en
|
8 |
library_name: transformers
|
9 |
+
metrics:
|
10 |
+
- exact_match
|
11 |
---
|
12 |
|
13 |
# Model Card for Model ID
|
14 |
|
15 |
+
Welcome to the ⚖️📊CyberSolve LinAlg 1.1🦾📏 model card!
|
16 |
|
17 |
+
We introduce **CyberSolve LinAlg 1.1**, a text-to-text large language model trained to solve linear equations. Specifically, *CyberSolve LingAlg 1.1* is a downstream version of the *FLAN-T5 large*
|
18 |
+
model, [Google/FLAN-T5-large](https://huggingface.co/google/flan-t5-large), fine-tuned on the one-dimensional linear algebra split of the Google DeepMind mathematics dataset.
|
19 |
+
|
20 |
+
**Note**: This is version **1.1**. The model card of the most updated version of CyberSolve LinAlg is available here: [CyberSolve LinAlg 1.2](https://huggingface.co/MarioBarbeque/CyberSolve-LinAlg-1.2)
|
21 |
+
|
22 |
+
See also the most recent model demoed in the [CyberSolve LinAlg 1.2 🤖 Space](https://huggingface.co/spaces/MarioBarbeque/CyberSolveLinAlg1.2).
|
23 |
|
24 |
|
25 |
## Model Details
|