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

  • Log In
  • Sign Up

wmere
/
falcon_moe_0.5Base_test

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

Instructions to use wmere/falcon_moe_0.5Base_test with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use wmere/falcon_moe_0.5Base_test with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="wmere/falcon_moe_0.5Base_test", trust_remote_code=True)
    # Load model directly
    from transformers import AutoTokenizer, AutoModel
    
    tokenizer = AutoTokenizer.from_pretrained("wmere/falcon_moe_0.5Base_test", trust_remote_code=True)
    model = AutoModel.from_pretrained("wmere/falcon_moe_0.5Base_test", trust_remote_code=True)
  • Notebooks
  • Google Colab
  • Kaggle
falcon_moe_0.5Base_test
4.81 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
wmere's picture
wmere
Upload tokenizer
3d4d296 verified 3 months ago
  • .gitattributes
    1.52 kB
    initial commit 3 months ago
  • README.md
    5.17 kB
    Upload FalconH1MoEForCausalLM 3 months ago
  • config.json
    1.77 kB
    Upload FalconH1MoEForCausalLM 3 months ago
  • configuration_falcon_h1_moe.py
    347 Bytes
    Upload FalconH1MoEForCausalLM 3 months ago
  • generation_config.json
    133 Bytes
    Upload FalconH1MoEForCausalLM 3 months ago
  • model.safetensors
    4.8 GB
    xet
    Upload FalconH1MoEForCausalLM 3 months ago
  • modeling_falcon_h1_moe.py
    6.37 kB
    Upload FalconH1MoEForCausalLM 3 months ago
  • special_tokens_map.json
    7.42 kB
    Upload tokenizer 3 months ago
  • tokenizer.json
    2.35 MB
    Upload tokenizer 3 months ago
  • tokenizer_config.json
    99.7 kB
    Upload tokenizer 3 months ago