fakeFT-youtube_hyp-context / test_predictions_sample.json
layai's picture
Add files using upload-large-folder tool
2b14f18 verified
Raw
History Blame Contribute Delete
960 Bytes
{
"accuracy": 0.609204368174727,
"precision": 0.6019539793612196,
"recall": 0.609204368174727,
"f1": 0.6013533002285373,
"total_training_steps": 500,
"early_stopped": false,
"label_map": {
"0": "Fake",
"1": "Real"
},
"samples": [
{
"prediction": "Fake",
"ground_truth": "Fake"
},
{
"prediction": "Fake",
"ground_truth": "Fake"
},
{
"prediction": "Fake",
"ground_truth": "Real"
},
{
"prediction": "Real",
"ground_truth": "Fake"
},
{
"prediction": "Real",
"ground_truth": "Fake"
},
{
"prediction": "Fake",
"ground_truth": "Fake"
},
{
"prediction": "Fake",
"ground_truth": "Fake"
},
{
"prediction": "Fake",
"ground_truth": "Real"
},
{
"prediction": "Real",
"ground_truth": "Fake"
},
{
"prediction": "Real",
"ground_truth": "Fake"
}
]
}