CoolFace
Modelpublic

Adya662/bert-tiny-amd

sourceHugging Faceapache-2.0updated 1y agoView on Hugging Face
1likes12downloads
training_metadata.json32 linesDownload Raw Back to root
1{2  "model_name": "bert-tiny-amd",3  "base_model": "prajjwal1/bert-tiny",4  "task": "text-classification",5  "dataset": "ElevateNow call center transcripts",6  "language": "en",7  "license": "mit",8  "pipeline_tag": "text-classification",9  "tags": [10    "text-classification",11    "answering-machine-detection",12    "bert-tiny",13    "binary-classification",14    "call-center",15    "voice-processing"16  ],17  "performance": {18    "validation_accuracy": 0.9394,19    "precision": 0.9275,20    "recall": 0.8727,21    "f1_score": 0.899322  },23  "training_details": {24    "total_samples": 3548,25    "training_samples": 2838,26    "validation_samples": 710,27    "epochs": 15,28    "batch_size": 32,29    "learning_rate": 3e-05,30    "device": "mps"31  }32}