Jose Marie Antonio Minoza commited on
Commit
dc012c9
·
1 Parent(s): 4bd040e

Update metadata.json

Browse files
Files changed (1) hide show
  1. results/metadata.json +21 -4
results/metadata.json CHANGED
@@ -1,12 +1,29 @@
1
-
2
  {
3
- "name": "FiLM-Conditioned Emulator",
4
  "authors": [
5
  "Jose Marie Antonio Minoza"
6
  ],
7
  "affiliations": ["Center for AI Research PH"],
8
- "description": "Feature-wise Linear Modulation (FiLM)-conditioned model with parameter unification",
9
- "approach": "unified_parameters_film_conditioning_",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10
  "total_runtime": 10.801626682281494,
11
  "email": "jomaminoza.acads@gmail.com"
12
  }
 
 
1
  {
2
+ "name": "FiLM-Conditioned Emulator II",
3
  "authors": [
4
  "Jose Marie Antonio Minoza"
5
  ],
6
  "affiliations": ["Center for AI Research PH"],
7
+ "description": "Feature-wise Linear Modulation (FiLM)-conditioned VQVAE model with parameter unification",
8
+ "model_schema": {
9
+ "model_size": "base",
10
+ "total_runtime": 8.851433753967285,
11
+ "architecture": "film_vqvae",
12
+ "model_config": {
13
+ "latent_dim": 128,
14
+ "num_embeddings": 256,
15
+ "encoder_hidden": [
16
+ 128,
17
+ 256
18
+ ],
19
+ "decoder_hidden": [
20
+ 256,
21
+ 512,
22
+ 1024
23
+ ],
24
+ "film_condition_dim": 64
25
+ }
26
+ },
27
  "total_runtime": 10.801626682281494,
28
  "email": "jomaminoza.acads@gmail.com"
29
  }