Spaces:
Sleeping
Sleeping
John Graham Reynolds
commited on
Commit
·
fabbd2b
1
Parent(s):
80a907a
update description
Browse files
app.py
CHANGED
@@ -25,8 +25,8 @@ DESCRIPTION= """Welcome to the CyberSolve LinAlg 1.2 demo! \n
|
|
25 |
Specifically, the **CyberSolve LinAlg 1.x** family of models
|
26 |
are downstream versions of the 783M parameter FLAN-T5 text-to-text transformer, fine-tuned on the Google DeepMind Mathematics dataset for the purpose of solving linear equations of a single variable.
|
27 |
To effectively query the model for its intended task, prompt the model solve an arbitrary linear equation of a single variable with a query of the form: *"Solve 24 = 1601c - 1605c for c."*; the model
|
28 |
-
will return its prediciton in a simple format. The algebraic capabailites far exceed those of the base FLAN-T5 model. CyberSolve LinAlg 1.2 achieves a 90.7 percent exact match benchmark
|
29 |
-
evaluation dataset of 10,000 unique linear equations; the FLAN-T5 base model scores 9.6 percent.
|
30 |
|
31 |
On the left is a sidebar of **Examples** that can be clicked to query to model.
|
32 |
|
|
|
25 |
Specifically, the **CyberSolve LinAlg 1.x** family of models
|
26 |
are downstream versions of the 783M parameter FLAN-T5 text-to-text transformer, fine-tuned on the Google DeepMind Mathematics dataset for the purpose of solving linear equations of a single variable.
|
27 |
To effectively query the model for its intended task, prompt the model solve an arbitrary linear equation of a single variable with a query of the form: *"Solve 24 = 1601c - 1605c for c."*; the model
|
28 |
+
will return its prediciton in a simple format. The algebraic capabailites of CyberSolve far exceed those of the base FLAN-T5 model. CyberSolve LinAlg 1.2 achieves a 90.7 percent exact match benchmark
|
29 |
+
on the DeepMind Mathematics evaluation dataset of 10,000 unique linear equations; the FLAN-T5 base model scores 9.6 percent.
|
30 |
|
31 |
On the left is a sidebar of **Examples** that can be clicked to query to model.
|
32 |
|