MahmoudNasser
commited on
Commit
•
c8ac507
1
Parent(s):
0fd57ef
Update models.py
Browse filesImported numpy final
models.py
CHANGED
@@ -10,6 +10,7 @@ from transformers import AutoTokenizer, AutoModelForCausalLM
|
|
10 |
import Cleaning
|
11 |
import threading
|
12 |
import pandas as pd
|
|
|
13 |
|
14 |
# Model summury
|
15 |
model_name="abdalrahmanshahrour/auto-arabic-summarization"
|
|
|
10 |
import Cleaning
|
11 |
import threading
|
12 |
import pandas as pd
|
13 |
+
import numpy as np
|
14 |
|
15 |
# Model summury
|
16 |
model_name="abdalrahmanshahrour/auto-arabic-summarization"
|