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

rameshbharathig
/
vidyasoniq

Text Generation
PEFT
Safetensors
English
lora
music-education
instruction-tuning
causal-lm
tinyllama
Model card Files Files and versions
xet
Community

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

  • Libraries
  • PEFT

    How to use rameshbharathig/vidyasoniq with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("TinyLlama/TinyLlama-1.1B-Chat-v1.0")
    model = PeftModel.from_pretrained(base_model, "rameshbharathig/vidyasoniq")
  • Notebooks
  • Google Colab
  • Kaggle
vidyasoniq
8.14 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 7 commits
rameshbharathig's picture
rameshbharathig
Update README.md
79cd87a verified about 1 month ago
  • .gitattributes
    1.52 kB
    initial commit about 1 month ago
  • README.md
    3.44 kB
    Update README.md about 1 month ago
  • adapter_config.json
    1.04 kB
    Upload adapter_config.json with huggingface_hub about 1 month ago
  • adapter_model.safetensors
    4.52 MB
    xet
    Upload adapter_model.safetensors with huggingface_hub about 1 month ago
  • tokenizer.json
    3.62 MB
    Upload tokenizer.json with huggingface_hub about 1 month ago
  • tokenizer_config.json
    398 Bytes
    Upload tokenizer_config.json with huggingface_hub about 1 month ago