-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
48 lines (44 loc) · 1.17 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
46
47
48
*.csv
*.ipynb
data/clean/all_journals_BERT.gzip
data/clean/all_journals_allWords.gzip
data/clean/all_journals_adject_nouns.gzip
*.pyc
*.pyc
data/representations/BERT_all_embeddings.gzip
data/representations/BERT_cls_embeddings.gzip
data/representations/BERT_last_embeddings.gzip
data/representations/BERT_secondlast_embeddings.gzip
data/representations/BERT_thirdlast_embeddings.gzip
data/representations/ROBERTA_all_embeddings.gzip
data/representations/ROBERTA_cls_embeddings.gzip
data/representations/ROBERTA_last_embeddings.gzip
data/representations/ROBERTA_secondlast_embeddings.gzip
data/representations/ROBERTA_thirdlast_embeddings.gzip
data/representations/SciBERT_all_embeddings.gzip
data/representations/SciBERT_cls_embeddings.gzip
data/representations/SciBERT_last_embeddings.gzip
data/representations/SciBERT_secondlast_embeddings.gzip
data/representations/SciBERT_thirdlast_embeddings.gzip
# Mixed
*.gz
*.DS_Store
*.aux
*.log
*.out
*.blg
*.bbl
*.fls
# Latex Build tool auxiliary files:
*.fdb_latexmk
*.synctex
*.synctex(busy)
*.synctex.gz
*.synctex.gz(busy)
*.pdfsync
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# Jupyter Notebook
.ipynb_checkpoints