{
  "name": "Evaluate animal advocacy text with Hugging Face Open Paws AI models",
  "nodes": [
    {
      "id": "a81f2018-ff9d-473e-80d3-c0305b297a58",
      "name": "When Executed by Another Workflow",
      "type": "n8n-nodes-base.executeWorkflowTrigger",
      "position": [
        -600,
        -20
      ]
    },
    {
      "id": "a857fd97-8a53-4988-8bf0-dd7425725ca1",
      "name": "Get Performance Score",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        -340,
        -120
      ]
    },
    {
      "id": "f4904bd1-bedb-46d9-84e3-4dcd11fbe7e1",
      "name": "Get Preference Score",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        -340,
        80
      ]
    },
    {
      "id": "33699ccd-31f2-4bca-81b8-ad00ca2263ba",
      "name": "Set Performance Score",
      "type": "n8n-nodes-base.set",
      "position": [
        -120,
        -120
      ]
    },
    {
      "id": "641838ba-ca68-4a0e-b9e0-9be37e4e8c32",
      "name": "Get Preference Score2",
      "type": "n8n-nodes-base.set",
      "position": [
        -120,
        80
      ]
    },
    {
      "id": "3e215fed-abd6-43c0-b736-deec0d97c5fe",
      "name": "Set Output",
      "type": "n8n-nodes-base.set",
      "position": [
        480,
        -20
      ]
    },
    {
      "id": "5363b1e5-5045-4a8d-bade-f31e7b44c4b3",
      "name": "Merge Branches",
      "type": "n8n-nodes-base.merge",
      "position": [
        100,
        -20
      ]
    },
    {
      "id": "eda4c1b6-3c6a-4c00-8b35-d7a8ba3d3db9",
      "name": "Create Single Item",
      "type": "n8n-nodes-base.aggregate",
      "position": [
        280,
        -20
      ]
    },
    {
      "id": "92b8d2e1-ea97-404f-abcc-997158c4ad3d",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1260,
        -180
      ],
      "parameters": {
        "width": 560,
        "height": 460,
        "content": "## Sub-Workflow Setup: Text Scoring Models\n\nTo use the scoring sub-workflow, you’ll need to deploy two Hugging Face regression models as inference endpoints:\n\n1. [**Animal Advocate Preference Predicti"
      }
    }
  ],
  "connections": {
    "Merge Branches": {
      "main": [
        [
          {
            "node": "Create Single Item",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Create Single Item": {
      "main": [
        [
          {
            "node": "Set Output",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get Preference Score": {
      "main": [
        [
          {
            "node": "Get Preference Score2",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get Performance Score": {
      "main": [
        [
          {
            "node": "Set Performance Score",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get Preference Score2": {
      "main": [
        [
          {
            "node": "Merge Branches",
            "type": "main",
            "index": 1
          }
        ]
      ]
    },
    "Set Performance Score": {
      "main": [
        [
          {
            "node": "Merge Branches",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "When Executed by Another Workflow": {
      "main": [
        [
          {
            "node": "Get Performance Score",
            "type": "main",
            "index": 0
          },
          {
            "node": "Get Preference Score",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}