update token

This commit is contained in:
2026-06-04 14:53:25 +07:00
parent 6b245024c8
commit 669b6075c0
+3
View File
@@ -41,6 +41,9 @@ from tqdm import tqdm
# ────────────────────────────────────────────────────────────── # ──────────────────────────────────────────────────────────────
# Configuration Defaults # Configuration Defaults
# ────────────────────────────────────────────────────────────── # ──────────────────────────────────────────────────────────────
import os
os.environ["HF_TOKEN"] = "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"
DEFAULT_MODEL_ID = "Qwen/Qwen2.5-72B-Instruct" DEFAULT_MODEL_ID = "Qwen/Qwen2.5-72B-Instruct"
CHUNK_SIZE = 5 # paragraphs per inference call CHUNK_SIZE = 5 # paragraphs per inference call
MAX_NEW_TOKENS = 8192 # max tokens the model generates per chunk MAX_NEW_TOKENS = 8192 # max tokens the model generates per chunk