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