Instructions to use dusersad12/FineTunedBest-TestRepo with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use dusersad12/FineTunedBest-TestRepo with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="dusersad12/FineTunedBest-TestRepo")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("dusersad12/FineTunedBest-TestRepo") model = AutoModelForSequenceClassification.from_pretrained("dusersad12/FineTunedBest-TestRepo", device_map="auto") - Notebooks
- Google Colab
- Kaggle
FineTunedBest
Overview
FineTunedBest is a fine-tuned RoBERTa model optimized for multi-task performance across reasoning, comprehension, and generation benchmarks. This model was selected from a series of hyperparameter sweeps as the run with the highest evaluation accuracy.
Benchmark Results
| Benchmark | FineTunedBest |
|---|---|
| Math Reasoning | 0.550 |
| Logical Reasoning | 0.819 |
| Reading Comprehension | 0.700 |
| Code Generation | 0.650 |
| Summarization | 0.767 |
| Instruction Following | 0.758 |
Training Details
The model was fine-tuned with an optimized hyperparameter configuration discovered through a systematic sweep. See the associated config.json for full details.
Usage
from transformers import AutoModelForSequenceClassification, AutoTokenizer
model = AutoModelForSequenceClassification.from_pretrained("FineTunedBest-TestRepo")
tokenizer = AutoTokenizer.from_pretrained("FineTunedBest-TestRepo")
License
This model is released under the Apache 2.0 license.
- Downloads last month
- 4