Turkish Address Classifier - Checkpoint Backup
โ ๏ธ This is a training checkpoint, not the final model!
- Checkpoint: checkpoint-17200
- Training Step: 17200
- Status: Training in progress
Usage
This checkpoint can be used to resume training or for early testing.
from transformers import AutoTokenizer, AutoModelForSequenceClassification
# Load checkpoint
model = AutoModelForSequenceClassification.from_pretrained("ucanbaklava/turkish-address-classifier-checkpoint_new")
tokenizer = AutoTokenizer.from_pretrained("ucanbaklava/turkish-address-classifier-checkpoint_new")
Training Info
- Base Model: dbmdz/bert-base-turkish-uncased
- Task: Multi-output classification (State + City)
- Training Device: NVIDIA A100-80GB GPU
Note
The final, fully-trained model will be uploaded to a different repository when training completes.
- Downloads last month
- 3