Update README.md
Browse files
README.md
CHANGED
@@ -28,7 +28,15 @@ library_name: transformers
|
|
28 |
---
|
29 |
|
30 |
## 🧪 How to Use
|
31 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
32 |
```python
|
33 |
|
34 |
tokenizer = RobertaTokenizer.from_pretrained("roberta-base")
|
|
|
28 |
---
|
29 |
|
30 |
## 🧪 How to Use
|
31 |
+
|
32 |
+
First clone our repository:
|
33 |
+
|
34 |
+
```bash
|
35 |
+
git clone https://huggingface.co/enalis/scold
|
36 |
+
```
|
37 |
+
|
38 |
+
Please find detail to load and use our model in *inference.py*
|
39 |
+
|
40 |
```python
|
41 |
|
42 |
tokenizer = RobertaTokenizer.from_pretrained("roberta-base")
|