nadeemtafazzul
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -7,4 +7,12 @@ configs:
|
|
7 |
- split: test
|
8 |
path: "track_a/oro.csv"
|
9 |
---
|
10 |
-
### Dummy dataset
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
- split: test
|
8 |
path: "track_a/oro.csv"
|
9 |
---
|
10 |
+
### Dummy dataset
|
11 |
+
project_folder/
|
12 |
+
├── docs/
|
13 |
+
│ ├── introduction.md
|
14 |
+
│ └── installation.md
|
15 |
+
├── src/
|
16 |
+
│ ├── main.py
|
17 |
+
│ └── utils.py
|
18 |
+
└── README.md
|