Views
No views yet
roberta_ft/ — fine-tuned roberta-base classifier (the primary model)svm_model.pkl, decision_tree_model.pkl, adaboost_model.pkl — classical ML modelsfnn_model.h5, lstm_model.keras, cnn_model.keras — deep-learning modelstfidf_vectorizer.pkl, text_vectorizer_vocab.pkl — feature transformersFacebookAI/roberta-base fine-tuned as a binary classifier (0 = human, 1 = AI).| Setting | Value |
|---|---|
| Base model | FacebookAI/roberta-base |
| Learning rate | 2e-5 |
| Train / eval batch size | 8 |
| Gradient accumulation | 2 (effective batch 16) |
| Epochs | 3 |
| Weight decay | 0.01 |
| Max sequence length | 512 |
| Metric | Score |
|---|---|
| Train Loss | 0.4943 |
| Eval Loss | 0.2022 |
| Eval F1 | 0.9988 |
| Validation Accuracy | 0.9988 |
| Test Accuracy | 0.9976 |
| Test F1 | 0.9976 |