Md Mushfiqur Rahman
commited on
Commit
•
bef0384
1
Parent(s):
56ab90c
Upload with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
tags:
|
4 |
+
- canine
|
5 |
+
- pretrained-on-english-language
|
6 |
+
---
|
7 |
+
|
8 |
+
### How to use
|
9 |
+
|
10 |
+
Here is how to use this model:
|
11 |
+
|
12 |
+
```python
|
13 |
+
from transformers import CanineModel
|
14 |
+
model = CanineModel.from_pretrained('mushfiqur11/<repo name>')
|
15 |
+
```
|