munchers commited on
Commit
dd3467c
·
verified ·
1 Parent(s): 8852dea

Add model card

Browse files
Files changed (1) hide show
  1. README.md +23 -0
README.md ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Scent-to-Molecule ControlNet
2
+
3
+ A ControlNet model that generates molecular SMILES from scent descriptions.
4
+
5
+ ## Model Info
6
+ - Training epochs: 20
7
+ - Best validation loss: 0.030441686697304248
8
+ - Model size: 2.9 MB
9
+
10
+ ## Usage
11
+ ```python
12
+ from huggingface_hub import hf_hub_download
13
+ import torch
14
+
15
+ # Download model
16
+ model_path = hf_hub_download("munchers/scent-to-molecule", "best_control.pt")
17
+ checkpoint = torch.load(model_path, map_location='cpu')
18
+ ```
19
+
20
+ ## Examples
21
+ - "sweet vanilla scent" → Vanillin
22
+ - "bitter coffee alkaloid" → Caffeine
23
+ - "minty cooling fresh" → Menthol