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

phamtungthuy
/
results

PEFT
Safetensors
Generated from Trainer
Model card Files Files and versions
xet
Community

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

  • Libraries
  • PEFT

    How to use phamtungthuy/results with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("Viet-Mistral/Vistral-7B-Chat")
    model = PeftModel.from_pretrained(base_model, "phamtungthuy/results")
  • Notebooks
  • Google Colab
  • Kaggle
results
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
phamtungthuy's picture
phamtungthuy
phamtungthuy/trainer-questin-vistral-7b-chat
f8c5f5c verified almost 2 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 2 years ago
  • README.md
    1.13 kB
    phamtungthuy/trainer-questin-vistral-7b-chat almost 2 years ago
  • adapter_config.json
    625 Bytes
    phamtungthuy/trainer-questin-vistral-7b-chat almost 2 years ago
  • adapter_model.safetensors
    369 MB
    xet
    phamtungthuy/trainer-questin-vistral-7b-chat almost 2 years ago
  • added_tokens.json
    83 Bytes
    phamtungthuy/trainer-questin-vistral-7b-chat almost 2 years ago
  • special_tokens_map.json
    510 Bytes
    phamtungthuy/trainer-questin-vistral-7b-chat almost 2 years ago
  • tokenizer.json
    2.15 MB
    phamtungthuy/trainer-questin-vistral-7b-chat almost 2 years ago
  • tokenizer.model
    597 kB
    xet
    phamtungthuy/trainer-questin-vistral-7b-chat almost 2 years ago
  • tokenizer_config.json
    2.56 kB
    phamtungthuy/trainer-questin-vistral-7b-chat almost 2 years ago
  • training_args.bin

    Detected Pickle imports (8)

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

    How to fix it?

    4.66 kB
    xet
    phamtungthuy/trainer-questin-vistral-7b-chat almost 2 years ago