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

NewstaR
/
CNC-7b-lora

Text Generation
PEFT
English
Tagalog
mistral
lora
instruct
custom code
Model card Files Files and versions
xet
Community

Instructions to use NewstaR/CNC-7b-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use NewstaR/CNC-7b-lora with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("bn22/Mistral-7B-Instruct-v0.1-sharded")
    model = PeftModel.from_pretrained(base_model, "NewstaR/CNC-7b-lora")
  • Notebooks
  • Google Colab
  • Kaggle
CNC-7b-lora
114 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 9 commits
baebee's picture
baebee
Update README.md
58d5981 over 2 years ago
  • checkpoint-51
    Upload folder using huggingface_hub over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    1.57 kB
    Update README.md over 2 years ago
  • adapter_config.json
    460 Bytes
    Upload folder using huggingface_hub over 2 years ago
  • adapter_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    27.3 MB
    xet
    Upload folder using huggingface_hub over 2 years ago
  • special_tokens_map.json
    434 Bytes
    Upload folder using huggingface_hub over 2 years ago
  • tokenizer.json
    1.8 MB
    Upload folder using huggingface_hub over 2 years ago
  • tokenizer.model
    493 kB
    xet
    Upload folder using huggingface_hub over 2 years ago
  • tokenizer_config.json
    887 Bytes
    Upload folder using huggingface_hub over 2 years ago
  • training_args.bin

    Detected Pickle imports (8)

    • "transformers.trainer_utils.IntervalStrategy",
    • "transformers.trainer_utils.HubStrategy",
    • "torch.device",
    • "transformers.training_args.TrainingArguments",
    • "accelerate.state.PartialState",
    • "accelerate.utils.dataclasses.DistributedType",
    • "transformers.training_args.OptimizerNames",
    • "transformers.trainer_utils.SchedulerType"

    How to fix it?

    4.54 kB
    xet
    Upload folder using huggingface_hub over 2 years ago
  • training_params.json
    1.26 kB
    Upload folder using huggingface_hub over 2 years ago