AUB MIND LAB
commited on
Commit
·
01d828e
1
Parent(s):
e3432c8
Update README.md
Browse files
README.md
CHANGED
@@ -69,7 +69,7 @@ It is recommended to apply our preprocessing function before training/testing on
|
|
69 |
from arabert.preprocess import ArabertPreprocessor
|
70 |
|
71 |
model_name="araelectra-base"
|
72 |
-
arabert_prep = ArabertPreprocessor(model_name=model_name
|
73 |
|
74 |
text = "ولن نبالغ إذا قلنا إن هاتف أو كمبيوتر المكتب في زمننا هذا ضروري"
|
75 |
arabert_prep.preprocess(text)
|
|
|
69 |
from arabert.preprocess import ArabertPreprocessor
|
70 |
|
71 |
model_name="araelectra-base"
|
72 |
+
arabert_prep = ArabertPreprocessor(model_name=model_name)
|
73 |
|
74 |
text = "ولن نبالغ إذا قلنا إن هاتف أو كمبيوتر المكتب في زمننا هذا ضروري"
|
75 |
arabert_prep.preprocess(text)
|