Spaces:
Running
Running
oookiku
commited on
Commit
·
699ca07
1
Parent(s):
5b79f26
modified README
Browse files
README.md
CHANGED
@@ -1,45 +1,13 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
## Reproducibility
|
16 |
-
<!-- Refer to [reproduce_experiments.ipynb](./reproduct_experiments.ipynb). -->
|
17 |
-
Coming Soon!
|
18 |
-
|
19 |
-
## Training and evaluating edge classifiers
|
20 |
-
### Generating synthetic data with labels
|
21 |
-
```
|
22 |
-
python generate_dataset.py --problem tsptw --annotation --parallel
|
23 |
-
```
|
24 |
-
|
25 |
-
### Training
|
26 |
-
```
|
27 |
-
python train.py
|
28 |
-
```
|
29 |
-
|
30 |
-
### Evaluation
|
31 |
-
```
|
32 |
-
python eval.py
|
33 |
-
```
|
34 |
-
|
35 |
-
## Explanation generation (demo)
|
36 |
-
Go to http://localhost:8888 after launching the streamlit app with the following command. You may change the port number as you like.
|
37 |
-
```
|
38 |
-
streamlit run app.py --server.port 8888
|
39 |
-
```
|
40 |
-
|
41 |
-
## Licence
|
42 |
-
Our code is licenced by NTT. Basically, the use of our code is limitted to research purposes. See [LICENSE](./LICENSE) for more details.
|
43 |
-
|
44 |
-
## Citation
|
45 |
-
Coming Soon!
|
|
|
1 |
+
---
|
2 |
+
title: RouteExplainer
|
3 |
+
emoji: 🚗
|
4 |
+
colorFrom: red
|
5 |
+
colorTo: blue
|
6 |
+
sdk: streamlit
|
7 |
+
sdk_version: 1.31.1
|
8 |
+
app_file: app.py
|
9 |
+
pinned: false
|
10 |
+
license: NTT (See https://github.com/ntt-dkiku/route-explainer/blob/main/LICENSE)
|
11 |
+
---
|
12 |
+
|
13 |
+
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|