Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

msperlin
/
finbert-ai-detector

Text Classification
Transformers
Safetensors
English
bert
finance
ai-detector
sequence-classification
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use msperlin/finbert-ai-detector with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use msperlin/finbert-ai-detector with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="msperlin/finbert-ai-detector")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("msperlin/finbert-ai-detector")
    model = AutoModelForSequenceClassification.from_pretrained("msperlin/finbert-ai-detector")
  • Notebooks
  • Google Colab
  • Kaggle
finbert-ai-detector
440 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 10 commits
msperlin's picture
msperlin
changed link of pdf
68384aa 28 days ago
  • colab-notebooks
    improved readme 3 months ago
  • figs
    Refactor code structure for improved readability and maintainability 3 months ago
  • .gitattributes
    1.52 kB
    initial commit 3 months ago
  • README.md
    5.31 kB
    changed link of pdf 28 days ago
  • config.json
    739 Bytes
    first commit 3 months ago
  • model.safetensors
    439 MB
    xet
    first commit 3 months ago
  • tokenizer.json
    712 kB
    first commit 3 months ago
  • tokenizer_config.json
    351 Bytes
    first commit 3 months ago