Update config.py
Browse files
config.py
CHANGED
|
@@ -12,11 +12,9 @@ logging.basicConfig(
|
|
| 12 |
|
| 13 |
# Quran data configuration
|
| 14 |
QURAN_DATA_SOURCES = [
|
| 15 |
-
"https://cdn.jsdelivr.net/
|
| 16 |
-
"https://raw.githubusercontent.com/mafahim/quran-json/main/quran_clean.csv",
|
| 17 |
-
"https://gitlab.com/mafahim/quran-json/-/raw/main/quran_clean.csv"
|
| 18 |
]
|
| 19 |
|
| 20 |
# Model configuration
|
| 21 |
-
MODEL_NAME = '
|
| 22 |
CHUNK_SIZE = 50 # For memory management
|
|
|
|
| 12 |
|
| 13 |
# Quran data configuration
|
| 14 |
QURAN_DATA_SOURCES = [
|
| 15 |
+
"https://cdn.jsdelivr.net/npm/quran-json@3.1.2/dist/quran.json"
|
|
|
|
|
|
|
| 16 |
]
|
| 17 |
|
| 18 |
# Model configuration
|
| 19 |
+
MODEL_NAME = 'Omartificial-Intelligence-Space/Arabert-all-nli-triplet-Matryoshka'
|
| 20 |
CHUNK_SIZE = 50 # For memory management
|