We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent0abe4be commit08e183eCopy full SHA for 08e183e
README.md
@@ -12,14 +12,14 @@ Download the BERT repository, BERT Japanese pre-trained model, QA pairs in Amaga
12
./download.sh
13
```
14
The data structure is below.
15
-```shell
+```
16
data
17
├── bert : BERT original repository
18
├── Japanese_L-12_H-768_A-12_E-30_BPE : BERT Japanese pre-trained model
19
└── localgovfaq
20
├── qas : QA pairs in Amagasaki City FAQ
21
- ├── testset_segmentation.txt: testsetfor evaluation
22
- └── samples: retrieval results by TSUBAKI, BERT, and Joint model
+├── testset_segmentation.txt : the testset for evaluation
+└── samples : the retrieval results by TSUBAKI, BERT, and Joint model
23
24
25
And we should add the task class to run_classifier.py in the original BERT repository as below.