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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

vasmi07
/
GecLLM

PEFT
PyTorch
Safetensors
Model card Files Files and versions
xet
Community

Instructions to use vasmi07/GecLLM with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use vasmi07/GecLLM with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("PosteriorAI/godavari-telugu-llama2-7B")
    model = PeftModel.from_pretrained(base_model, "vasmi07/GecLLM")
  • Notebooks
  • Google Colab
  • Kaggle
GecLLM
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
vasmi07's picture
vasmi07
Upload 14 files
03c77f0 verified over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    5.11 kB
    Upload 14 files over 2 years ago
  • adapter_config.json
    613 Bytes
    Upload 14 files over 2 years ago
  • adapter_model.safetensors
    33.6 MB
    xet
    Upload 14 files over 2 years ago
  • added_tokens.json
    21 Bytes
    Upload 14 files over 2 years ago
  • optimizer.pt
    67.2 MB
    xet
    Upload 14 files over 2 years ago
  • pytorch_model.bin
    443 Bytes
    xet
    Upload 14 files over 2 years ago
  • rng_state.pth
    14.6 kB
    xet
    Upload 14 files over 2 years ago
  • scheduler.pt
    627 Bytes
    xet
    Upload 14 files over 2 years ago
  • special_tokens_map.json
    549 Bytes
    Upload 14 files over 2 years ago
  • tokenizer.json
    2.95 MB
    Upload 14 files over 2 years ago
  • tokenizer.model
    876 kB
    xet
    Upload 14 files over 2 years ago
  • tokenizer_config.json
    1.44 kB
    Upload 14 files over 2 years ago
  • trainer_state.json
    963 Bytes
    Upload 14 files over 2 years ago
  • training_args.bin
    4.41 kB
    xet
    Upload 14 files over 2 years ago