Poonam2110 commited on
Commit
6908f8f
·
verified ·
1 Parent(s): 9ec49a2

Training in progress, epoch 1

Browse files
config.json ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "openai/clip-vit-base-patch16",
3
+ "architectures": [
4
+ "CLIPForImageClassification"
5
+ ],
6
+ "id2label": {
7
+ "0": "glioma",
8
+ "1": "meningioma",
9
+ "2": "notumor",
10
+ "3": "pituitary"
11
+ },
12
+ "initializer_factor": 1.0,
13
+ "label2id": {
14
+ "glioma": "0",
15
+ "meningioma": "1",
16
+ "notumor": "2",
17
+ "pituitary": "3"
18
+ },
19
+ "logit_scale_init_value": 2.6592,
20
+ "model_type": "clip",
21
+ "problem_type": "single_label_classification",
22
+ "projection_dim": 512,
23
+ "text_config": {
24
+ "bos_token_id": 0,
25
+ "dropout": 0.0,
26
+ "eos_token_id": 2,
27
+ "model_type": "clip_text_model"
28
+ },
29
+ "torch_dtype": "float32",
30
+ "transformers_version": "4.44.2",
31
+ "vision_config": {
32
+ "dropout": 0.0,
33
+ "model_type": "clip_vision_model",
34
+ "patch_size": 16
35
+ }
36
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7c7fe46f1670e1ea63ba65ddea06fe892a0bfc71231cb8dd3469fb747e805fd7
3
+ size 343233968
preprocessor_config.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "crop_size": {
3
+ "height": 224,
4
+ "width": 224
5
+ },
6
+ "do_center_crop": true,
7
+ "do_convert_rgb": true,
8
+ "do_normalize": true,
9
+ "do_rescale": true,
10
+ "do_resize": true,
11
+ "image_mean": [
12
+ 0.48145466,
13
+ 0.4578275,
14
+ 0.40821073
15
+ ],
16
+ "image_processor_type": "CLIPImageProcessor",
17
+ "image_std": [
18
+ 0.26862954,
19
+ 0.26130258,
20
+ 0.27577711
21
+ ],
22
+ "resample": 3,
23
+ "rescale_factor": 0.00392156862745098,
24
+ "size": {
25
+ "shortest_edge": 224
26
+ }
27
+ }
runs/Sep06_11-48-58_8122d51a9c16/events.out.tfevents.1725623346.8122d51a9c16.178.6 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0b02ad36f544e69fb438cbde43742741d9b8ba683e61664ad6b5fa4f5d9360a8
3
+ size 5425
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3140ceed7da75170700155ec4c2a6327416584a3255946bc80311d3cd30d535d
3
+ size 5240