Instructions to use asdafee34/MyAwesomeModel with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use asdafee34/MyAwesomeModel with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="asdafee34/MyAwesomeModel")# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("asdafee34/MyAwesomeModel") model = AutoModel.from_pretrained("asdafee34/MyAwesomeModel", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Document checkpoint selection by highest eval_accuracy
Browse files
README.md
CHANGED
|
@@ -35,9 +35,9 @@ Beyond its improved reasoning capabilities, this version also offers a reduced h
|
|
| 35 |
### Comprehensive Benchmark Results
|
| 36 |
|
| 37 |
**Selected checkpoint:** `step_1000`
|
| 38 |
-
**
|
| 39 |
|
| 40 |
-
The checkpoint was selected by
|
| 41 |
|
| 42 |
<div align="center">
|
| 43 |
|
|
|
|
| 35 |
### Comprehensive Benchmark Results
|
| 36 |
|
| 37 |
**Selected checkpoint:** `step_1000`
|
| 38 |
+
**Best `eval_accuracy`:** `0.710`
|
| 39 |
|
| 40 |
+
The checkpoint was selected strictly by comparing `eval_accuracy` for every checkpoint found in the workspace. `step_1000` had the highest value.
|
| 41 |
|
| 42 |
<div align="center">
|
| 43 |
|