abdalrahmanshahrour commited on
Commit
c14aea4
1 Parent(s): 11e8536

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -23,7 +23,7 @@ The model can be used as follows:
23
  from transformers import AutoTokenizer, AutoModelForSeq2SeqLM, pipeline
24
  from arabert.preprocess import ArabertPreprocessor
25
 
26
- model_name="malmarjeh/bert2bert"
27
  preprocessor = ArabertPreprocessor(model_name="")
28
 
29
  tokenizer = AutoTokenizer.from_pretrained(model_name)
@@ -45,4 +45,4 @@ result
45
  ```
46
 
47
  ## Contact:
48
- <banimarje@gmail.com>
23
  from transformers import AutoTokenizer, AutoModelForSeq2SeqLM, pipeline
24
  from arabert.preprocess import ArabertPreprocessor
25
 
26
+ model_name="abdalrahmanshahrour/ArabicSummarizer"
27
  preprocessor = ArabertPreprocessor(model_name="")
28
 
29
  tokenizer = AutoTokenizer.from_pretrained(model_name)
45
  ```
46
 
47
  ## Contact:
48
+ <abdalrahman_shahrour@outlook.com>