How to use from the
Use from the
Transformers library
# Use a pipeline as a high-level helper
from transformers import pipeline

pipe = pipeline("text-generation", model="lzw1008/ConspEmoLLM-7b")
# Load model directly
from transformers import AutoTokenizer, AutoModelForCausalLM

tokenizer = AutoTokenizer.from_pretrained("lzw1008/ConspEmoLLM-7b")
model = AutoModelForCausalLM.from_pretrained("lzw1008/ConspEmoLLM-7b")
Quick Links

Github LINK

Citation

If you use the ConspEmoLLM or ConspLLM in your work, please cite our paper:

@article{liu2024conspemollm,
  title={ConspEmoLLM: Conspiracy Theory Detection Using an Emotion-Based Large Language Model},
  author={Liu, Zhiwei and Liu, Boyang and Thompson, Paul and Yang, Kailai and Jain, Raghav and Ananiadou, Sophia},
  journal={arXiv preprint arXiv:2403.06765},
  year={2024}
}
Downloads last month
36
Safetensors
Model size
7B params
Tensor type
F16
·
Inference Providers NEW

Model tree for lzw1008/ConspEmoLLM-7b

Quantizations
2 models

Space using lzw1008/ConspEmoLLM-7b 1

Paper for lzw1008/ConspEmoLLM-7b