-
Notifications
You must be signed in to change notification settings - Fork 15
/
.gitignore
49 lines (41 loc) · 820 Bytes
/
.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
49
*.zip
*.bz2
*.tgz
*.gz
zhwiki.txt
zhwiki_cht.txt
work/GPT2-Chinese
work/venv
work/bertviz_repo
work/__pycache__
work/home
work/.ipynb_checkpoints
work/Gensim/news_crawl_result.txt
*.ipynb_checkpoints
*.pyc
#large files
work/pytorch_model.bin
work/jieba_segment.txt
work/Text_wordcloud/.ipynb_checkpoints/
work/common/__pycache__/
.vscode/settings.json
work/segDone.txt
work/word2vec.model
work/jieba_data/dict.txt.big
work/wiki/data/dict.txt.big
work/wiki/data/*.txt
work/Text_wordcloud/jieba_data/dict.txt.big
word2vec.model
tfenv/*
_tfenv/*
work/themoviedb/*.conf
work/nltk/omw/*
work/nltk/omw-1.4/*
work/RNN_LSTM/.ipynb_checkpoints/*
work/RNN_LSTM/training_checkpoints_2/*
work/Embedding/aclImdb/*
work/Embedding/logs/*
work/BERT_study/*
*/.ipynb_checkpoints/*
work/Gensim/.ipynb_checkpoints/*
work/BERT_study