enalis commited on
Commit
5d93bf5
·
verified ·
1 Parent(s): 4f9c7f6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -1
README.md CHANGED
@@ -28,7 +28,15 @@ library_name: transformers
28
  ---
29
 
30
  ## 🧪 How to Use
31
- Please find detail in *inference.py*
 
 
 
 
 
 
 
 
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")