YAML Metadata Warning:empty or missing yaml metadata in repo card

Check out the documentation for more information.

Custom Fine-tuned LLM from PDF

This model is a fine-tuned version of gpt2 on custom PDF documents.

Model Details

  • Developed by: Bibek
  • Model type: Causal Language Model
  • Language(s): English
  • Finetuned from model: gpt2

Intended Use

This model was specifically fine-tuned to understand and generate text based on the content extracted from the provided PDF: dummy.pdf.

Training Details

  • Training Data: Text extracted from dummy.pdf using pypdf.
  • Epochs: 3
  • Batch Size: 1
  • Learning Rate: 5e-05
  • Hardware: cuda

How to Get Started

from transformers import AutoTokenizer, AutoModelForCausalLM

tokenizer = AutoTokenizer.from_pretrained("singtan/gemma-2b-1-finetuned-pdf")
model = AutoModelForCausalLM.from_pretrained("singtan/gemma-2b-1-finetuned-pdf")
Downloads last month
8
Safetensors
Model size
0.1B params
Tensor type
F32
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support