tdphamm commited on
Commit
7614f88
·
verified ·
1 Parent(s): e29a142

Add eval result: multi_agent/openai__o1/results_2026-05-20.json

Browse files
multi_agent/openai__o1/results_2026-05-20.json ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "config": {
3
+ "model_dtype": "torch.float16",
4
+ "model_name": "openai/o1",
5
+ "model_sha": "main",
6
+ "eval_date": "2026-05-20"
7
+ },
8
+ "results": {
9
+ "dipole_from_name": {
10
+ "accuracy": 0.0
11
+ },
12
+ "dipole_from_smiles": {
13
+ "accuracy": 1.0
14
+ },
15
+ "energy_from_name": {
16
+ "accuracy": 1.0
17
+ },
18
+ "energy_from_smiles": {
19
+ "accuracy": 1.0
20
+ },
21
+ "optimization_from_name": {
22
+ "accuracy": 1.0
23
+ },
24
+ "optimization_from_smiles": {
25
+ "accuracy": 1.0
26
+ },
27
+ "reaction_energy": {
28
+ "accuracy": 0.8
29
+ },
30
+ "smiles_lookup": {
31
+ "accuracy": 0.75
32
+ },
33
+ "thermochemistry_from_name": {
34
+ "accuracy": 0.5
35
+ },
36
+ "thermochemistry_from_smiles": {
37
+ "accuracy": 1.0
38
+ },
39
+ "vibrations_from_name": {
40
+ "accuracy": 0.5
41
+ },
42
+ "vibrations_from_smiles": {
43
+ "accuracy": 0.5
44
+ }
45
+ }
46
+ }