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

a-01a
/
novelCrafter

Text Generation
PEFT
Safetensors
English
lora
creative-writing
fine-tuned
academic
research
conversational
Model card Files Files and versions
xet
Community

Instructions to use a-01a/novelCrafter with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use a-01a/novelCrafter with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("meta-llama/Llama-3.2-3B-Instruct")
    model = PeftModel.from_pretrained(base_model, "a-01a/novelCrafter")
  • Notebooks
  • Google Colab
  • Kaggle
novelCrafter
29.9 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 68 commits
a-01a's picture
a-01a
Update model card - training step 19
6af6684 verified 5 months ago
  • .gitattributes
    1.57 kB
    Trained on part 1 9 months ago
  • README.md
    7.08 kB
    Update model card - training step 19 5 months ago
  • adapter_config.json
    985 Bytes
    Training update - step 1: adapter_config.json 5 months ago
  • adapter_model.safetensors
    3.42 MB
    xet
    Trained on part 10 9 months ago
  • chat_template.jinja
    3.83 kB
    Training update - step 1: chat_template.jinja 5 months ago
  • novelcrafter.safetensors
    9.19 MB
    xet
    Training update - step 18: novelcrafter.safetensors 5 months ago
  • special_tokens_map.json
    325 Bytes
    Training update - step 1: special_tokens_map.json 5 months ago
  • tokenizer.json
    17.2 MB
    xet
    Upload tokenizer 5 months ago
  • tokenizer_config.json
    50.6 kB
    Training update - step 1: tokenizer_config.json 5 months ago