arpelarpe commited on
Commit
038a2be
1 Parent(s): 85434d8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -2
README.md CHANGED
@@ -17,9 +17,14 @@ are trained.
17
  TODO
18
 
19
  ### How to use
20
-
21
  The model requires some additional inference code, hence we created an awesome little pip package for inference.
22
- The inference code is based on the `TokenClassificationPipeline` pipeline from huggingface
 
 
 
 
 
 
23
 
24
  ```python
25
  >>> from punctfix import PunctFixer
 
17
  TODO
18
 
19
  ### How to use
 
20
  The model requires some additional inference code, hence we created an awesome little pip package for inference.
21
+ The inference code is based on the `TokenClassificationPipeline` pipeline from huggingface.
22
+
23
+ First, install the little package by running
24
+
25
+ ```
26
+ pip install punctfix
27
+ ```
28
 
29
  ```python
30
  >>> from punctfix import PunctFixer