-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathpathes.py
24 lines (20 loc) · 1.39 KB
/
pathes.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
glove_100_path = 'en-glove-6b-100d'
glove_50_path = 'en-glove-6b-50d'
glove_200_path = ''
glove_300_path = 'en-glove-840b-300'
fasttext_path = 'en-fasttext' #300
tencent_chinese_word_path = 'cn' # tencent 200
fasttext_cn_path = 'cn-fasttext' # 300
yangjie_rich_pretrain_unigram_path = '/remote-home/xnli/data/pretrain/chinese/gigaword_chn.all.a2b.uni.ite50.vec'
yangjie_rich_pretrain_bigram_path = '/remote-home/xnli/data/pretrain/chinese/gigaword_chn.all.a2b.bi.ite50.vec'
yangjie_rich_pretrain_word_path = '/remote-home/xnli/data/pretrain/chinese/ctb.50d.vec'
conll_2003_path = '/remote-home/xnli/data/corpus/multi_task/conll_2013/data_mine.pkl'
conllized_ontonote_path = '/remote-home/txsun/data/OntoNotes-5.0-NER-master/v12/english'
conllized_ontonote_pkl_path = '/remote-home/txsun/data/ontonotes5.pkl'
sst2_path = '/remote-home/xnli/data/corpus/text_classification/SST-2/'
# weibo_ner_path = '/remote-home/xnli/data/corpus/sequence_labelling/ner_weibo'
ontonote4ner_cn_path = '/remote-home/xnli/data/corpus/sequence_labelling/chinese_ner/OntoNote4NER'
msra_ner_cn_path = '/remote-home/xnli/data/corpus/sequence_labelling/chinese_ner/MSRANER'
resume_ner_path = '/remote-home/xnli/data/corpus/sequence_labelling/chinese_ner/ResumeNER'
weibo_ner_path = '/remote-home/xnli/data/corpus/sequence_labelling/chinese_ner/WeiboNER'
weibo_ner_old_path = '/remote-home/xnli/data/corpus/sequence_labelling/chinese_ner/WeiboNER_old'