MahmoudNasser
commited on
Commit
·
6d0943a
1
Parent(s):
a2cbd2b
Update models.py
Browse files
models.py
CHANGED
@@ -9,6 +9,7 @@ from collections import Counter
|
|
9 |
from transformers import AutoTokenizer, AutoModelForCausalLM
|
10 |
import Cleaning
|
11 |
import threading
|
|
|
12 |
|
13 |
# Model summury
|
14 |
model_name="abdalrahmanshahrour/auto-arabic-summarization"
|
|
|
9 |
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"
|