pierluigic commited on
Commit
4126d6e
1 Parent(s): 142be94

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -2
README.md CHANGED
@@ -26,8 +26,7 @@ pip3 install .
26
  Then you can use the model like this:
27
 
28
  ```python
29
- from WordTransformer import WordTransformer
30
- from InputExample import InputExample
31
 
32
  model = WordTransformer('pierluigic/xl-lexeme')
33
  examples = InputExample(texts="the quick fox jumps over the lazy dog", positions=[10,13])
 
26
  Then you can use the model like this:
27
 
28
  ```python
29
+ from WordTransformer import WordTransformer, InputExample
 
30
 
31
  model = WordTransformer('pierluigic/xl-lexeme')
32
  examples = InputExample(texts="the quick fox jumps over the lazy dog", positions=[10,13])