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