Dataset Viewer
Auto-converted to Parquet
text
stringlengths
14
134
label
class label
5 classes
Go to the settings menu to change the notification preferences.
2logout
I want to exit my account and sign out from the app
4profilepage
Navigate to the account settings page to manage my profile information.
2logout
I want to go to the main menu so I can start a new game.
1homepage
Please navigate me to the home screen of the application.
0back
Take me to the home page of the app, I want to see my dashboard
1homepage
Go to home screen from settings
1homepage
Open the menu to view and manage my account information.
4profilepage
Show me the list of available games in the kids section of the app.
0back
Navigate to the settings page to change my profile information
2logout
Open the main menu and navigate to the games section
3settingspage
Take me to the settings menu to change my account information.
0back
Go to main menu to access account settings
2logout
Show me the settings page of the kid's profile.
0back
I want to switch to my account settings, please go to the profile section
0back
What is the profile page for my account where I can update my username and password?
3settingspage
Go to the my profile section
1homepage
I want to go to the account settings page from here
1homepage
What is my profile information stored on this app?
2logout
Show me the main menu with all the sections and their accessibility features
4profilepage
Open the Home section
1homepage
Switch to accessibility settings so that I can change the voice of the voiceover feature to a more kid-friendly tone.
1homepage
Find the section for reading books with audiobooks.
2logout
I want to go to the home screen of the app to check my profile.
2logout
I'd like to go to the settings page to adjust the font size and voice settings for the audio descriptions.
3settingspage
Open my account settings to change my password
4profilepage
How do I exit the app?
4profilepage
Take me to the dashboard so I can manage my account
4profilepage
I want to switch to the settings section of the app
3settingspage
I want to sign out of my account.
4profilepage
Take me to the games section
2logout
Go to settings and make my profile visible to other users.
1homepage
Open the settings section to edit my profile information.
1homepage
What is the menu option to switch to a different profile?
0back
Navigate me to the home screen of the app, I am lost and I need help finding my profile
3settingspage
Go to the profile settings menu for visually impaired children to adjust font size and screen brightness
0back
I want to go to my account settings to change my profile picture.
3settingspage
Show me the content of the settings menu
4profilepage
How do I get to the home page from the search results page?
4profilepage
I want to change my account password
3settingspage
How can I navigate to my profile settings within the app?
3settingspage
Go to the account settings page to change my password and update my email address.
1homepage
Switch to the home screen now.
2logout
I want to find the settings to change my profile picture
0back
Go to the main menu from this page.
1homepage
Show me the main menu of the app so I can select my profile
3settingspage
Go to settings
1homepage
How do I switch to the library section?
3settingspage
Go to the profile settings
0back
I need to exit the app because I'm done using it, so I'd like to log out.
4profilepage
What is the current balance of my account?
2logout
Navigate to the profile section to view and edit my user details.
0back
I need to exit my account
4profilepage
Take me to the home screen.
1homepage
Open the account settings screen for editing my username
1homepage
What is the option to read my profile information?
0back
Open my account settings to view my profile information.
3settingspage
Show me the menu to create a new profile
1homepage
How can I access my profile information in the app?
3settingspage
Take me to the my account section where I can edit my user information.
1homepage
Help me find a fun game in the kids section of the app
2logout
Go to settings to change my notification preferences.
2logout
Take me to the home screen
3settingspage
How do I get to the games section on the app?
3settingspage
I want to return to the home screen
3settingspage
Show me my profile details and settings.
0back
How can I navigate to the main menu of this app using voice commands?
1homepage
Show me the main menu options for the app.
2logout
Show me how to adjust font size and other display settings within the app.
0back
I want to access my profile to change my avatar.
0back
Take me to the settings menu so I can change my account password.
0back
Find my profile settings
4profilepage
Go to home page
0back
Open the home screen of the application so I can start using it
1homepage
Open the main menu and go to my profile
4profilepage
Open the main menu to access account settings and profile information.
2logout
Go to account settings
4profilepage
Go to the menu to change my password.
0back
Switch to my account settings to view and manage my user profile
0back
Show me my profile settings.
1homepage
Open the accessibility settings to enable VoiceOver for visually impaired users.
1homepage
Show me the main menu so I can select my profile settings.
0back
Open the map view by selecting the navigation icon in the top left corner.
4profilepage
Go to the settings to change my password
0back
I want to go to the section where I can change my account details.
4profilepage
Go to home screen from menu
2logout
Take me to the profile settings page so I can change my username.
2logout
Open settings for changing notification preferences
4profilepage
Open the main menu for access to all sections of the app.
4profilepage
How do I log out of my account and switch to a different user profile?
3settingspage
Go back to the home screen, please.
3settingspage
Open settings to adjust font size
1homepage
Go to my account settings page
0back
Open the main menu by saying the word 'home'
2logout
Show me the settings menu so I can change my screen reader speed.
0back
Show me the main menu so I can access the games section.
2logout
Go to the settings section to adjust notification preferences.
2logout
How can I navigate to my profile page to change my password?
2logout
Navigate to the account settings section so I can change my profile picture.
1homepage
Navigate to the homepage of the application using voice assistant
1homepage
End of preview. Expand in Data Studio

Built with Distilabel

Dataset Card for my-distiset-a5d78754

This dataset has been created with distilabel.

Dataset Summary

This dataset contains a pipeline.yaml which can be used to reproduce the pipeline that generated it in distilabel using the distilabel CLI:

distilabel pipeline run --config "https://huggingface.co/datasets/testsubjects2001/my-distiset-a5d78754/raw/main/pipeline.yaml"

or explore the configuration:

distilabel pipeline info --config "https://huggingface.co/datasets/testsubjects2001/my-distiset-a5d78754/raw/main/pipeline.yaml"

Dataset structure

The examples have the following structure per configuration:

Configuration: default
{
    "label": 2,
    "text": "Go to the settings menu to change the notification preferences."
}

This subset can be loaded as:

from datasets import load_dataset

ds = load_dataset("testsubjects2001/my-distiset-a5d78754", "default")

Or simply as it follows, since there's only one configuration and is named default:

from datasets import load_dataset

ds = load_dataset("testsubjects2001/my-distiset-a5d78754")
Downloads last month
16