forked from km1994/NLP-Interview-Notes
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
53 lines (49 loc) · 615 Bytes
/
.gitignore
File metadata and controls
53 lines (49 loc) · 615 Bytes
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
46
47
48
49
50
51
52
# Local .terraform directories
**/.terraform/*
**/w2v_model/
**/saved/
**/runs/*
**/.idea/
**/__pycache__/
**/.ipynb_checkpoints/
**/summarys/
model/
**/model/
**/models/
**/outputs/
**/saved_models/
version/
**/version/
**/gitinfo/
**/mywork/*
T1_Relation_Classification_via_CDNN/saved_models/*
text_simple_study/RE2_study/simple-effective-text-matching-pytorch/*
# .tfstate files
*.tfstate
*.tfstate.*
*checkpoint
**/model.ckpt*
*.ckpt*
# .tfvars files
*.tfvars
*.all
*.hdf5
*.json
*.txt
*.csv
task/.idea/*
*.xml
*.zip
*.rar
*.bin
*.vec
*.model
*.gz
*.bz2
*.word
*.pkl
*.tsv
*.neg
*.pos
**/mywork/*
**/pdf/*