Update README.md
Browse files
README.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
| 4 |
|
| 5 |
|
|
@@ -100,5 +106,4 @@ python -m scripts.analyze \
|
|
| 100 |
--out-html output/arc1_results.html
|
| 101 |
```
|
| 102 |
|
| 103 |
-
Multiple result folders can be passed to enable max-voting ensembling.
|
| 104 |
-
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
tags:
|
| 6 |
+
- floydnet
|
| 7 |
+
- diffusion-models
|
| 8 |
+
- ARC-AGI
|
| 9 |
---
|
| 10 |
|
| 11 |
|
|
|
|
| 106 |
--out-html output/arc1_results.html
|
| 107 |
```
|
| 108 |
|
| 109 |
+
Multiple result folders can be passed to enable max-voting ensembling.
|
|
|