File size: 507 Bytes
8badbbe 142e391 8badbbe 142e391 8badbbe 41db951 | 1 2 3 4 5 6 7 8 9 10 11 12 | 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 |