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

isbondarev
/
internlm3-8b-instruct-test-adv

Feature Extraction
Transformers
Safetensors
internlm3
llama-factory
custom_code
Model card Files Files and versions
xet
Community

Instructions to use isbondarev/internlm3-8b-instruct-test-adv with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use isbondarev/internlm3-8b-instruct-test-adv with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="isbondarev/internlm3-8b-instruct-test-adv", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("isbondarev/internlm3-8b-instruct-test-adv", trust_remote_code=True, dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
internlm3-8b-instruct-test-adv
17.6 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
isbondarev's picture
isbondarev
Upload tokenizer
f15162d verified 11 months ago
  • .gitattributes
    1.52 kB
    initial commit 11 months ago
  • README.md
    5.19 kB
    Upload InternLM3ForCausalLM 11 months ago
  • chat_template.jinja
    211 Bytes
    Upload tokenizer 11 months ago
  • config.json
    967 Bytes
    Upload InternLM3ForCausalLM 11 months ago
  • configuration_internlm3.py
    10.5 kB
    Upload InternLM3ForCausalLM 11 months ago
  • generation_config.json
    124 Bytes
    Upload InternLM3ForCausalLM 11 months ago
  • model-00001-of-00004.safetensors
    5 GB
    xet
    Upload InternLM3ForCausalLM 11 months ago
  • model-00002-of-00004.safetensors
    4.93 GB
    xet
    Upload InternLM3ForCausalLM 11 months ago
  • model-00003-of-00004.safetensors
    4.93 GB
    xet
    Upload InternLM3ForCausalLM 11 months ago
  • model-00004-of-00004.safetensors
    2.75 GB
    xet
    Upload InternLM3ForCausalLM 11 months ago
  • model.safetensors.index.json
    35.8 kB
    Upload InternLM3ForCausalLM 11 months ago
  • modeling_internlm3.py
    56.4 kB
    Upload InternLM3ForCausalLM 11 months ago
  • special_tokens_map.json
    1 kB
    Upload tokenizer 11 months ago
  • tokenization_internlm3.py
    13.2 kB
    Upload tokenizer 11 months ago
  • tokenizer.model
    2.48 MB
    xet
    Upload tokenizer 11 months ago
  • tokenizer_config.json
    5.51 kB
    Upload tokenizer 11 months ago