merethom commited on
Commit
f2024b6
·
verified ·
1 Parent(s): 0c1ac7c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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-10k", split="train") # Load the training split
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)