forked from yumath/bertNER
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
45 lines (44 loc) · 1.1 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
chinese_L-12_H-768_A-12/bert_model.ckpt.data-00000-of-00001
bert/__init__.py
.DS_Store
bert/CONTRIBUTING.md
bert/create_pretraining_data.py
bert/extract_features.py
bert/LICENSE
bert/modeling.py
bert/modeling_test.py
bert/multilingual.md
bert/optimization.py
bert/optimization_test.py
bert/README.md
bert/requirements.txt
bert/run_classifier.py
bert/run_pretraining.py
bert/run_squad.py
bert/sample_text.txt
bert/tokenization.py
bert/tokenization_test.py
chinese_L-12_H-768_A-12/bert_config.json
chinese_L-12_H-768_A-12/bert_model.ckpt.index
chinese_L-12_H-768_A-12/bert_model.ckpt.meta
chinese_L-12_H-768_A-12/vocab.txt
data/.DS_Store
.idea/BertNER.iml
.idea/deployment.xml
.idea/encodings.xml
.idea/misc.xml
.idea/modules.xml
.idea/vcs.xml
.idea/workspace.xml
__pycache__/conlleval.cpython-36.pyc
__pycache__/data_utils.cpython-36.pyc
__pycache__/loader.cpython-36.pyc
__pycache__/model.cpython-36.pyc
__pycache__/rnncell.cpython-36.pyc
__pycache__/utils.cpython-36.pyc
bert/__pycache__/__init__.cpython-36.pyc
bert/__pycache__/modeling.cpython-36.pyc
bert/__pycache__/tokenization.cpython-36.pyc
config_file
maps.pkl
train.log