This commit is contained in:
l.gabrysiak 2025-02-25 23:17:37 +01:00
parent b1512778d3
commit e393cf5fd8
1 changed files with 1 additions and 1 deletions

2
hft.py
View File

@ -19,7 +19,7 @@ from huggingface_hub import login
# Konfiguracja # Konfiguracja
os.environ["TOKENIZERS_PARALLELISM"] = "false" os.environ["TOKENIZERS_PARALLELISM"] = "false"
login(token="TWÓJ_TOKEN_HUGGINGFACE") login(token="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")
class LegalAITrainer: class LegalAITrainer:
def __init__(self): def __init__(self):