ErnestBeckham commited on
Commit
603520b
1 Parent(s): a2326ea

Updated Readme

Browse files
Files changed (1) hide show
  1. README.md +6 -2
README.md CHANGED
@@ -1,10 +1,14 @@
1
  ---
2
  library_name: keras
 
 
 
 
3
  ---
4
 
5
  ## Model description
6
 
7
- More information needed
8
 
9
  ## Intended uses & limitations
10
 
@@ -12,7 +16,7 @@ More information needed
12
 
13
  ## Training and evaluation data
14
 
15
- More information needed
16
 
17
  ## Training procedure
18
 
 
1
  ---
2
  library_name: keras
3
+ license: mit
4
+ metrics:
5
+ - accuracy
6
+ pipeline_tag: image-classification
7
  ---
8
 
9
  ## Model description
10
 
11
+ This mode for classify the lung cancer using histopathology images. This is Transformer based model (ViT).
12
 
13
  ## Intended uses & limitations
14
 
 
16
 
17
  ## Training and evaluation data
18
 
19
+ Dataset Source: https://www.kaggle.com/datasets/scipygaurav/lung-and-colon-cancer-dataset-splitted
20
 
21
  ## Training procedure
22