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

Menouar
/
falcon7b-linear-equations

PEFT
TensorBoard
Safetensors
Transformers
English
trl
sft
Generated from Trainer
falcon
Model card Files Files and versions
xet
Metrics Training metrics Community

Instructions to use Menouar/falcon7b-linear-equations with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use Menouar/falcon7b-linear-equations with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("tiiuae/falcon-7b")
    model = PeftModel.from_pretrained(base_model, "Menouar/falcon7b-linear-equations")
  • Transformers

    How to use Menouar/falcon7b-linear-equations with Transformers:

    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("Menouar/falcon7b-linear-equations", dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
falcon7b-linear-equations / runs
Ctrl+K
Ctrl+K
  • 1 contributor
History: 18 commits
Menouar's picture
Menouar
Model save
c71209d verified over 2 years ago
  • Jan25_15-52-49_78a9615e601e
    Training in progress, epoch 2 over 2 years ago
  • Jan25_21-15-01_f75ef5543b30
    Model save over 2 years ago
  • Jan29_08-40-59_5448488f0807
    Training in progress, epoch 0 over 2 years ago
  • Jan29_10-44-48_c33c93bcdfdb
    Model save over 2 years ago
  • Jan29_11-17-41_b7ab45fad05c
    Training in progress, epoch 0 over 2 years ago
  • Jan29_16-27-03_e9dbc11b17b1
    Training in progress, epoch 0 over 2 years ago
  • Jan29_21-09-07_4eeab57c86f5
    Training in progress, epoch 0 over 2 years ago
  • Jan30_08-52-40_31f37b7e1215
    Training in progress, epoch 0 over 2 years ago
  • Jan30_12-58-51_fb2a2de7dc94
    Training in progress, epoch 0 over 2 years ago
  • Jan30_13-45-01_f19be57a63d3
    Training in progress, epoch 0 over 2 years ago
  • Jan30_14-19-33_db0b26526538
    Model save over 2 years ago