Batnini commited on
Commit
158528d
·
verified ·
1 Parent(s): a66426f

Update config.py

Browse files
Files changed (1) hide show
  1. config.py +2 -4
config.py CHANGED
@@ -12,11 +12,9 @@ logging.basicConfig(
12
 
13
  # Quran data configuration
14
  QURAN_DATA_SOURCES = [
15
- "https://cdn.jsdelivr.net/gh/mafahim/quran-json/quran_clean.csv",
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 = 'paraphrase-multilingual-MiniLM-L12-v2'
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