tnt306 commited on
Commit
3797309
·
1 Parent(s): 39f5339

Improved val auprc description

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -245,7 +245,7 @@ with gr.Blocks(theme=gr.themes.Soft(), css=css) as demo:
245
  - 5,315 positive, 44,999 negative (11.8%)
246
  - Split: 80% training, 10% validation, 10% testing
247
  - Notable points:
248
- - Result: AUPRC 0.7033 (Baseline: 0.118)
249
  - Variational Regularization, inspired by [Kipf et al., 2016](https://arxiv.org/abs/1611.07308)
250
  - Trained on NVIDIA A100 with PyTorch 2.4.0
251
  """
 
245
  - 5,315 positive, 44,999 negative (11.8%)
246
  - Split: 80% training, 10% validation, 10% testing
247
  - Notable points:
248
+ - Result: AUPRC 0.7033 (Baseline: 0.118) on val split
249
  - Variational Regularization, inspired by [Kipf et al., 2016](https://arxiv.org/abs/1611.07308)
250
  - Trained on NVIDIA A100 with PyTorch 2.4.0
251
  """