Fix viewer config metadata paths
Browse files
README.md
CHANGED
|
@@ -4,17 +4,11 @@ license: cc-by-4.0
|
|
| 4 |
configs:
|
| 5 |
- config_name: IFC2X3
|
| 6 |
default: true
|
| 7 |
-
data_files:
|
| 8 |
-
- split: train
|
| 9 |
-
path: metadata/IFC2X3.json
|
| 10 |
- config_name: IFC4
|
| 11 |
-
data_files:
|
| 12 |
-
- split: train
|
| 13 |
-
path: metadata/IFC4.json
|
| 14 |
- config_name: IFC4X3_ADD2
|
| 15 |
-
data_files:
|
| 16 |
-
- split: train
|
| 17 |
-
path: metadata/IFC4X3_ADD2.json
|
| 18 |
---
|
| 19 |
|
| 20 |
>This result was produced as part of the "GENIAC (Generative AI Accelerator Challenge) Project," which is promoted by the Ministry of Economy, Trade and Industry and the New Energy and Industrial Technology Development Organization (NEDO), with the aim of strengthening Japan’s capabilities in generative AI development.
|
|
|
|
| 4 |
configs:
|
| 5 |
- config_name: IFC2X3
|
| 6 |
default: true
|
| 7 |
+
data_files: metadata/IFC2X3.json
|
|
|
|
|
|
|
| 8 |
- config_name: IFC4
|
| 9 |
+
data_files: metadata/IFC4.json
|
|
|
|
|
|
|
| 10 |
- config_name: IFC4X3_ADD2
|
| 11 |
+
data_files: metadata/IFC4X3_ADD2.json
|
|
|
|
|
|
|
| 12 |
---
|
| 13 |
|
| 14 |
>This result was produced as part of the "GENIAC (Generative AI Accelerator Challenge) Project," which is promoted by the Ministry of Economy, Trade and Industry and the New Energy and Industrial Technology Development Organization (NEDO), with the aim of strengthening Japan’s capabilities in generative AI development.
|