doriankim commited on
Commit
909d450
·
verified ·
1 Parent(s): 6e53a24

Update model card with YAML metadata and final documentation

Browse files
Files changed (1) hide show
  1. README.md +54 -0
README.md CHANGED
@@ -1,5 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  # Gemma3 피부종양 진단 모델
2
 
 
 
 
 
 
 
 
 
 
 
 
3
  ## 📋 모델 개요
4
  이 모델은 Google의 Gemma3를 기반으로 15가지 피부 종양을 분류하기 위해 파인튜닝된 멀티모달 모델입니다.
5
 
 
1
+ ---
2
+ language:
3
+ - ko
4
+ - en
5
+ tags:
6
+ - medical
7
+ - skin-cancer
8
+ - dermatology
9
+ - vision
10
+ - classification
11
+ - gemma3
12
+ - korean
13
+ - healthcare
14
+ datasets:
15
+ - custom-skin-lesion-dataset
16
+ metrics:
17
+ - accuracy
18
+ - precision
19
+ - recall
20
+ - f1
21
+ model_type: multimodal
22
+ pipeline_tag: image-classification
23
+ widget:
24
+ - src: https://example.com/skin_lesion_sample.jpg
25
+ candidate_labels: 광선각화증,기저세포암,멜라닌세포모반,보웬병,비립종,사마귀,악성흑색종,지루각화증,편평세포암,표피낭종,피부섬유종,피지샘증식증,혈관종,화농 육아종,흑색점
26
+ model-index:
27
+ - name: gemma3-skin-tumor-diagnosis
28
+ results:
29
+ - task:
30
+ type: image-classification
31
+ name: Skin Tumor Classification
32
+ dataset:
33
+ type: custom
34
+ name: Korean Skin Lesion Dataset
35
+ metrics:
36
+ - type: accuracy
37
+ value: 0.6700
38
+ name: Accuracy
39
+ - type: f1
40
+ value: 0.6474
41
+ name: F1 Score
42
+ ---
43
+
44
  # Gemma3 피부종양 진단 모델
45
 
46
+ 이 모델은 15가지 피부 질환을 진단할 수 있는 Gemma3 기반 멀티모달 모델입니다.
47
+
48
+ ## 모델 성능
49
+ - 정확도: 67.0%
50
+ - F1 Score: 0.647
51
+ - 평가 이미지: 500개
52
+
53
+ ## 주의사항
54
+ ⚠️ 이 모델은 의료 참고용으로만 사용하며, 실제 진단은 반드시 전문의와 상담하세요.
55
+ \n# Gemma3 피부종양 진단 모델
56
+
57
  ## 📋 모델 개요
58
  이 모델은 Google의 Gemma3를 기반으로 15가지 피부 종양을 분류하기 위해 파인튜닝된 멀티모달 모델입니다.
59