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

vidyamdeveloper
/
NLQ_dataset

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

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

  • Libraries
  • PEFT

    How to use vidyamdeveloper/NLQ_dataset with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("nvidia/Llama-3.1-Nemotron-Nano-8B-v1")
    model = PeftModel.from_pretrained(base_model, "vidyamdeveloper/NLQ_dataset")
  • Notebooks
  • Google Colab
  • Kaggle
NLQ_dataset
2.71 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
vidyamdeveloper's picture
vidyamdeveloper
Model save
95eb40e verified about 1 year ago
  • runs
    Model save about 1 year ago
  • .gitattributes
    1.52 kB
    initial commit about 1 year ago
  • README.md
    1.27 kB
    Model save about 1 year ago
  • adapter_config.json
    741 Bytes
    Training in progress, epoch 0 about 1 year ago
  • adapter_model.safetensors
    2.68 GB
    xet
    Training in progress, epoch 2 about 1 year ago
  • final_merge_output_conversation.json
    6.83 MB
    Training in progress, epoch 0 about 1 year ago
  • final_merge_output_conversation_2.json
    5.86 MB
    Training in progress, epoch 0 about 1 year ago
  • special_tokens_map.json
    335 Bytes
    Training in progress, epoch 0 about 1 year ago
  • tokenizer.json
    9.09 MB
    Training in progress, epoch 0 about 1 year ago
  • tokenizer_config.json
    50.5 kB
    Training in progress, epoch 0 about 1 year ago
  • training_args.bin

    Detected Pickle imports (9)

    • "trl.trainer.sft_config.SFTConfig",
    • "transformers.trainer_utils.SchedulerType",
    • "transformers.trainer_utils.IntervalStrategy",
    • "accelerate.state.PartialState",
    • "transformers.training_args.OptimizerNames",
    • "torch.device",
    • "accelerate.utils.dataclasses.DistributedType",
    • "transformers.trainer_utils.HubStrategy",
    • "transformers.trainer_pt_utils.AcceleratorConfig"

    How to fix it?

    5.5 kB
    xet
    Training in progress, epoch 0 about 1 year ago