LLAMA 3 Story Point Estimator - appceleratorstudio

This model is fine-tuned on issue descriptions from appceleratorstudio and tested on appceleratorstudio for story point estimation.

Model Details

  • Base Model: LLAMA 3.2 1B

  • Training Project: appceleratorstudio

  • Test Project: appceleratorstudio

  • Task: Story Point Estimation (Regression)

  • Architecture: PEFT (LoRA)

  • Input: Issue titles

  • Output: Story point estimation (continuous value)

Usage

from transformers import AutoModelForSequenceClassification, AutoTokenizer
from peft import PeftModel

# Load tokenizer and model
tokenizer = AutoTokenizer.from_pretrained("DEVCamiloSepulveda/0-LLAMA3SP-appceleratorstudio")
model = AutoModelForSequenceClassification.from_pretrained("DEVCamiloSepulveda/0-LLAMA3SP-appceleratorstudio")

# Prepare input text
text = "Your issue description here"
inputs = tokenizer(text, return_tensors="pt", truncation=True, max_length=20, padding="max_length")

# Get prediction
outputs = model(**inputs)
story_points = outputs.logits.item()

Training Details

  • Fine-tuning method: LoRA (Low-Rank Adaptation)
  • Sequence length: 20 tokens
  • Best training epoch: 0 / 20 epochs
  • Batch size: 32
  • Training time: 59.620 seconds
  • Mean Absolute Error (MAE): 1.613
  • Median Absolute Error (MdAE): 1.393
Downloads last month
69
Safetensors
Model size
766M params
Tensor type
F32
·
U8
·
Inference Examples
This model does not have enough activity to be deployed to Inference API (serverless) yet. Increase its social visibility and check back later, or deploy to Inference Endpoints (dedicated) instead.

Model tree for DEVCamiloSepulveda/0-LLAMA3SP-appceleratorstudio

Quantized
(118)
this model

Evaluation results