Instructions to use alex2awesome/source-type-model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use alex2awesome/source-type-model with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("alex2awesome/source-type-model") model = AutoModel.from_pretrained("alex2awesome/source-type-model") - Notebooks
- Google Colab
- Kaggle
File size: 202 Bytes
771390e | 1 2 3 4 5 6 7 8 | {
"eval_samples": 465,
"test_f1": 0.43148798131355104,
"test_loss": 0.707080066204071,
"test_runtime": 2.722,
"test_samples_per_second": 170.83,
"test_steps_per_second": 34.166
} |