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

hotchpotch
/
mMiniLMv2-L6-H384

Feature Extraction
Transformers
Safetensors
xlm-roberta
Generated from Trainer
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use hotchpotch/mMiniLMv2-L6-H384 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use hotchpotch/mMiniLMv2-L6-H384 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="hotchpotch/mMiniLMv2-L6-H384")
    # Load model directly
    from transformers import AutoTokenizer, AutoModel
    
    tokenizer = AutoTokenizer.from_pretrained("hotchpotch/mMiniLMv2-L6-H384")
    model = AutoModel.from_pretrained("hotchpotch/mMiniLMv2-L6-H384")
  • Notebooks
  • Google Colab
  • Kaggle
mMiniLMv2-L6-H384
450 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
hotchpotch's picture
hotchpotch
Update README.md
f5eaf12 verified about 2 years ago
  • .gitattributes
    1.57 kB
    hotchpotch/mMiniLMv2-L6-H384 about 2 years ago
  • README.md
    831 Bytes
    Update README.md about 2 years ago
  • config.json
    724 Bytes
    hotchpotch/mMiniLMv2-L6-H384 about 2 years ago
  • model.safetensors
    428 MB
    xet
    hotchpotch/mMiniLMv2-L6-H384 about 2 years ago
  • sentencepiece.bpe.model
    5.07 MB
    xet
    hotchpotch/mMiniLMv2-L6-H384 about 2 years ago
  • special_tokens_map.json
    280 Bytes
    hotchpotch/mMiniLMv2-L6-H384 about 2 years ago
  • tokenizer.json
    17.1 MB
    xet
    hotchpotch/mMiniLMv2-L6-H384 about 2 years ago
  • tokenizer_config.json
    1.2 kB
    hotchpotch/mMiniLMv2-L6-H384 about 2 years ago
  • training_args.bin

    Detected Pickle imports (8)

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

    How to fix it?

    4.66 kB
    xet
    hotchpotch/mMiniLMv2-L6-H384 about 2 years ago