Update README.md
Browse files
README.md
CHANGED
@@ -9,6 +9,10 @@ base_model: tiiuae/falcon-7b
|
|
9 |
model-index:
|
10 |
- name: falcon7b-linear-equations
|
11 |
results: []
|
|
|
|
|
|
|
|
|
12 |
---
|
13 |
|
14 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -16,11 +20,15 @@ should probably proofread and complete it, then remove this comment. -->
|
|
16 |
|
17 |
# falcon7b-linear-equations
|
18 |
|
19 |
-
This model is a fine-tuned version of [tiiuae/falcon-7b](https://huggingface.co/tiiuae/falcon-7b) on
|
20 |
|
21 |
## Model description
|
22 |
|
23 |
-
|
|
|
|
|
|
|
|
|
24 |
|
25 |
## Intended uses & limitations
|
26 |
|
@@ -48,7 +56,7 @@ The following hyperparameters were used during training:
|
|
48 |
|
49 |
### Training results
|
50 |
|
51 |
-
|
52 |
|
53 |
### Framework versions
|
54 |
|
|
|
9 |
model-index:
|
10 |
- name: falcon7b-linear-equations
|
11 |
results: []
|
12 |
+
datasets:
|
13 |
+
- Menouar/LinearEquations
|
14 |
+
language:
|
15 |
+
- en
|
16 |
---
|
17 |
|
18 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
20 |
|
21 |
# falcon7b-linear-equations
|
22 |
|
23 |
+
This model is a fine-tuned version of [tiiuae/falcon-7b](https://huggingface.co/tiiuae/falcon-7b) on [Linear Equations Dataset](https://huggingface.co/datasets/Menouar/LinearEquations).
|
24 |
|
25 |
## Model description
|
26 |
|
27 |
+
The objective of this work is to fine-tune the [tiiuae/falcon-7b](https://huggingface.co/tiiuae/falcon-7b) on curated dataset of linear equations.
|
28 |
+
The aim is to enhance the model’s ability to solve mathematical linear equations in the form of:
|
29 |
+
```
|
30 |
+
ay + b = dy + c.
|
31 |
+
```
|
32 |
|
33 |
## Intended uses & limitations
|
34 |
|
|
|
56 |
|
57 |
### Training results
|
58 |
|
59 |
+
[Training Results on TensorBoard](https://huggingface.co/Menouar/falcon7b-linear-equations/tensorboard)
|
60 |
|
61 |
### Framework versions
|
62 |
|