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

YeungNLP
/
firefly-internlm-7b

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

Instructions to use YeungNLP/firefly-internlm-7b with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use YeungNLP/firefly-internlm-7b with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="YeungNLP/firefly-internlm-7b", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("YeungNLP/firefly-internlm-7b", trust_remote_code=True, dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
firefly-internlm-7b
14.6 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
YeungNLP's picture
YeungNLP
Update README.md
d6910f5 over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    6.05 kB
    Update README.md over 2 years ago
  • config.json
    806 Bytes
    Upload InternLMForCausalLM over 2 years ago
  • configuration_internlm.py
    5.18 kB
    Upload InternLMForCausalLM over 2 years ago
  • generation_config.json
    132 Bytes
    Upload InternLMForCausalLM over 2 years ago
  • internlm-loss.jpg
    133 kB
    Upload internlm-loss.jpg over 2 years ago
  • modeling_internlm.py
    42.6 kB
    Upload InternLMForCausalLM over 2 years ago
  • pytorch_model-00001-of-00002.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    9.98 GB
    xet
    Upload InternLMForCausalLM over 2 years ago
  • pytorch_model-00002-of-00002.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    4.67 GB
    xet
    Upload InternLMForCausalLM over 2 years ago
  • pytorch_model.bin.index.json
    37.1 kB
    Upload InternLMForCausalLM over 2 years ago
  • special_tokens_map.json
    95 Bytes
    Upload tokenizer over 2 years ago
  • tokenization_internlm.py
    8.95 kB
    Upload tokenizer over 2 years ago
  • tokenizer.model
    1.66 MB
    xet
    Upload tokenizer over 2 years ago
  • tokenizer_config.json
    343 Bytes
    Upload tokenizer over 2 years ago