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

mergisi
/
final_results

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

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

  • Libraries
  • PEFT

    How to use mergisi/final_results with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("google/flan-t5-large")
    model = PeftModel.from_pretrained(base_model, "mergisi/final_results")
  • Notebooks
  • Google Colab
  • Kaggle
final_results
41.3 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 18 commits
mergisi's picture
mergisi
End of training
b4ae2f1 verified over 2 years ago
  • runs
    End of training over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    1.09 kB
    End of training over 2 years ago
  • adapter_config.json
    586 Bytes
    Training in progress, step 3000 over 2 years ago
  • adapter_model.safetensors
    37.8 MB
    xet
    End of training over 2 years ago
  • special_tokens_map.json
    2.54 kB
    Training in progress, step 3000 over 2 years ago
  • spiece.model
    792 kB
    xet
    Training in progress, step 3000 over 2 years ago
  • tokenizer.json
    2.42 MB
    Training in progress, step 3000 over 2 years ago
  • tokenizer_config.json
    20.8 kB
    Training in progress, step 3000 over 2 years ago
  • training_args.bin

    Detected Pickle imports (8)

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

    How to fix it?

    4.86 kB
    xet
    Training in progress, step 500 over 2 years ago