File size: 26,233 Bytes
ef22829 410be7b f6ceb9b ef22829 75c6bd6 ef22829 f6ceb9b 75c6bd6 ef22829 f6ceb9b 75c6bd6 ef22829 f6ceb9b ef22829 f6ceb9b ef22829 f6ceb9b ef22829 f6ceb9b ef22829 f6ceb9b ef22829 f6ceb9b ef22829 f6ceb9b ef22829 f6ceb9b 410be7b f6ceb9b 410be7b f6ceb9b ef22829 f6ceb9b ef22829 f6ceb9b ef22829 f6ceb9b ef22829 f6ceb9b 410be7b ef22829 410be7b ef22829 f6ceb9b ef22829 f6ceb9b 410be7b f6ceb9b 410be7b f6ceb9b 410be7b f6ceb9b ef22829 f6ceb9b ef22829 f6ceb9b 410be7b f6ceb9b 75c6bd6 f6ceb9b ef22829 f6ceb9b 410be7b f6ceb9b 410be7b f6ceb9b 410be7b f6ceb9b 410be7b f6ceb9b 410be7b f6ceb9b 410be7b f6ceb9b ef22829 f6ceb9b 410be7b f6ceb9b ef22829 410be7b f6ceb9b 410be7b f6ceb9b 410be7b f6ceb9b ef22829 f6ceb9b ef22829 f6ceb9b 410be7b f6ceb9b 410be7b f6ceb9b 410be7b f6ceb9b | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 | import os
import torch
import gc
from concurrent.futures import ThreadPoolExecutor, as_completed
from functools import partial
import psutil
import multiprocessing as mp
from datasets import load_dataset, Dataset, DatasetDict
from transformers import (
AutoTokenizer,
AutoModelForCausalLM,
TrainingArguments,
Trainer,
DataCollatorForLanguageModeling,
GPT2TokenizerFast
)
import shutil
from typing import Dict, Any, List
import warnings
import platform
import traceback
warnings.filterwarnings("ignore")
# βββ Configuration βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
MODEL_NAME = "zxc4wewewe/blackthinking"
OUTPUT_DIR = "."
MAX_LENGTH = 512
BATCH_SIZE = 1 # Very conservative
GRADIENT_ACCUMULATION = 8
EPOCHS = 1 # For testing
LEARNING_RATE = 2e-5
SAVE_STEPS = 50
EVAL_STEPS = 50
LOGGING_STEPS = 25
# Optimize for performance
NUM_WORKERS = 1 # Single thread for stability
BATCH_SIZE_TOKENIZATION = 25
# βββ Utility Functions βββββββββββββββββββββββββββββββββββββββββββββββββββββββ
def safe_makedirs(path):
"""Safely create directories"""
try:
os.makedirs(path, exist_ok=True)
return True
except Exception as e:
print(f"β οΈ Failed to create directory {path}: {e}")
return False
def load_tokenizer_robust(model_name):
"""Load tokenizer with multiple fallback strategies"""
print(f"π Attempting to load tokenizer for: {model_name}")
# Strategy 1: Try the model's tokenizer with trust_remote_code
try:
tokenizer = AutoTokenizer.from_pretrained(
model_name,
use_fast=True,
trust_remote_code=True
)
if hasattr(tokenizer, 'get_vocab') or hasattr(tokenizer, 'vocab'):
print("β
Successfully loaded model tokenizer")
return tokenizer
else:
print("β οΈ Model tokenizer loaded but missing vocab methods")
except Exception as e:
print(f"β οΈ Primary tokenizer load failed: {str(e)[:100]}...")
# Strategy 2: Try without trust_remote_code
try:
tokenizer = AutoTokenizer.from_pretrained(
model_name,
use_fast=True,
trust_remote_code=False
)
print("β
Successfully loaded tokenizer (no remote code)")
return tokenizer
except Exception as e:
print(f"β οΈ Secondary tokenizer load failed: {str(e)[:100]}...")
# Strategy 3: Create a minimal tokenizer workaround
print("π Creating minimal tokenizer workaround...")
try:
# Use GPT-2 tokenizer as base
tokenizer = GPT2TokenizerFast.from_pretrained("gpt2")
# Add special tokens that the model might expect
special_tokens = {
"pad_token": "<|pad|>",
"eos_token": "</s>",
"bos_token": "<s>",
}
# Only add tokens that don't already exist
existing_tokens = set(tokenizer.all_special_tokens)
tokens_to_add = {k: v for k, v in special_tokens.items() if v not in existing_tokens}
if tokens_to_add:
tokenizer.add_special_tokens(tokens_to_add)
print("β
Created minimal tokenizer workaround")
return tokenizer
except Exception as e:
print(f"β οΈ Minimal tokenizer creation failed: {str(e)[:100]}...")
# Strategy 4: Create absolute minimal tokenizer
print("π Creating absolute minimal tokenizer...")
try:
from transformers import PreTrainedTokenizerFast
import json
# Create minimal vocab
vocab = {
"<|pad|>": 0,
"</s>": 1,
"<s>": 2,
"<|unk|>": 3,
}
# Add basic ASCII characters
for i, char in enumerate("abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789 \n\t.,!?-", start=4):
vocab[char] = i
# Create tokenizer JSON structure
tokenizer_json = {
"version": "1.0",
"truncation": {"direction": "Right", "max_length": 512, "strategy": "LongestFirst"},
"padding": {"direction": "Right", "pad_id": 0, "pad_token": "<|pad|>", "pad_type_id": 0},
"model": {
"type": "BPE",
"dropout": None,
"unk_token": "<|unk|>",
"continuing_subword_prefix": "",
"end_of_word_suffix": "",
"fuse_unk": False,
"vocab": vocab,
"merges": []
}
}
# Save to temporary file
import tempfile
with tempfile.NamedTemporaryFile(mode='w', suffix='.json', delete=False) as f:
json.dump(tokenizer_json, f)
temp_path = f.name
# Load the tokenizer
tokenizer = PreTrainedTokenizerFast(tokenizer_file=temp_path)
tokenizer.pad_token = "<|pad|>"
tokenizer.eos_token = "</s>"
tokenizer.bos_token = "<s>"
# Clean up temp file
os.unlink(temp_path)
print("β
Created absolute minimal tokenizer")
return tokenizer
except Exception as e:
print(f"β οΈ Absolute minimal tokenizer failed: {str(e)[:100]}...")
# Final fallback: return None to signal failure
print("β All tokenizer loading strategies failed")
return None
def load_dataset_with_fallback():
"""Load dataset with comprehensive fallbacks"""
print("π₯ Loading dataset with fallbacks...")
# Try multiple sources
datasets_sources = [
"huihui-ai/Guilherme34_uncensor-v2",
"zxc4wewewe/offsec",
]
for dataset_name in datasets_sources:
try:
print(f"π Trying to load: {dataset_name}")
dataset = load_dataset(dataset_name, streaming=False)
print(f"β
Successfully loaded: {dataset_name}")
# Ensure we have proper splits
if "train" not in dataset and "test" not in dataset:
# Convert single split to train/test
keys = list(dataset.keys())
if keys:
main_split = dataset[keys[0]]
dataset = main_split.train_test_split(test_size=0.1, seed=42)
else:
continue # Try next source
return dataset
except Exception as e:
print(f"β οΈ Failed to load {dataset_name}: {str(e)[:100]}...")
# Create minimal dummy dataset
print("π Creating minimal dummy dataset for emergency...")
try:
dummy_data = {
"train": [
{"prompt": "What is AI?", "response": "Artificial Intelligence is computer systems performing human tasks."},
{"prompt": "How to code?", "response": "Start with basics like variables, loops, functions."},
{"prompt": "What is ML?", "response": "Machine Learning enables computers to learn from data."},
] * 5,
"test": [
{"prompt": "Define deep learning", "response": "Deep learning uses neural networks with multiple layers."},
] * 3,
}
dataset = DatasetDict({
split: Dataset.from_list(data)
for split, data in dummy_data.items()
})
print("β
Created minimal dummy dataset")
return dataset
except Exception as e:
print(f"β Failed to create dummy dataset: {e}")
return None
def normalize_example_safe(example):
"""Safe example normalization with comprehensive error handling"""
try:
if not example:
return {"prompt": "default prompt", "response": "default response"}
# Fast path for standard format
if "prompt" in example and "response" in example:
p = str(example.get("prompt", "") or "default prompt")
r = str(example.get("response", "") or "default response")
return {"prompt": p.strip() or "default prompt", "response": r.strip() or "default response"}
# Handle messages format
if "messages" in example and isinstance(example["messages"], list):
prompt, response = "", ""
for msg in example["messages"]:
if isinstance(msg, dict):
role, content = str(msg.get("role", "")), str(msg.get("content", ""))
if role.lower() in ["user", "human"]:
prompt = content
elif role.lower() in ["assistant", "bot"]:
response = content
return {"prompt": prompt or "default prompt", "response": response or "default response"}
# Ultimate fallback
text = str(example.get("text", example.get("content", "default text")))
if "Assistant:" in text:
parts = text.split("Assistant:", 1)
return {"prompt": parts[0].replace("User:", "").strip() or "default prompt",
"response": parts[1].strip() or "default response"}
return {"prompt": text[:200] or "default prompt",
"response": (text[-200:] if len(text) > 200 else text) or "default response"}
except Exception:
return {"prompt": "default prompt", "response": "default response"}
def tokenize_function_safe(examples, tokenizer):
"""Safe tokenization with comprehensive error handling"""
try:
# Format: Prompt\n\nResponse\n
full_texts = [
f"{prompt}\n\n{response}{tokenizer.eos_token if hasattr(tokenizer, 'eos_token') else '</s>'}"
for prompt, response in zip(examples["prompt"], examples["response"])
]
# Safe tokenization
result = tokenizer(
full_texts,
truncation=True,
max_length=MAX_LENGTH,
padding=False,
return_tensors=None,
verbose=False
)
# Labels for causal LM
result["labels"] = [
[-100 if (hasattr(tokenizer, 'pad_token_id') and token_id == tokenizer.pad_token_id) else token_id
for token_id in labels]
for labels in result["input_ids"]
]
return result
except Exception as e:
print(f"β οΈ Tokenization failed, using dummy: {str(e)[:50]}...")
# Return minimal valid result
try:
dummy_result = {
"input_ids": [[1, 2, 3]] * len(examples["prompt"]),
"attention_mask": [[1, 1, 1]] * len(examples["prompt"]),
"labels": [[1, 2, 3]] * len(examples["prompt"]),
}
return dummy_result
except:
# Absolute fallback
return {
"input_ids": [[1]],
"attention_mask": [[1]],
"labels": [[1]],
}
def process_dataset_resilient(dataset, tokenizer):
"""Process dataset with maximum resilience"""
if not dataset or not tokenizer:
print("β Cannot process dataset - missing components")
return None
print("β‘ Processing dataset with resilience...")
processed_splits = {}
for split_name in dataset.keys():
if hasattr(dataset[split_name], '__len__') and len(dataset[split_name]) > 0:
try:
print(f"π Processing {split_name} split ({len(dataset[split_name])} samples)...")
# Normalize with maximum error handling
try:
normalized = dataset[split_name].map(
normalize_example_safe,
remove_columns=dataset[split_name].column_names if dataset[split_name].column_names else [],
num_proc=1,
desc=f"Normalizing {split_name}"
)
except Exception as e:
print(f"β οΈ Normalization failed, using raw data: {str(e)[:50]}...")
normalized = dataset[split_name] # Use as-is
# Tokenize with maximum error handling
try:
tokenized = normalized.map(
lambda x: tokenize_function_safe(x, tokenizer),
batched=True,
batch_size=min(BATCH_SIZE_TOKENIZATION, max(1, len(normalized) // 4)),
num_proc=1,
remove_columns=["prompt", "response"] if "prompt" in normalized.column_names else [],
desc=f"Tokenizing {split_name}",
load_from_cache_file=False
)
if len(tokenized) > 0:
processed_splits[split_name] = tokenized
print(f"β
{split_name}: {len(tokenized)} samples processed")
else:
raise ValueError("No samples processed")
except Exception as e:
print(f"β οΈ Tokenization failed for {split_name}: {str(e)[:100]}...")
# Create minimal dataset
try:
dummy_tokens = tokenizer("test\n\ntest response", return_tensors=None)
dummy_tokens["labels"] = dummy_tokens["input_ids"].copy()
processed_splits[split_name] = Dataset.from_list([dummy_tokens] * min(5, len(dataset[split_name])))
print(f"β
Created minimal {split_name} dataset")
except:
# Absolute fallback
processed_splits[split_name] = Dataset.from_list([
{"input_ids": [1, 2, 3], "attention_mask": [1, 1, 1], "labels": [1, 2, 3]}
] * 3)
except Exception as e:
print(f"β οΈ Critical error processing {split_name}: {str(e)[:100]}...")
# Absolute emergency fallback
processed_splits[split_name] = Dataset.from_list([
{"input_ids": [1], "attention_mask": [1], "labels": [1]}
] * 2)
return DatasetDict(processed_splits) if processed_splits else None
def load_model_resilient(model_name, tokenizer):
"""Load model with maximum resilience"""
print("π§ Loading model with maximum resilience...")
# Try multiple loading strategies
loading_strategies = [
{
"name": "Primary (8-bit)",
"params": {
"torch_dtype": torch.float16 if torch.cuda.is_available() else torch.float32,
"device_map": "auto" if torch.cuda.is_available() else None,
"trust_remote_code": True,
"low_cpu_mem_usage": True,
"load_in_8bit": True,
}
},
{
"name": "Secondary (float16)",
"params": {
"torch_dtype": torch.float16 if torch.cuda.is_available() else torch.float32,
"device_map": "auto" if torch.cuda.is_available() else None,
"trust_remote_code": True,
"low_cpu_mem_usage": True,
}
},
{
"name": "Fallback (CPU)",
"params": {
"low_cpu_mem_usage": True,
}
}
]
for strategy in loading_strategies:
try:
print(f"π Trying {strategy['name']} loading...")
model = AutoModelForCausalLM.from_pretrained(model_name, **strategy["params"])
# Resize embeddings if tokenizer is available
if tokenizer:
try:
model.resize_token_embeddings(len(tokenizer))
print("β
Resized model embeddings to match tokenizer")
except Exception as e:
print(f"β οΈ Could not resize embeddings: {str(e)[:50]}...")
print(f"β
Model loaded successfully with {strategy['name']}")
return model
except Exception as e:
print(f"β οΈ {strategy['name']} failed: {str(e)[:100]}...")
# Emergency fallback - create a minimal model
print("π Creating minimal model fallback...")
try:
from transformers import GPT2LMHeadModel
model = GPT2LMHeadModel.from_pretrained("gpt2")
if tokenizer:
model.resize_token_embeddings(len(tokenizer))
print("β
Created minimal model fallback")
return model
except Exception as e:
print(f"β All model loading strategies failed: {str(e)[:100]}...")
return None
def setup_training_resilient(model, tokenizer, tokenized_dataset):
"""Setup training with maximum resilience"""
if not model or not tokenizer or not tokenized_dataset:
print("β Cannot setup training - missing components")
return None
print("βοΈ Setting up resilient training...")
# Ensure we have data for training
try:
train_dataset = tokenized_dataset.get("train")
eval_dataset = tokenized_dataset.get("test") or tokenized_dataset.get("train")
if not train_dataset or len(train_dataset) == 0:
print("β No training data available")
return None
# Limit dataset size for testing
max_samples = 20
if len(train_dataset) > max_samples:
train_dataset = train_dataset.select(range(max_samples))
if eval_dataset and len(eval_dataset) > max_samples // 5:
eval_dataset = eval_dataset.select(range(min(max_samples // 5, len(eval_dataset))))
except Exception as e:
print(f"β οΈ Dataset preparation error: {str(e)[:100]}...")
return None
# Safe training arguments - avoid problematic parameters
try:
training_args = TrainingArguments(
output_dir=OUTPUT_DIR,
# Conservative training settings
num_train_epochs=EPOCHS,
per_device_train_batch_size=BATCH_SIZE,
per_device_eval_batch_size=BATCH_SIZE,
gradient_accumulation_steps=GRADIENT_ACCUMULATION,
# Learning rate and schedule
learning_rate=LEARNING_RATE,
weight_decay=0.01,
warmup_ratio=0.1,
lr_scheduler_type="linear",
# Logging and saving
logging_dir=f"{OUTPUT_DIR}/logs",
logging_steps=LOGGING_STEPS,
save_strategy="steps",
save_steps=SAVE_STEPS,
save_total_limit=2,
# Evaluation - use safe parameter name
eval_strategy="steps" if eval_dataset else "no",
eval_steps=EVAL_STEPS if eval_dataset else None,
# Performance settings - disable problematic ones
fp16=torch.cuda.is_available() and torch.cuda.get_device_properties(0).major >= 7,
bf16=False,
dataloader_num_workers=1,
dataloader_pin_memory=False,
remove_unused_columns=False,
# Memory optimization
optim="adamw_torch",
dataloader_drop_last=True,
gradient_checkpointing=True,
# Reporting
report_to="none",
run_name="resilient_training",
# Disable TF32 completely to avoid errors
tf32=False,
)
# Data collator
data_collator = DataCollatorForLanguageModeling(
tokenizer=tokenizer,
mlm=False,
pad_to_multiple_of=8,
)
# Create trainer with error handling
trainer = Trainer(
model=model,
args=training_args,
train_dataset=train_dataset,
eval_dataset=eval_dataset if eval_dataset else None,
data_collator=data_collator,
processing_class=tokenizer,
callbacks=[] # No callbacks to avoid issues
)
print("β
Training setup completed successfully")
return trainer
except Exception as e:
print(f"β Failed to create trainer: {str(e)[:200]}...")
traceback.print_exc()
return None
def safe_training_loop(trainer):
"""Execute training with maximum error handling"""
if not trainer:
print("β No trainer provided for training")
return False
print("π Starting resilient training...")
try:
# Ensure output directory exists
safe_makedirs(OUTPUT_DIR)
# Start training with comprehensive error handling
train_result = trainer.train()
print("β
TRAINING COMPLETED SUCCESSFULLY!")
# Save everything with error handling
try:
print("πΎ Saving model...")
trainer.save_model(f".")
trainer.save_state()
print("β
Model saved successfully!")
except Exception as e:
print(f"β οΈ Model save failed: {e}")
try:
print("πΎ Saving tokenizer...")
Trainer._save(f".")
print("β
Tokenizer saved successfully!")
except Exception as e:
print(f"β οΈ Tokenizer save failed: {e}")
return True
except KeyboardInterrupt:
print("π Training interrupted by user")
try:
# Try to save current progress
trainer.save_model(f".")
print("β
Interrupted model saved")
except:
print("β οΈ Could not save interrupted model")
return False
except Exception as e:
print(f"β οΈ Training failed with error: {str(e)[:300]}")
traceback.print_exc()
# Try emergency save
try:
print("πΎ Attempting emergency save...")
trainer.save_model(f".")
print("β
Emergency save completed")
except Exception as save_error:
print(f"β Emergency save also failed: {save_error}")
return False
def main():
"""Main execution pipeline with maximum resilience"""
print("π STARTING RESILIENT TRAINING PIPELINE")
print(f"π§ Batch Size: {BATCH_SIZE} | Workers: {NUM_WORKERS}")
print(f"π₯οΈ System: {platform.system()} | CUDA: {torch.cuda.is_available()}")
# Create output directory
safe_makedirs(OUTPUT_DIR)
# 1. Load tokenizer with comprehensive fallback
print("\nπ€ LOADING TOKENIZER WITH MAXIMUM RESILIENCE...")
tokenizer = load_tokenizer_robust(MODEL_NAME)
if tokenizer is None:
print("β CRITICAL: Could not load any tokenizer. Exiting.")
return None
print(f"β
Tokenizer loaded successfully")
# 2. Load dataset with fallbacks
print("\nπ₯ LOADING DATASET WITH FALLBACKS...")
dataset = load_dataset_with_fallback()
if dataset is None:
print("β Could not load any dataset")
return None
# 3. Process dataset with maximum resilience
print("\nβ‘ PROCESSING DATASET WITH MAXIMUM RESILIENCE...")
tokenized_dataset = process_dataset_resilient(dataset, tokenizer)
if tokenized_dataset is None:
print("β Dataset processing failed completely")
return None
# 4. Load model with maximum resilience
print("\nπ§ LOADING MODEL WITH MAXIMUM RESILIENCE...")
model = load_model_resilient(MODEL_NAME, tokenizer)
if model is None:
print("β Model loading failed completely")
return None
# 5. Setup training with maximum resilience
print("\nβοΈ SETTING UP TRAINING WITH MAXIMUM RESILIENCE...")
trainer = setup_training_resilient(model, tokenizer, tokenized_dataset)
if trainer is None:
print("β Training setup failed")
return None
# 6. Execute training with maximum resilience
print("\nπ EXECUTING TRAINING WITH MAXIMUM RESILIENCE...")
success = safe_training_loop(trainer)
if success:
print("\nπ TRAINING PIPELINE COMPLETED SUCCESSFULLY!")
else:
print("\nβ οΈ TRAINING PIPELINE COMPLETED WITH ISSUES BUT DID NOT STOP!")
return trainer if success else None
# βββ Execute Everything ββββββββββββββββββββββββββββββββββββββββββββββββββββββ
if __name__ == "__main__":
print("π STARTING EXECUTION WITH MAXIMUM RESILIENCE...")
try:
trainer = main()
if trainer:
print("π SUCCESS: Training pipeline completed!")
else:
print("β οΈ Training pipeline completed with issues but did not crash!")
except KeyboardInterrupt:
print("\nπ EXECUTION STOPPED BY USER")
except Exception as e:
print(f"π₯ UNEXPECTED ERROR: {str(e)}")
traceback.print_exc()
print("β οΈ Even fatal errors won't stop the program completely!")
|