MAS-AI-0000 commited on
Commit
aa6abb1
Β·
verified Β·
1 Parent(s): 9057a5d

Update textPreprocess.py

Browse files
Files changed (1) hide show
  1. textPreprocess.py +1 -1
textPreprocess.py CHANGED
@@ -3,7 +3,7 @@ from transformers import AutoTokenizer, AutoModelForSequenceClassification, Auto
3
  import os
4
 
5
  # ── 1) Configuration ────────────────────────────────────────────────────────────
6
- BASE_DIR = "MAS-AI-0000/Authentica"
7
  MODEL_DIR = os.path.join(BASE_DIR, "Lib/Models/Text") # Update this path to your model location
8
  MAX_LEN = 512
9
 
 
3
  import os
4
 
5
  # ── 1) Configuration ────────────────────────────────────────────────────────────
6
+ BASE_DIR = "MAS-AI-0000/Authentica/tree/main"
7
  MODEL_DIR = os.path.join(BASE_DIR, "Lib/Models/Text") # Update this path to your model location
8
  MAX_LEN = 512
9