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

  • Log In
  • Sign Up

GanjinZero
/
coder_eng

Feature Extraction
Transformers
PyTorch
Safetensors
English
bert
biomedical
Model card Files Files and versions
xet
Community
2

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

  • Libraries
  • Transformers

    How to use GanjinZero/coder_eng with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="GanjinZero/coder_eng")
    # Load model directly
    from transformers import AutoTokenizer, AutoModel
    
    tokenizer = AutoTokenizer.from_pretrained("GanjinZero/coder_eng")
    model = AutoModel.from_pretrained("GanjinZero/coder_eng")
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
coder_eng
876 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 7 commits
GanjinZero's picture
GanjinZero
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model (#1)
b941ef1 about 3 years ago
  • .gitattributes
    1.23 kB
    Adding `safetensors` variant of this model (#1) about 3 years ago
  • README.md
    813 Bytes
    Update README.md about 3 years ago
  • config.json
    462 Bytes
    Upload config.json over 4 years ago
  • model.safetensors
    438 MB
    xet
    Adding `safetensors` variant of this model (#1) about 3 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

    • "torch.FloatStorage",
    • "torch._utils._rebuild_tensor_v2",
    • "torch.LongStorage",
    • "collections.OrderedDict"

    What is a pickle import?

    438 MB
    xet
    Upload pytorch_model.bin with git-lfs over 4 years ago
  • vocab.txt
    225 kB
    Upload vocab.txt over 4 years ago