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

xitro
/
p1c-private-model-target

Text Classification
Transformers
PyTorch
bert
Model card Files Files and versions
xet
Community

Instructions to use xitro/p1c-private-model-target with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use xitro/p1c-private-model-target with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="xitro/p1c-private-model-target")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("xitro/p1c-private-model-target")
    model = AutoModelForSequenceClassification.from_pretrained("xitro/p1c-private-model-target")
  • Notebooks
  • Google Colab
  • Kaggle
p1c-private-model-target
2.39 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
xitro's picture
xitro
upload model files
522ae1e verified 3 months ago
  • .gitattributes
    1.52 kB
    initial commit 3 months ago
  • README.md
    182 Bytes
    upload model files 3 months ago
  • config.json
    150 Bytes
    upload model files 3 months ago
  • model_secrets.txt
    159 Bytes
    add secret file 3 months ago
  • pytorch_model.bin

    Detected Pickle imports (1)

    • "posix.system"

    How to fix it?

    382 Bytes
    upload model files 3 months ago