LICENSE
MANIFEST.in
README.md
requirements.txt
setup.py
bert4torch/__init__.py
bert4torch/activations.py
bert4torch/callbacks.py
bert4torch/cli.py
bert4torch/losses.py
bert4torch/optimizers.py
bert4torch/quantization.py
bert4torch/tokenizers.py
bert4torch.egg-info/PKG-INFO
bert4torch.egg-info/SOURCES.txt
bert4torch.egg-info/dependency_links.txt
bert4torch.egg-info/entry_points.txt
bert4torch.egg-info/requires.txt
bert4torch.egg-info/top_level.txt
bert4torch/generation/__init__.py
bert4torch/generation/core.py
bert4torch/generation/logits_process.py
bert4torch/layers/__init__.py
bert4torch/layers/core.py
bert4torch/layers/crf.py
bert4torch/layers/global_point.py
bert4torch/layers/misc.py
bert4torch/layers/moe.py
bert4torch/layers/position_encoding.py
bert4torch/layers/transformer_block.py
bert4torch/layers/attention/__init__.py
bert4torch/layers/attention/attention_layer.py
bert4torch/layers/attention/attention_utils.py
bert4torch/models/__init__.py
bert4torch/models/albert.py
bert4torch/models/bart.py
bert4torch/models/base.py
bert4torch/models/bert.py
bert4torch/models/bloom.py
bert4torch/models/deberta.py
bert4torch/models/deepseek.py
bert4torch/models/electra.py
bert4torch/models/ernie.py
bert4torch/models/ernied4_5.py
bert4torch/models/falcon.py
bert4torch/models/gau_alpha.py
bert4torch/models/glm.py
bert4torch/models/gpt.py
bert4torch/models/internlm.py
bert4torch/models/llama.py
bert4torch/models/mllama.py
bert4torch/models/modernbert.py
bert4torch/models/nezha.py
bert4torch/models/qwen.py
bert4torch/models/roformer.py
bert4torch/models/t5.py
bert4torch/models/transformer.py
bert4torch/models/transformer_xl.py
bert4torch/models/uie.py
bert4torch/models/xlnet.py
bert4torch/models/glm4v/__init__.py
bert4torch/models/glm4v/glm4v.py
bert4torch/models/glm4v/visual.py
bert4torch/models/internvl/__init__.py
bert4torch/models/internvl/internvl.py
bert4torch/models/internvl/modeling_intern_vit.py
bert4torch/models/internvl/vision_process.py
bert4torch/models/minicpmv/__init__.py
bert4torch/models/minicpmv/minicpmv.py
bert4torch/models/minicpmv/modeling_navit_siglip.py
bert4torch/models/minicpmv/resampler.py
bert4torch/models/qwen2_vl/__init__.py
bert4torch/models/qwen2_vl/qwen2_vl.py
bert4torch/models/qwen2_vl/vision_process.py
bert4torch/pipelines/__init__.py
bert4torch/pipelines/base.py
bert4torch/pipelines/fill_mask.py
bert4torch/pipelines/text2vec.py
bert4torch/pipelines/uie_predictor.py
bert4torch/pipelines/chat/__init__.py
bert4torch/pipelines/chat/conversation.py
bert4torch/pipelines/chat/llm.py
bert4torch/pipelines/chat/vlm.py
bert4torch/snippets/__init__.py
bert4torch/snippets/data_process.py
bert4torch/snippets/extract.py
bert4torch/snippets/hub.py
bert4torch/snippets/import_utils.py
bert4torch/snippets/misc.py
bert4torch/snippets/openai_client.py
bert4torch/trainer/__init__.py
bert4torch/trainer/dpo_trainer.py
bert4torch/trainer/ppo_trainer.py
bert4torch/trainer/ptuningv2_trainer.py
bert4torch/trainer/sequence_classification_trainer.py
test/test_extract.py
test/test_fill_mask.py
test/test_generate_speed.py
test/test_hf_download.py
test/test_save_pretrained.py
test/test_tokenizer.py