AUB MIND LAB commited on
Commit ·
aac1054
1
Parent(s): 4dd5e0b
Update README.md
Browse files
README.md
CHANGED
|
@@ -39,7 +39,7 @@ from arabert.aragpt2.grover.modeling_gpt2 import GPT2LMHeadModel
|
|
| 39 |
from arabert.preprocess import ArabertPreprocessor
|
| 40 |
|
| 41 |
MODEL_NAME='aragpt2-medium'
|
| 42 |
-
arabert_prep = ArabertPreprocessor(model_name=MODEL_NAME
|
| 43 |
|
| 44 |
text=""
|
| 45 |
text_clean = arabert_prep.preprocess(text)
|
|
|
|
| 39 |
from arabert.preprocess import ArabertPreprocessor
|
| 40 |
|
| 41 |
MODEL_NAME='aragpt2-medium'
|
| 42 |
+
arabert_prep = ArabertPreprocessor(model_name=MODEL_NAME)
|
| 43 |
|
| 44 |
text=""
|
| 45 |
text_clean = arabert_prep.preprocess(text)
|