Datasets:
ismail31415
commited on
Commit
•
2aec6fb
1
Parent(s):
85e31cb
Update README.md
Browse files
README.md
CHANGED
@@ -128,8 +128,3 @@ dataset = load_dataset("ismail31415/uniGame")
|
|
128 |
train_df = dataset['train']
|
129 |
test_df = dataset['test']
|
130 |
|
131 |
-
# Display the first few rows of the training set
|
132 |
-
print(train_df.head())
|
133 |
-
|
134 |
-
# Display the first few rows of the testing set
|
135 |
-
print(test_df.head())
|
|
|
128 |
train_df = dataset['train']
|
129 |
test_df = dataset['test']
|
130 |
|
|
|
|
|
|
|
|
|
|