CoolFace
Apppublic

Lukeam/aa_book

sourceHugging Faceapache-2.0updated 2y agoView on Hugging Face
0likes
31 commits on main
b9b62a62y ago

Enhanced training parameters for better fine-tuning

lambchop11
586db5d2y ago

Updated gitignore and added enhanced Q&A dataset

lambchop11
87ce3872y ago

Updated Q&A dataset with enhanced questions

lambchop11
636a1d92y ago

Fix token authentication method

lambchop11
8f8d94d2y ago

Update .gitignore and add test_model.py

lambchop11
419b5142y ago

Fix import error and rename test file

lambchop11
67758482y ago

Add combined training and testing interface

lambchop11
7b026c92y ago

Fix dataset processing and add proper data collator

lambchop11
64a50b22y ago

Fix dataset formatting and tokenization

lambchop11
44fe0392y ago

Fix type conversion in config validation

lambchop11
b0870252y ago

Update config for A10G hardware

lambchop11
8b5b45f2y ago

Remove duplicate files from Documents folder

lambchop11
239e88e2y ago

Update training configuration and add train.py implementation

lambchop11
7c63e752y ago

Fix tokenizer padding configuration

lambchop11
902fe5d2y ago

Add training data file and update gitignore

lambchop11
f6093032y ago

Update to load local JSONL file directly

lambchop11
9cd3ad92y ago

Add PEFT and LoRA for efficient fine-tuning

lambchop11
7114f862y ago

Add 8-bit quantization for memory efficiency

lambchop11
53165d62y ago

Add accelerate requirement

lambchop11
1f47cb52y ago

Fix training arguments configuration

lambchop11
686deb82y ago

Add error handling and debugging info

lambchop11
8f025902y ago

Add error handling and debugging info

lambchop11
0ac358d2y ago

Fix Gradio interface parameters

lambchop11
dbb75ff2y ago

Update interface button text

lambchop11
32e8fdd2y ago

Add training files

lambchop11
b3fdd7f2y ago

Add requirements file

lambchop11
3915b472y ago

Update gitignore to allow requirements.txt

lambchop11
ce0912e2y ago

Merge branch 'main' of https://huggingface.co/spaces/Lukeam/aa_book

lambchop11
32e892b2y ago

Add training application file

lambchop11
e6a6a9a2y ago

Add training application file

lambchop11
f0429d02y ago

initial commit

Lukeam