rana811 commited on
Commit
f578320
·
verified ·
1 Parent(s): 1835a29

Update train.py

Browse files
Files changed (1) hide show
  1. train.py +0 -1
train.py CHANGED
@@ -69,7 +69,6 @@ def clean_text(text):
69
  full_df['text'] = full_df['text'].apply(clean_text)
70
 
71
  # --- 4. MODEL SETUP (MARBERTv2) ---
72
- # MARBERT is superior for dialectal Arabic (Levantine, Egyptian, etc.)
73
  MODEL_NAME = "UBC-NLP/MARBERTv2"
74
  print(f"🚀 Preparing to fine-tune {MODEL_NAME}...")
75
 
 
69
  full_df['text'] = full_df['text'].apply(clean_text)
70
 
71
  # --- 4. MODEL SETUP (MARBERTv2) ---
 
72
  MODEL_NAME = "UBC-NLP/MARBERTv2"
73
  print(f"🚀 Preparing to fine-tune {MODEL_NAME}...")
74