Skip to content

Commit 8ca928e

Browse files
committed
updating .gitmodules
1 parent f0a9a5f commit 8ca928e

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

.gitmodules

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
[submodule "bert"]
2+
path = bert
3+
url = https://github.com/pongnguy/bert
4+
[submodule "bert_as_service"]
5+
path = bert_as_service
6+
url = https://github.com/pongnguy/bert_as_service
7+
[submodule "bert_qa"]
8+
path = bert_qa
9+
url = https://github.com/pongnguy/bert_qa
10+
[submodule "Extend_BERT_as_QA_Chatbot"]
11+
path = Extend_BERT_as_QA_Chatbot
12+
url = https://github.com/pongnguy/Extend_BERT_as_QA_Chatbot
13+
[submodule "natural_questions"]
14+
path = natural_questions
15+
url = https://github.com/pongnguy/natural_questions
16+
[submodule "PreSumm"]
17+
path = PreSumm
18+
url = https://github.com/pongnguy/PreSumm
19+
[submodule "transformers"]
20+
path = transformers
21+
url = https://github.com/pongnguy/transformers
22+
[submodule "trax"]
23+
path = trax
24+
url = https://github.com/pongnguy/trax
25+
[submodule "wiki-reading"]
26+
path = wiki-reading
27+
url = https://github.com/pongnguy/wiki-reading

0 commit comments

Comments
 (0)