File size: 238 Bytes
819f2fe |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
---
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/<repo name>')
``` |