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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

Duplicated from  MoritzLaurer/bge-m3-zeroshot-v2.0

cublya
/
bge-m3-zeroshot-v2.0

Zero-Shot Classification
Transformers
ONNX
Safetensors
multilingual
xlm-roberta
text-classification
Model card Files Files and versions
xet
Community

Instructions to use cublya/bge-m3-zeroshot-v2.0 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use cublya/bge-m3-zeroshot-v2.0 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("zero-shot-classification", model="cublya/bge-m3-zeroshot-v2.0")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("cublya/bge-m3-zeroshot-v2.0")
    model = AutoModelForSequenceClassification.from_pretrained("cublya/bge-m3-zeroshot-v2.0", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
bge-m3-zeroshot-v2.0
3.45 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 1 commit
s3m3dov's picture
s3m3dov
MoritzLaurer's picture
MoritzLaurer
Duplicate from MoritzLaurer/bge-m3-zeroshot-v2.0
177f0af 4 months ago
  • onnx
    Duplicate from MoritzLaurer/bge-m3-zeroshot-v2.0 4 months ago
  • .gitattributes
    1.63 kB
    Duplicate from MoritzLaurer/bge-m3-zeroshot-v2.0 4 months ago
  • README.md
    21.1 kB
    Duplicate from MoritzLaurer/bge-m3-zeroshot-v2.0 4 months ago
  • config.json
    912 Bytes
    Duplicate from MoritzLaurer/bge-m3-zeroshot-v2.0 4 months ago
  • model.safetensors
    1.14 GB
    xet
    Duplicate from MoritzLaurer/bge-m3-zeroshot-v2.0 4 months ago
  • sentencepiece.bpe.model
    5.07 MB
    xet
    Duplicate from MoritzLaurer/bge-m3-zeroshot-v2.0 4 months ago
  • special_tokens_map.json
    964 Bytes
    Duplicate from MoritzLaurer/bge-m3-zeroshot-v2.0 4 months ago
  • tokenizer.json
    17.1 MB
    xet
    Duplicate from MoritzLaurer/bge-m3-zeroshot-v2.0 4 months ago
  • tokenizer_config.json
    1.15 kB
    Duplicate from MoritzLaurer/bge-m3-zeroshot-v2.0 4 months ago
  • training_args.bin

    Detected Pickle imports (8)

    • "transformers.trainer_utils.IntervalStrategy",
    • "transformers.trainer_utils.HubStrategy",
    • "transformers.trainer_utils.SchedulerType",
    • "torch.device",
    • "transformers.training_args.TrainingArguments",
    • "accelerate.utils.dataclasses.DistributedType",
    • "transformers.training_args.OptimizerNames",
    • "accelerate.state.PartialState"

    How to fix it?

    4.92 kB
    xet
    Duplicate from MoritzLaurer/bge-m3-zeroshot-v2.0 4 months ago