mod
This commit is contained in:
parent
b1512778d3
commit
e393cf5fd8
2
hft.py
2
hft.py
|
|
@ -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):
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue