Dongkkka commited on
Commit
582db35
·
verified ·
1 Parent(s): 88cb1e4

Upload folder using huggingface_hub

Browse files
Files changed (2) hide show
  1. best_model.pt +3 -0
  2. test_report.json +68 -0
best_model.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:115e80bd59628909a76f856fd8ad1ba6cbd67723f67879be14eea2c07486befb
3
+ size 373851947
test_report.json ADDED
@@ -0,0 +1,68 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "overall_accuracy": 0.9981613891726251,
3
+ "total_samples": 4895,
4
+ "correct": 4886,
5
+ "per_label": {
6
+ "0": {
7
+ "name": "move_to_desk",
8
+ "total": 124,
9
+ "correct": 120,
10
+ "accuracy": 0.967741935483871,
11
+ "misclassified_as": {
12
+ "1": 4
13
+ }
14
+ },
15
+ "1": {
16
+ "name": "place",
17
+ "total": 1895,
18
+ "correct": 1891,
19
+ "accuracy": 0.9978891820580474,
20
+ "misclassified_as": {
21
+ "0": 3,
22
+ "2": 1
23
+ }
24
+ },
25
+ "2": {
26
+ "name": "move_to_bin",
27
+ "total": 534,
28
+ "correct": 533,
29
+ "accuracy": 0.99812734082397,
30
+ "misclassified_as": {
31
+ "3": 1
32
+ }
33
+ },
34
+ "3": {
35
+ "name": "pick_up",
36
+ "total": 2342,
37
+ "correct": 2342,
38
+ "accuracy": 1.0,
39
+ "misclassified_as": {}
40
+ }
41
+ },
42
+ "confusion_matrix": {
43
+ "0": {
44
+ "0": 120,
45
+ "1": 4,
46
+ "2": 0,
47
+ "3": 0
48
+ },
49
+ "1": {
50
+ "0": 3,
51
+ "1": 1891,
52
+ "2": 1,
53
+ "3": 0
54
+ },
55
+ "2": {
56
+ "0": 0,
57
+ "1": 0,
58
+ "2": 533,
59
+ "3": 1
60
+ },
61
+ "3": {
62
+ "0": 0,
63
+ "1": 0,
64
+ "2": 0,
65
+ "3": 2342
66
+ }
67
+ }
68
+ }