beingamit99 commited on
Commit
224c7b3
ยท
1 Parent(s): f354972

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -1
README.md CHANGED
@@ -6,6 +6,9 @@ tags:
6
  - beit
7
  - vit
8
  - transformer
 
 
 
9
  ---
10
  # ๐Ÿš— Car Damage Prediction Model ๐Ÿ› ๏ธ
11
 
@@ -69,4 +72,4 @@ print(f"Predicted class: {predicted_class_name} (probability: {predicted_proba:.
69
  from transformers import pipeline
70
  #Create a classification pipeline
71
  pipe = pipeline("image-classification", model="beingamit99/car_damage_detection")
72
- pipe(IMAGE)
 
6
  - beit
7
  - vit
8
  - transformer
9
+ metrics:
10
+ - accuracy
11
+ - code_eval
12
  ---
13
  # ๐Ÿš— Car Damage Prediction Model ๐Ÿ› ๏ธ
14
 
 
72
  from transformers import pipeline
73
  #Create a classification pipeline
74
  pipe = pipeline("image-classification", model="beingamit99/car_damage_detection")
75
+ pipe(IMAGE)