0-ma commited on
Commit
a0124dc
·
verified ·
1 Parent(s): 670c7ce

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -20,7 +20,7 @@ pipeline_tag: image-classification
20
 
21
  ## Accuracy
22
 
23
- - Accuracy on dataset 0-ma/geometric-shapes [test] : 0.7828571428571428
24
 
25
  # Loading and using the model
26
  import numpy as np
@@ -46,4 +46,4 @@ pipeline_tag: image-classification
46
  print(predicted_labels)
47
 
48
  ## Model generation
49
- The model has been created using the 'train_shape_detector.py.py' of the project from the project https://github.com/0-ma/geometric-shape-detector. No external code sources were used.
 
20
 
21
  ## Accuracy
22
 
23
+ - Accuracy on dataset 0-ma/geometric-shapes [test] : 0.9469
24
 
25
  # Loading and using the model
26
  import numpy as np
 
46
  print(predicted_labels)
47
 
48
  ## Model generation
49
+ The model has been created using the 'train_shape_detector.py' of the project from the project https://github.com/0-ma/geometric-shape-detector. No external code sources were used.