0xnu commited on
Commit
3a54614
1 Parent(s): 8845640

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -0
README.md CHANGED
@@ -38,6 +38,12 @@ Notes:
38
  - The `tokenize_chinese_chars` parameter indicates special handling for Chinese characters.
39
  - The maximum model length is set to 512 tokens.
40
 
 
 
 
 
 
 
41
  ## Run the model
42
 
43
  ```Python
 
38
  - The `tokenize_chinese_chars` parameter indicates special handling for Chinese characters.
39
  - The maximum model length is set to 512 tokens.
40
 
41
+ ## Installing Libraries
42
+
43
+ ```sh
44
+ pip install transformers
45
+ ```
46
+
47
  ## Run the model
48
 
49
  ```Python