AUB MIND LAB commited on
Commit ·
87071b6
1
Parent(s): e3ede7a
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-base'
|
| 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-base'
|
| 42 |
+
arabert_prep = ArabertPreprocessor(model_name=MODEL_NAME)
|
| 43 |
|
| 44 |
text=""
|
| 45 |
text_clean = arabert_prep.preprocess(text)
|