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

Fredr0id
/
proquolm

Text Classification
Transformers
google-tensorflow TensorFlow
German
bert
Model card Files Files and versions
xet
Community

Instructions to use Fredr0id/proquolm with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Fredr0id/proquolm with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="Fredr0id/proquolm")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("Fredr0id/proquolm")
    model = AutoModelForSequenceClassification.from_pretrained("Fredr0id/proquolm")
  • Notebooks
  • Google Colab
  • Kaggle
proquolm
536 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
Fredr0id's picture
Fredr0id
Update README.md
a6d5852 verified about 1 year ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    1.15 kB
    Update README.md about 1 year ago
  • added_tokens.json
    85 Bytes
    Upload first version over 2 years ago
  • config.json
    628 Bytes
    Upload first version over 2 years ago
  • special_tokens_map.json
    219 Bytes
    Upload first version over 2 years ago
  • tf_model.h5
    536 MB
    xet
    Upload first version over 2 years ago
  • tokenizer_config.json
    413 Bytes
    Upload first version over 2 years ago
  • vocab.txt
    247 kB
    Upload first version over 2 years ago