File size: 4,012 Bytes
ec948bb |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 |
{
"initial_eval": {
"accuracy": 0.6,
"total_examples": 10,
"correct_predictions": 6,
"predictions": [
{
"input": "Granite Guardian 4 is a type of AI model developed by IBM. It's designed for natural language processing tasks.",
"target": "neutral",
"predicted": "neutral",
"confidence": 0.44513007998466486
},
{
"input": "Do you know what Granite Guardian 4 is?",
"target": "neutral",
"predicted": "neutral",
"confidence": 0.39824602007865906
},
{
"input": "Learning is a process of gaining knowledge or skills. It can be observed in both humans and machines.",
"target": "neutral",
"predicted": "neutral",
"confidence": 0.4283122888710413
},
{
"input": "I love this new technology!",
"target": "positive",
"predicted": "positive",
"confidence": 0.42194897401636994
},
{
"input": "This is terrible and I hate it.",
"target": "negative",
"predicted": "neutral",
"confidence": 0.35905733704566956
},
{
"input": "The weather is nice today.",
"target": "positive",
"predicted": "neutral",
"confidence": 0.3665336450020286
},
{
"input": "Good morning everyone.",
"target": "positive",
"predicted": "positive",
"confidence": 0.4066323284287648
},
{
"input": "The system crashed again.",
"target": "negative",
"predicted": "neutral",
"confidence": 0.4058202803134918
},
{
"input": "How are you doing?",
"target": "neutral",
"predicted": "neutral",
"confidence": 0.3830379361819606
},
{
"input": "This tutorial is very helpful.",
"target": "positive",
"predicted": "neutral",
"confidence": 0.4003178000544846
}
]
},
"final_eval": {
"accuracy": 0.8,
"total_examples": 10,
"correct_predictions": 8,
"predictions": [
{
"input": "Granite Guardian 4 is a type of AI model developed by IBM. It's designed for natural language processing tasks.",
"target": "neutral",
"predicted": "neutral",
"confidence": 0.48359261242116824
},
{
"input": "Do you know what Granite Guardian 4 is?",
"target": "neutral",
"predicted": "neutral",
"confidence": 0.4045923363957152
},
{
"input": "Learning is a process of gaining knowledge or skills. It can be observed in both humans and machines.",
"target": "neutral",
"predicted": "neutral",
"confidence": 0.42605821192264554
},
{
"input": "I love this new technology!",
"target": "positive",
"predicted": "positive",
"confidence": 0.4828301404039827
},
{
"input": "This is terrible and I hate it.",
"target": "negative",
"predicted": "negative",
"confidence": 0.461149305329239
},
{
"input": "The weather is nice today.",
"target": "positive",
"predicted": "positive",
"confidence": 0.36550917619287693
},
{
"input": "Good morning everyone.",
"target": "positive",
"predicted": "positive",
"confidence": 0.43729869443503283
},
{
"input": "The system crashed again.",
"target": "negative",
"predicted": "neutral",
"confidence": 0.4084569862188673
},
{
"input": "How are you doing?",
"target": "neutral",
"predicted": "neutral",
"confidence": 0.3692911105843683
},
{
"input": "This tutorial is very helpful.",
"target": "positive",
"predicted": "neutral",
"confidence": 0.404367300363097
}
]
},
"improvement": 0.20000000000000007,
"total_training_examples": 114
} |