Md Mushfiqur Rahman
Upload with huggingface_hub
d75eb36
|
raw
history blame contribute delete
No virus
238 Bytes
---
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>')
```