berkamphoon commited on
Commit
6d0c2f2
·
verified ·
1 Parent(s): d26bae8

Training in progress, epoch 6

Browse files
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6f5e35d8624e37728e1eed0f4172c8a83be357e8ca3dbed9abc7d412ad423e50
3
  size 6127553104
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:faf857fe176cae384355b3364b951583b8a43f4db9b31fd946702efb46540183
3
  size 6127553104
log.txt CHANGED
@@ -1,29 +0,0 @@
1
- AUC: 0.8066
2
- Sensitivity at Specificity 80%: 0.6534
3
- Sensitivity at Specificity 85%: 0.5795
4
- Sensitivity at Specificity 90%: 0.4347
5
- Sensitivity at Specificity 95%: 0.3182
6
- ##############################
7
- Sex Group AUC
8
- Sex 0: 0.8201
9
- Sex 1: 0.7909
10
- ES-AUC Sex: 0.8064
11
- ##############################
12
- Race Group AUC
13
- Race Asian: 0.3929
14
- Race Black or African American: 1.0000
15
- Race White: 0.8115
16
- Race Other or Unknown: 0.7661
17
- ES-AUC Race: 0.8014
18
- ##############################
19
- Ethnic Group AUC
20
- Ethnic 0: 0.8073
21
- Ethnic 1: 0.9017
22
- Ethnic Unknown or Not Reported: 0.7778
23
- ES-AUC Ethnic: 0.8056
24
- ##############################
25
- Language Group AUC
26
- Language English: 0.8038
27
- Language Spanish: 0.9505
28
- Language Other or Unknown: 0.7609
29
- ES-AUC Language: 0.8051
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
runs/Aug20_13-48-33_meedgxh100a/events.out.tfevents.1755712115.meedgxh100a.562766.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b7498652fea46004c0aed06a27bd237a83e08fb12d02964159075906a1590a62
3
- size 30331
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:05b2ea90670ff1d3d079093fb9d2d0d40ac3bc3ea45e0997d280cdf6f8aecd45
3
+ size 34621
train_medgemma_focalft_final_amd_copy.py CHANGED
@@ -259,7 +259,7 @@ def create_subset(data, task_idx, train=True):
259
  print(f"AMD - Number of positive samples: {num_sample}")
260
  return random.sample(neg, 10*num_sample), pos
261
  else:
262
- return random.sample(neg, num_sample), pos
263
  # return neg, pos
264
 
265
  ###########################################################
 
259
  print(f"AMD - Number of positive samples: {num_sample}")
260
  return random.sample(neg, 10*num_sample), pos
261
  else:
262
+ return random.sample(neg, 10*num_sample), pos
263
  # return neg, pos
264
 
265
  ###########################################################