smares commited on
Commit
4c8ce3d
·
verified ·
1 Parent(s): 33af6d6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -2
README.md CHANGED
@@ -13,8 +13,9 @@ arxiv: 2507.13077
13
  ---
14
 
15
 
16
- # ESMCBA — Download and Run With `embeddings.py`
17
 
 
18
 
19
  **Code**: https://github.com/sermare/ESMCBA
20
  **Models**: https://huggingface.co/smares/ESMCBA
@@ -62,7 +63,7 @@ git clone https://github.com/sermare/ESMCBA
62
 
63
  Inside the repo you should have `embeddings.py` available. If your file is named `embeddings_generation.py`, use that name instead in the commands below.
64
 
65
- ## 3. Pick a model checkpoint
66
 
67
  All checkpoints live in the model repo: `smares/ESMCBA`.
68
 
@@ -74,6 +75,9 @@ Examples of filenames:
74
 
75
  You can browse all files here: https://huggingface.co/smares/ESMCBA
76
 
 
 
 
77
  ## 4. Download a checkpoint
78
 
79
  ### Option A — download to a folder next to the code
 
13
  ---
14
 
15
 
16
+ # ESMCBA
17
 
18
+ ![Graph](https://github.com/sermare/ESMCBA/blob/main/figures_manuscript/graph_abstract2.png)
19
 
20
  **Code**: https://github.com/sermare/ESMCBA
21
  **Models**: https://huggingface.co/smares/ESMCBA
 
63
 
64
  Inside the repo you should have `embeddings.py` available. If your file is named `embeddings_generation.py`, use that name instead in the commands below.
65
 
66
+ ## 3. Pick a model checkpoint (all models at the end of this Markdown)
67
 
68
  All checkpoints live in the model repo: `smares/ESMCBA`.
69
 
 
75
 
76
  You can browse all files here: https://huggingface.co/smares/ESMCBA
77
 
78
+ ![SOTA](https://github.com/sermare/ESMCBA/blob/main/figures_manuscript/4a_SOTA_models-4.png)
79
+
80
+
81
  ## 4. Download a checkpoint
82
 
83
  ### Option A — download to a folder next to the code