Instructions to use joaoluislins/trained_rwmodel with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use joaoluislins/trained_rwmodel with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("joaoluislins/trained_rwmodel", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 181 Bytes
936f557 | 1 2 3 4 5 6 7 | {
"epoch": 1.9989663319551094,
"eval_accuracy": 0.6195313401823849,
"eval_runtime": 371.0968,
"eval_samples_per_second": 64.881,
"eval_steps_per_second": 1.016
} |