ShannonAI / glyce

Code for NeurIPS 2019 - Glyce: Glyph-vectors for Chinese Character Representations
https://arxiv.org/abs/1901.10125
Apache License 2.0
421 stars 75 forks source link

About config #1

Closed Decalogue closed 5 years ago

Decalogue commented 5 years ago

Hi! I want to know about 'parser.add_argument("--config_path", default="/home/lixiaoya/dataset/", type=str)', where is your config file? I didn't find it in the project. Thank you so much!

Decalogue commented 5 years ago

self.glyph_transformer = GlyphTransformer(config, num_labels=num_labels)

config involves here

1. config.glyph_config

2. config.bert_config

3. transformer_config

the config didn't appear in args.config_path of run_bert_glyce_classifier.py

jiweil commented 5 years ago

These files will be posted really soon ! !