This sub-workflow uses two custom Hugging Face regression models from Open Paws to evaluate and predict the real-world performance and advocacy alignment of text content. It’s designed to support animal advocacy organizations in optimizing their messaging across platforms like social media, email campaigns, and more.
Sends input text to two deployed Hugging Face endpoints:
Outputs structured scores for both models
Can be integrated into larger workflows for automated content review, filtering, or revision
Text Performance Prediction Model
Trained on real-world data from 30+ animal advocacy organizations, this model predicts actual online performance of content—including social media, email marketing, and other outreach channels.
Advocate Preference Prediction Model
Trained on ratings from animal advocates to evaluate how well a piece of text aligns with advocacy goals and values.
Model Repositories:
open-paws/text_performance_prediction_longform
open-paws/animal_advocate_preference_prediction_longform
📌 You must deploy each model as an inference endpoint on Hugging Face. Click "Deploy" on each model’s repo, then add the endpoint URL and your Hugging Face access token using n8n credentials.