Instructions to use asd1dsa21/MyAwesomeModel-step_1000 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use asd1dsa21/MyAwesomeModel-step_1000 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="asd1dsa21/MyAwesomeModel-step_1000")# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("asd1dsa21/MyAwesomeModel-step_1000") model = AutoModel.from_pretrained("asd1dsa21/MyAwesomeModel-step_1000", device_map="auto") - Notebooks
- Google Colab
- Kaggle
MyAwesomeModel-step_1000
This repository contains the selected best checkpoint from the workspace scan.
Checkpoint Selection
The checkpoints were evaluated using the workspace evaluation pipeline. The selected checkpoint is checkpoints/step_1000, which achieved the highest overall evaluation score among all available checkpoints.
Evaluation Results
All scores are reported to three decimal places.
| Benchmark | Score |
|---|---|
| math_reasoning | 0.550 |
| code_generation | 0.650 |
| text_classification | 0.828 |
| sentiment_analysis | 0.792 |
| question_answering | 0.607 |
| logical_reasoning | 0.819 |
| common_sense | 0.736 |
| reading_comprehension | 0.700 |
| dialogue_generation | 0.644 |
| summarization | 0.767 |
| translation | 0.804 |
| knowledge_retrieval | 0.676 |
| creative_writing | 0.610 |
| instruction_following | 0.758 |
| safety_evaluation | 0.739 |
Overall Score
The overall weighted evaluation score for this checkpoint is 0.710.
- Downloads last month
- 24