Text Classification
Transformers
PyTorch
TensorBoard
Safetensors
bert
Generated from Trainer
text-embeddings-inference
Instructions to use lschlessinger/bert-finetuned-math-prob-classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use lschlessinger/bert-finetuned-math-prob-classification with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="lschlessinger/bert-finetuned-math-prob-classification")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("lschlessinger/bert-finetuned-math-prob-classification") model = AutoModelForSequenceClassification.from_pretrained("lschlessinger/bert-finetuned-math-prob-classification", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Librarian Bot: Add base_model information to model
#2
by librarian-bot - opened
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
|