BenjaminOcampo
commited on
Commit
•
031683f
1
Parent(s):
12f320b
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -88,7 +88,7 @@ contrastive_model.load_state_dict(state_dict)
|
|
88 |
|
89 |
You can make predictions as any pytorch model:
|
90 |
|
91 |
-
```
|
92 |
import torch
|
93 |
|
94 |
text = "Are you sure that Islam is a peaceful religion?"
|
|
|
88 |
|
89 |
You can make predictions as any pytorch model:
|
90 |
|
91 |
+
```python
|
92 |
import torch
|
93 |
|
94 |
text = "Are you sure that Islam is a peaceful religion?"
|