[INST] <> Classify the given text as either negative (`1`) or positive (`2`). Write nothing else. # Example One ## Input ``` Worst sandwich ever! ``` ## Output ``` 1 ``` # Example Two ## Input ``` I love this bar! ``` ## Output ``` 2 ``` <> # Your Task ## Input ``` {input} ``` ## Output ```