Browse Source

Update 'README.md'

天问 1 year ago
parent
commit
ef915bb425
1 changed files with 12 additions and 1 deletions
  1. 12 1
      README.md

+ 12 - 1
README.md

@@ -1,3 +1,14 @@
 # tiktoken
 
-openai模型BPE标记
+openai模型BPE标记
+
+## Usage
+
+```
+pip install tiktoken
+
+import tiktoken
+import torch
+
+
+```