KES commited on
Commit
2c8e160
·
1 Parent(s): 1048569

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -48,7 +48,7 @@ if(correction.text.find(" .")):
48
  print(correction.text) # Correction: "What is your name?".
49
 
50
  ```
51
-
52
  # Usage with Transformers
53
 
54
  ```python
@@ -67,4 +67,4 @@ correction=tokenizer.batch_decode(output, skip_special_tokens=True)
67
  print("".join(correction)) #Correction: I am living with my parents.
68
 
69
  ```
70
-
 
48
  print(correction.text) # Correction: "What is your name?".
49
 
50
  ```
51
+ ___
52
  # Usage with Transformers
53
 
54
  ```python
 
67
  print("".join(correction)) #Correction: I am living with my parents.
68
 
69
  ```
70
+ ___