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

lonestar108
/
base

Feature Extraction
Transformers
PyTorch
llama
text-embeddings-inference
Model card Files Files and versions
xet
Community
1

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

  • Libraries
  • Transformers

    How to use lonestar108/base with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="lonestar108/base")
    # Load model directly
    from transformers import AutoTokenizer, AutoModel
    
    tokenizer = AutoTokenizer.from_pretrained("lonestar108/base")
    model = AutoModel.from_pretrained("lonestar108/base")
  • Notebooks
  • Google Colab
  • Kaggle
base
26.4 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 7 commits
lonestar108's picture
lonestar108
Upload tokenizer
ed665c0 over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • config.json
    1.71 kB
    Upload model over 2 years ago
  • pytorch_model-00001-of-00003.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    9.88 GB
    xet
    Upload model over 2 years ago
  • pytorch_model-00002-of-00003.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    9.89 GB
    xet
    Upload model over 2 years ago
  • pytorch_model-00003-of-00003.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    6.66 GB
    xet
    Upload model over 2 years ago
  • pytorch_model.bin.index.json
    22.2 kB
    Upload model over 2 years ago
  • special_tokens_map.json
    95 Bytes
    Upload tokenizer over 2 years ago
  • tokenizer.json
    1.84 MB
    Upload tokenizer over 2 years ago
  • tokenizer.model
    500 kB
    xet
    Upload tokenizer.model over 2 years ago
  • tokenizer_config.json
    853 Bytes
    Upload tokenizer over 2 years ago