Introduction

This model is a conversion to ONNX format of https://huggingface.co/ESGBERT/GovernanceBERT-governance

It is compatible with Transformers.js

Usage (Transformers.js)

import { pipeline } from "@huggingface/transformers";

const pipe = await pipeline(
  "text-classification",
  "sondalex/GovernanceBERT-governance",
);

const sentences = [
  "The CEO has announced a major restructuring of the company's leadership team.",
];

const output = await pipe(sentences);

console.log(output);
Downloads last month
4
Inference Providers NEW
This model is not currently available via any of the supported Inference Providers.
The model cannot be deployed to the HF Inference API: The model has no library tag.