Skip to content

Commit 8ade02f

Browse files
committed
changes
1 parent 820aec6 commit 8ade02f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

examples/transformers-integration.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
# ]
88
# ///
99

10+
import random
11+
1012
import huggingface_hub
1113
from datasets import Dataset
1214
from transformers import (
@@ -15,7 +17,6 @@
1517
Trainer,
1618
TrainingArguments,
1719
)
18-
import random
1920

2021
suffix = random.randint(100000, 999999)
2122
model_name = "distilbert-base-uncased"

0 commit comments

Comments
 (0)