Commit
·
1ffd591
1
Parent(s):
33cc54c
Librarian Bot: Add base_model information to model (#2)
Browse files- Librarian Bot: Add base_model information to model (21ab73eeef00e5fda8aea7d96c178373e4da2d84)
Co-authored-by: Librarian Bot (Bot) <[email protected]>
README.md
CHANGED
@@ -4,16 +4,20 @@ tags:
|
|
4 |
- generated_from_trainer
|
5 |
datasets:
|
6 |
- competition_math
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
model-index:
|
8 |
- name: bert-finetuned-math-prob-classification
|
9 |
results: []
|
10 |
-
widget:
|
11 |
-
- text: "Find the number of positive divisors of 9!."
|
12 |
-
example_title: "Number theory"
|
13 |
-
- text: "Quadrilateral $ABCD$ is a parallelogram. If the measure of angle $A$ is 62 degrees and the measure of angle $ADB$ is 75 degrees, what is the measure of angle $ADC$, in degrees?"
|
14 |
-
example_title: "Prealgebra"
|
15 |
-
- text: "Suppose $x \\in [-5,-3]$ and $y \\in [2,4]$. What is the largest possible value of $\\frac{x+y}{x-y}$?"
|
16 |
-
example_title: "Intermediate algebra"
|
17 |
---
|
18 |
|
19 |
# bert-finetuned-math-prob-classification
|
|
|
4 |
- generated_from_trainer
|
5 |
datasets:
|
6 |
- competition_math
|
7 |
+
widget:
|
8 |
+
- text: Find the number of positive divisors of 9!.
|
9 |
+
example_title: Number theory
|
10 |
+
- text: Quadrilateral $ABCD$ is a parallelogram. If the measure of angle $A$ is 62
|
11 |
+
degrees and the measure of angle $ADB$ is 75 degrees, what is the measure of angle
|
12 |
+
$ADC$, in degrees?
|
13 |
+
example_title: Prealgebra
|
14 |
+
- text: Suppose $x \in [-5,-3]$ and $y \in [2,4]$. What is the largest possible value
|
15 |
+
of $\frac{x+y}{x-y}$?
|
16 |
+
example_title: Intermediate algebra
|
17 |
+
base_model: bert-base-uncased
|
18 |
model-index:
|
19 |
- name: bert-finetuned-math-prob-classification
|
20 |
results: []
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
21 |
---
|
22 |
|
23 |
# bert-finetuned-math-prob-classification
|