Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -8,7 +8,7 @@ For more information on `huggingface_hub` Inference API support, please check th
|
|
8 |
client = InferenceClient("HuggingFaceH4/zephyr-7b-beta")
|
9 |
|
10 |
# Load the dataset from Hugging Face
|
11 |
-
dataset = load_dataset("samhog/psychology-
|
12 |
|
13 |
# Inspect the dataset structure
|
14 |
print("Dataset Columns:", dataset.column_names)
|
|
|
8 |
client = InferenceClient("HuggingFaceH4/zephyr-7b-beta")
|
9 |
|
10 |
# Load the dataset from Hugging Face
|
11 |
+
dataset = load_dataset("samhog/psychology-RLAIF", split="train") # Load the training split
|
12 |
|
13 |
# Inspect the dataset structure
|
14 |
print("Dataset Columns:", dataset.column_names)
|