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", device_map="auto") - Notebooks
- Google Colab
- Kaggle
| { | |
| "epoch": 3.0, | |
| "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, | |
| "train_loss": 0.9243036530092237, | |
| "train_runtime": 435.0692, | |
| "train_samples": 4056, | |
| "train_samples_per_second": 27.968, | |
| "train_steps_per_second": 5.599 | |
| } |