Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

moraxgiga
/
jina

Fill-Mask
Transformers
PyTorch
ONNX
Safetensors
bert
custom_code
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use moraxgiga/jina with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="moraxgiga/jina", trust_remote_code=True)
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("moraxgiga/jina", trust_remote_code=True)
    model = AutoModelForMaskedLM.from_pretrained("moraxgiga/jina", trust_remote_code=True)
  • Notebooks
  • Google Colab
  • Kaggle
jina
1.65 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits

This model has 1 file scanned as suspicious.

moraxgiga's picture
moraxgiga
Upload 12 files
e2266c1 verified over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    21 Bytes
    initial commit over 2 years ago
  • config.json
    1.18 kB
    Upload 12 files over 2 years ago
  • config_sentence_transformers.json
    117 Bytes
    Upload 12 files over 2 years ago
  • model-w-mean-pooling.onnx
    547 MB
    xet
    Upload 12 files over 2 years ago
  • model.onnx
    547 MB
    xet
    Upload 12 files over 2 years ago
  • model.safetensors
    275 MB
    xet
    Upload 12 files over 2 years ago
  • modules.json
    229 Bytes
    Upload 12 files over 2 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

    • "torch._utils._rebuild_tensor_v2",
    • "collections.OrderedDict",
    • "torch.HalfStorage"

    What is a pickle import?

    275 MB
    xet
    Upload 12 files over 2 years ago
  • sentence_bert_config.json
    99 Bytes
    Upload 12 files over 2 years ago
  • special_tokens_map.json
    125 Bytes
    Upload 12 files over 2 years ago
  • tokenizer.json
    712 kB
    Upload 12 files over 2 years ago
  • tokenizer_config.json
    373 Bytes
    Upload 12 files over 2 years ago
  • vocab.txt
    232 kB
    Upload 12 files over 2 years ago