Menouar commited on
Commit
e8c26b2
1 Parent(s): 12f2bcf

Update README.md

Browse files

We would like to begin by expressing our deepest gratitude to the [**Technology Innovation Institute (TII)**](https://www.tii.ae/) for their generous decision to make the [**Falcon7B**](https://huggingface.co/tiiuae/falcon-7b) model open source. This contribution significantly benefits the global research community and opens up new possibilities for advancements in the field. Thank you, TII.

Building upon this, Falcon7B-linear-equations is a fine-tuned version of the Falcon7B model, trained on a curated dataset of linear equations. The goal is to enhance the model’s ability to solve mathematical linear equations, thereby achieving superior results.

Files changed (1) hide show
  1. README.md +15 -1
README.md CHANGED
@@ -1,3 +1,17 @@
1
  ---
2
  license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
+ datasets:
4
+ - Menouar/LinearEquationTrainingData
5
+ language:
6
+ - en
7
+ library_name: peft
8
+ tags:
9
+ - trl
10
+ - sft
11
+ - generated_from_trainer
12
+ - falcon
13
+ base_model: tiiuae/falcon-7b
14
+ model-index:
15
+ - name: falcon7b-linear-equations
16
+ results: []
17
+ ---