hanslab37 commited on
Commit
de82445
·
verified ·
1 Parent(s): 3fe7e56

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -4
README.md CHANGED
@@ -30,22 +30,24 @@ should probably proofread and complete it, then remove this comment. -->
30
 
31
  # architectural_styles_classifier
32
 
33
- This model is a fine-tuned version of [nvidia/mit-b0](https://huggingface.co/nvidia/mit-b0) on the imagefolder dataset.
34
  It achieves the following results on the evaluation set:
35
  - Loss: 0.9412
36
  - Accuracy: 0.7223
37
 
38
  ## Model description
39
 
40
- More information needed
 
 
41
 
42
  ## Intended uses & limitations
43
 
44
- More information needed
45
 
46
  ## Training and evaluation data
47
 
48
- More information needed
49
 
50
  ## Training procedure
51
 
 
30
 
31
  # architectural_styles_classifier
32
 
33
+ This model is a fine-tuned version of [nvidia/mit-b0](https://huggingface.co/nvidia/mit-b0) on the Architectural styles dataset, retrieved from https://www.kaggle.com/datasets/dumitrux/architectural-styles-dataset.
34
  It achieves the following results on the evaluation set:
35
  - Loss: 0.9412
36
  - Accuracy: 0.7223
37
 
38
  ## Model description
39
 
40
+ Presentation about the model: https://www.canva.com/design/DAGLBMAs1K4/d8qvLN2nchSYVmnrwYzx0w/edit?utm_content=DAGLBMAs1K4&utm_campaign=designshare&utm_medium=link2&utm_source=sharebutton
41
+
42
+ You can try the model from Huggingface Space this link: https://huggingface.co/spaces/hanslab37/technospire
43
 
44
  ## Intended uses & limitations
45
 
46
+ The model were developed as part of experiment to learn about training a model and developing Image Classification model with Gradio in Huggingface. You can use it for experiment only. Not recommended for daily use.
47
 
48
  ## Training and evaluation data
49
 
50
+ https://www.kaggle.com/datasets/dumitrux/architectural-styles-dataset
51
 
52
  ## Training procedure
53