megantosh commited on
Commit
e9cd862
·
1 Parent(s): 02275a6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -2
README.md CHANGED
@@ -43,7 +43,6 @@ Training was conducted over 94 epochs, using a linear decaying learning rate of
43
  from flair.data import Sentence
44
  from flair.models import SequenceTagger
45
  import pyarabic.araby as araby
46
- from flair.tokenization import JapaneseTokenizer
47
  from icecream import ic
48
 
49
  tagger = SequenceTagger.load("julien-c/flair-ner")
@@ -133,7 +132,7 @@ SequenceTagger(
133
  (weights): None
134
  (weight_tensor) None
135
  ```
136
- Due to some formatting errors, your code might appear like [this](https://ibb.co/ky20Lnq), attempted on 2020-10-27 12:05:47,801
137
 
138
  # Citation
139
  *if you use this model in your work, please consider citing this work:*
 
43
  from flair.data import Sentence
44
  from flair.models import SequenceTagger
45
  import pyarabic.araby as araby
 
46
  from icecream import ic
47
 
48
  tagger = SequenceTagger.load("julien-c/flair-ner")
 
132
  (weights): None
133
  (weight_tensor) None
134
  ```
135
+ Due to the right-to-left in left-to-right context, some formatting errors might occur. and your code might appear like [this](https://ibb.co/ky20Lnq), (link accessed on 2020-10-27)
136
 
137
  # Citation
138
  *if you use this model in your work, please consider citing this work:*