wjworld commited on
Commit
9aaf681
·
verified ·
1 Parent(s): a233504

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -0
README.md CHANGED
@@ -6,3 +6,23 @@ pipeline_tag: zero-shot-image-classification
6
  license: mit
7
  ---
8
  # Model card for open_clip_quilt1m_ft_cy_1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6
  license: mit
7
  ---
8
  # Model card for open_clip_quilt1m_ft_cy_1
9
+
10
+ This model is finetuned based on the Quilt-1M VIT-B-32 model using Chaoyang Dataset.
11
+ The training csv file is : `/dataset/chaoyang/chaoyang_train_multi_annos.csv`
12
+ For this model, I insert the multi-labels into the prompts. Since the "normal" and "serrated" are the adj, so I add the nouns for better expression.
13
+ The Paired Text used for training as listed below:
14
+
15
+ normal: "normal histology"
16
+ serrated: "serrated polyps"
17
+ adenocarcinomas: "adenocarcinomas"
18
+ adenomas: "adenomas"
19
+
20
+ So for different combinations, replacing the labels with corresponding words.
21
+
22
+ "normal histology, normal histology, normal histology"
23
+ "serrated polyps, serrated polyps, serrated polyps"
24
+ "adenocarcinomas, adenocarcinomas, adenocarcinomas"
25
+ "adenomas, adenomas, adenomas"
26
+ "adenomas, normal histology, adenomas"
27
+
28
+ The model is finetuned with Chaoyang Dataset with 64 epochs, but I choose the **32th** checkpoint as the final model according to the plot of loss. I.e., the loss began kept stable.