--- license: apache-2.0 tags: - canine - pretrained-on-english-language --- ### How to use Here is how to use this model: ```python from transformers import CanineModel model = CanineModel.from_pretrained('mushfiqur11/') ```