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

  • Log In
  • Sign Up

katuni4ka
/
tiny-random-internlm

Feature Extraction
Transformers
Safetensors
internlm
custom_code
Model card Files Files and versions
xet
Community

Instructions to use katuni4ka/tiny-random-internlm with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use katuni4ka/tiny-random-internlm with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="katuni4ka/tiny-random-internlm", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("katuni4ka/tiny-random-internlm", trust_remote_code=True, dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
tiny-random-internlm
28.2 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
katuni4ka's picture
katuni4ka
Update modeling_internlm.py
c4d0882 verified almost 2 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 2 years ago
  • config.json
    927 Bytes
    Upload 9 files almost 2 years ago
  • configuration_internlm.py
    5.37 kB
    Upload 9 files almost 2 years ago
  • generation_config.json
    132 Bytes
    Upload 9 files almost 2 years ago
  • model.safetensors
    26.5 MB
    xet
    Upload 9 files almost 2 years ago
  • modeling_internlm.py
    58 kB
    Update modeling_internlm.py almost 2 years ago
  • special_tokens_map.json
    95 Bytes
    Upload 9 files almost 2 years ago
  • tokenization_internlm.py
    8.83 kB
    Upload 9 files almost 2 years ago
  • tokenizer.model
    1.66 MB
    xet
    Upload 9 files almost 2 years ago
  • tokenizer_config.json
    873 Bytes
    Upload 9 files almost 2 years ago