Skip to content

Spelling inconsistency in example notebook and raw dataset #15

@rupertmenneer

Description

@rupertmenneer

Hi there! Very minor spelling error I noticed that in the example notebook provided the attribute list is provided as:

attributes = [ '**antagonize**' , 'condescending', 'dismissive', 'generalisation', 'generalisation_unfair', 'healthy', 'hostile', 'sarcastic']

However, train.csv and unhealthy_full.csv have the headings as:

**antagonise**,condescending,dismissive,generalisation,generalisation_unfair,healthy,hostile,sarcastic

This leads to an indexing error when running the notebook e.g. antagonize is not a valid index for the training data. Just a heads up for other users

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions