MANIFEST.in
README.md
setup.py
fastplm/__init__.py
fastplm/classifiers.py
fastplm/config.py
fastplm/fastalbert.py
fastplm/fastbert.py
fastplm/fastgcnn.py
fastplm/fastgpt.py
fastplm/utils.py
fastplm.egg-info/PKG-INFO
fastplm.egg-info/SOURCES.txt
fastplm.egg-info/dependency_links.txt
fastplm.egg-info/requires.txt
fastplm.egg-info/top_level.txt
fastplm/files/__init__.py
fastplm/files/google_albert_base_en.json
fastplm/files/google_albert_base_zh.json
fastplm/files/google_bert_base_en.json
fastplm/files/google_bert_base_zh.json
fastplm/files/google_uncased_en_vocab.txt
fastplm/files/google_zh_vocab.txt
fastplm/files/huawei_tinybert_4_en.json
fastplm/files/huawei_tinybert_6_en.json
fastplm/files/uer_bert_large_zh.json
fastplm/files/uer_bert_small_zh.json
fastplm/files/uer_bert_tiny_zh.json
fastplm/files/uer_gcnn_13_zh.json
fastplm/files/uer_gcnn_9_en.json
fastplm/files/uer_gcnn_9_zh.json
fastplm/files/uer_gpt_en.json
fastplm/files/uer_gpt_zh.json
fastplm/files/uer_roberta_base_en.json
fastplm/files/uer_roberta_base_zh.json
fastplm/files/uer_tower_tiny_zh.json
fastplm/uer/__init__.py
fastplm/uer/model_builder.py
fastplm/uer/model_loader.py
fastplm/uer/model_saver.py
fastplm/uer/trainer.py
fastplm/uer/encoders/__init__.py
fastplm/uer/encoders/albert_encoder.py
fastplm/uer/encoders/attn_encoder.py
fastplm/uer/encoders/bert_encoder.py
fastplm/uer/encoders/birnn_encoder.py
fastplm/uer/encoders/cnn_encoder.py
fastplm/uer/encoders/gpt_encoder.py
fastplm/uer/encoders/mixed_encoder.py
fastplm/uer/encoders/rnn_encoder.py
fastplm/uer/encoders/synt_encoder.py
fastplm/uer/layers/__init__.py
fastplm/uer/layers/embeddings.py
fastplm/uer/layers/layer_norm.py
fastplm/uer/layers/multi_headed_attn.py
fastplm/uer/layers/multi_headed_attn_bak.py
fastplm/uer/layers/position_ffn.py
fastplm/uer/layers/synthesizer.py
fastplm/uer/layers/transformer.py
fastplm/uer/models/__init__.py
fastplm/uer/models/bert_model.py
fastplm/uer/models/model.py
fastplm/uer/subencoders/__init__.py
fastplm/uer/subencoders/avg_subencoder.py
fastplm/uer/subencoders/cnn_subencoder.py
fastplm/uer/subencoders/rnn_subencoder.py
fastplm/uer/targets/__init__.py
fastplm/uer/targets/albert_target.py
fastplm/uer/targets/bert_target.py
fastplm/uer/targets/bilm_target.py
fastplm/uer/targets/cls_target.py
fastplm/uer/targets/lm_target.py
fastplm/uer/targets/mlm_target.py
fastplm/uer/targets/nsp_target.py
fastplm/uer/targets/s2s_target.py
fastplm/uer/utils/__init__.py
fastplm/uer/utils/act_fun.py
fastplm/uer/utils/config.py
fastplm/uer/utils/constants.py
fastplm/uer/utils/data.py
fastplm/uer/utils/misc.py
fastplm/uer/utils/optimizers.py
fastplm/uer/utils/seed.py
fastplm/uer/utils/subword.py
fastplm/uer/utils/tokenizer.py
fastplm/uer/utils/vocab.py