File size: 1,793 Bytes
873378d fc9d969 873378d c007b55 f817ae9 c007b55 206cb31 f817ae9 873378d |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 |
---
base_model: bert-base-uncased
library_name: transformers
license: apache-2.0
tags:
- generated_from_trainer
model-index:
- name: results
results: []
---
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
should probably proofread and complete it, then remove this comment. -->
# results
This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co./bert-base-uncased) on an unknown dataset.
## Model description
This model is fine-tuned for classifying GitHub issues into four categories: New Feature, Improvement, Bug, and Task. The base model used is bert-large-uncased, and it has been trained on an open-source dataset of GitHub issues containing titles and descriptions. This model can efficiently predict the type of issue based on the input of the issue’s title and description.
### Fine-Tuning Details
Base Model: bert-large-uncased
Fine-Tuning Dataset: GitHub Issues with labels mapped to four categories:
- New Feature
- Improvement
- Bug
- Task
Training Framework: Hugging Face Transformers, PyTorch
Training Setup: The model was fine-tuned using a batch size of 64 for a few epochs, with a learning rate of 6e-5.
## Intended uses & limitations
More information needed
## Training and evaluation data
More information needed
## Training procedure
### Training hyperparameters
The following hyperparameters were used during training:
- learning_rate: 6e-05
- train_batch_size: 8
- eval_batch_size: 8
- seed: 42
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
- lr_scheduler_type: linear
- lr_scheduler_warmup_steps: 500
- num_epochs: 4
### Training results
### Framework versions
- Transformers 4.44.2
- Pytorch 2.4.1+cu121
- Datasets 2.21.0
- Tokenizers 0.19.1
|