Hartmann, J., Bergner, A., & Hildebrand, C. (2023). MindMiner: Uncovering Linguistic Markers of Mind Perception as a New Lens to Understand Consumer-Smart Object Relationships. Journal of Consumer Psychology, Forthcoming. You can apply MindMiner as follows: ```python from transformers import pipeline model_name = "j-hartmann/MindMiner" mindminer = pipeline(model=model_name, function_to_apply="none", device = 0) ``` For details, see: https://github.com/j-hartmann/MindMiner/blob/main/MindMiner.ipynb