ashhadahsan commited on
Commit
713c2da
1 Parent(s): 61ef435

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -6
README.md CHANGED
@@ -6,6 +6,18 @@ base_model:
6
  - facebook/sam-vit-base
7
  ---
8
 
 
 
 
 
 
 
 
 
 
 
 
 
9
  ### Parameters on which the model was trained
10
 
11
  ```yaml
@@ -23,9 +35,3 @@ TRAIN:
23
  NUM_EPOCHS: 30
24
  LEARNING_RATE: 0.0001
25
  PATIENCE: 10
26
- ```
27
-
28
-
29
-
30
- ![Training Loss UFPR SAM](https://huggingface.co/ashhadahsan/sam_vit_b_lora_rank512_ufpr/blob/main/training_loss_ufpr_sam.png)
31
-
 
6
  - facebook/sam-vit-base
7
  ---
8
 
9
+ ![Training Loss UFPR SAM](https://huggingface.co/ashhadahsan/sam_vit_b_lora_rank512_ufpr/resolve/main/training_loss_ufpr_sam.png)
10
+
11
+ ![Comparison with baseline](https://huggingface.co/ashhadahsan/sam_vit_b_lora_rank512_ufpr/resolve/main/comparsion_with_baseline.png)
12
+
13
+ ## Finetuning metrics
14
+
15
+ * RANK LOSS : 0.052654343576998344
16
+ * RANK ACCURACY : 0.9997852160627786
17
+ * RANK PRECISION : 0.9420321321139293
18
+ * RANK RECALL : 0.9461407410472382
19
+
20
+
21
  ### Parameters on which the model was trained
22
 
23
  ```yaml
 
35
  NUM_EPOCHS: 30
36
  LEARNING_RATE: 0.0001
37
  PATIENCE: 10