fakeFT-youtube-context / test_predictions_sample.json
layai's picture
Add files using upload-large-folder tool
00e69ef verified
Raw
History Blame Contribute Delete
962 Bytes
{
"accuracy": 0.6162246489859594,
"precision": 0.6106577123126159,
"recall": 0.6162246489859594,
"f1": 0.6111411179233521,
"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": "Fake",
"ground_truth": "Fake"
},
{
"prediction": "Fake",
"ground_truth": "Fake"
},
{
"prediction": "Real",
"ground_truth": "Fake"
},
{
"prediction": "Real",
"ground_truth": "Fake"
},
{
"prediction": "Real",
"ground_truth": "Real"
},
{
"prediction": "Fake",
"ground_truth": "Fake"
},
{
"prediction": "Real",
"ground_truth": "Fake"
}
]
}