Mihakram commited on
Commit
54b4f97
1 Parent(s): 1c23f35

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -4
README.md CHANGED
@@ -31,10 +31,6 @@ def get_question(context,answer):
31
  num_return_sequences=1
32
  )
33
 
34
- preds = [
35
- tokenizer.decode(gen_id,skip_special_tokens=True,clean_up_tokenization_spaces=True)
36
- for gen_id in generated_ids
37
- ]
38
  return tokenizer.decode(output[0],skip_special_tokens=True,clean_up_tokenization_spaces=True)
39
 
40
  context="الثورة الجزائرية أو ثورة المليون شهيد، اندلعت في 1 نوفمبر 1954 ضد المستعمر الفرنسي ودامت 7 سنوات ونصف. استشهد فيها أكثر من مليون ونصف مليون جزائري"
 
31
  num_return_sequences=1
32
  )
33
 
 
 
 
 
34
  return tokenizer.decode(output[0],skip_special_tokens=True,clean_up_tokenization_spaces=True)
35
 
36
  context="الثورة الجزائرية أو ثورة المليون شهيد، اندلعت في 1 نوفمبر 1954 ضد المستعمر الفرنسي ودامت 7 سنوات ونصف. استشهد فيها أكثر من مليون ونصف مليون جزائري"