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

Lemoooon
/
TIM_13B_forCoDec

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

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

  • Libraries
  • Transformers

    How to use Lemoooon/TIM_13B_forCoDec with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="Lemoooon/TIM_13B_forCoDec")
    # Load model directly
    from transformers import AutoTokenizer, AutoModel
    
    tokenizer = AutoTokenizer.from_pretrained("Lemoooon/TIM_13B_forCoDec")
    model = AutoModel.from_pretrained("Lemoooon/TIM_13B_forCoDec")
  • Notebooks
  • Google Colab
  • Kaggle
TIM_13B_forCoDec
26.6 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 3 commits
lemonzeng's picture
lemonzeng
First model version
e3872bb about 2 years ago
  • .gitattributes
    1.52 kB
    initial commit about 2 years ago
  • README.md
    57 Bytes
    Create README.md about 2 years ago
  • added_tokens.json
    88 Bytes
    First model version about 2 years ago
  • config.json
    752 Bytes
    First model version about 2 years ago
  • generation_config.json
    132 Bytes
    First model version about 2 years ago
  • pytorch_model-00001-of-00003.bin
    9.99 GB
    xet
    First model version about 2 years ago
  • pytorch_model-00002-of-00003.bin
    9.87 GB
    xet
    First model version about 2 years ago
  • pytorch_model-00003-of-00003.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    6.75 GB
    xet
    First model version about 2 years ago
  • pytorch_model.bin.index.json
    30 kB
    First model version about 2 years ago
  • special_tokens_map.json
    529 Bytes
    First model version about 2 years ago
  • tokenizer.json
    2.99 MB
    First model version about 2 years ago
  • tokenizer.model
    941 kB
    xet
    First model version about 2 years ago
  • tokenizer_config.json
    714 Bytes
    First model version about 2 years ago