Skip to content

Commit 8bd02c4

Browse files
authored
Merge pull request #415 from pengli09/fix-markdown-display-problem
fix markdown display problem
2 parents 6415548 + c7ad9c8 commit 8bd02c4

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

neural_seq_qa/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ If you use the dataset/code in your research, please cite the above paper:
1717
```
1818

1919

20-
# Installation
20+
## Installation
2121

2222
1. Install PaddlePaddle v0.10.5 by the following commond. Note that v0.10.0 is not supported.
2323
```bash
@@ -32,18 +32,18 @@ If you use the dataset/code in your research, please cite the above paper:
3232
cd data && ./download.sh && cd ..
3333
```
3434

35-
#Hyperparameters
35+
## Hyperparameters
3636

3737
All the hyperparameters are defined in `config.py`. The default values are aligned with the paper.
3838

39-
# Training
39+
## Training
4040

4141
Training can be launched using the following command:
4242

4343
```bash
4444
PYTHONPATH=data/evaluation:$PYTHONPATH python train.py 2>&1 | tee train.log
4545
```
46-
# Validation and Test
46+
## Validation and Test
4747

4848
WebQA provides two versions of validation and test sets. Automatic validation and test can be lauched by
4949

@@ -63,7 +63,7 @@ Intermediate results are stored in the directory `tmp`. You can delete them safe
6363

6464
The results should be comparable with those shown in Table 3 in the paper.
6565

66-
# Inferring using a Trained Model
66+
## Inferring using a Trained Model
6767

6868
Infer using a trained model by running:
6969
```bash
@@ -80,7 +80,7 @@ where
8080
* `INPUT_DATA`: input data in the same format as the validation/test sets of the WebQA dataset.
8181
* `OUTPUT_FILE`: results in the format specified in the WebQA dataset for the evaluation scripts.
8282

83-
#Pre-trained Models
83+
## Pre-trained Models
8484

8585
We have provided two pre-trained models, one for the validation and test sets with annotated evidence, and one for those with retrieved evidence. These two models are selected according to the performance on the corresponding version of validation set, which is consistent with the paper.
8686

neural_seq_qa/index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
```
6060

6161

62-
# Installation
62+
## Installation
6363

6464
1. Install PaddlePaddle v0.10.5 by the following commond. Note that v0.10.0 is not supported.
6565
```bash
@@ -74,18 +74,18 @@
7474
cd data && ./download.sh && cd ..
7575
```
7676

77-
#Hyperparameters
77+
## Hyperparameters
7878

7979
All the hyperparameters are defined in `config.py`. The default values are aligned with the paper.
8080

81-
# Training
81+
## Training
8282

8383
Training can be launched using the following command:
8484

8585
```bash
8686
PYTHONPATH=data/evaluation:$PYTHONPATH python train.py 2>&1 | tee train.log
8787
```
88-
# Validation and Test
88+
## Validation and Test
8989

9090
WebQA provides two versions of validation and test sets. Automatic validation and test can be lauched by
9191

@@ -105,7 +105,7 @@
105105

106106
The results should be comparable with those shown in Table 3 in the paper.
107107

108-
# Inferring using a Trained Model
108+
## Inferring using a Trained Model
109109

110110
Infer using a trained model by running:
111111
```bash
@@ -122,7 +122,7 @@
122122
* `INPUT_DATA`: input data in the same format as the validation/test sets of the WebQA dataset.
123123
* `OUTPUT_FILE`: results in the format specified in the WebQA dataset for the evaluation scripts.
124124

125-
#Pre-trained Models
125+
## Pre-trained Models
126126

127127
We have provided two pre-trained models, one for the validation and test sets with annotated evidence, and one for those with retrieved evidence. These two models are selected according to the performance on the corresponding version of validation set, which is consistent with the paper.
128128

0 commit comments

Comments
 (0)