--- license: cc-by-4.0 language: - jv pretty_name: f --- ## Dataset Structure The dataset contains the following features: - **text** (`string`): The sentence or text to be classified. - **label** (`class_label`): The multiclass label representing Javanese honorific levels with the following values: - 0: ngoko - 1: ngoko alus - 2: krama - 3: krama alus Here is a sample row from the dataset: | label | text | |-------|------------------------------| | 0 | Nggawaa jeruk kuwi! | | 1 | Panjenengan ngampil jeruk kuwi!| | 2 | Sampeyan mbekta jeram menika! | | 3 | Panjenengan ngampil jeram menika! |