File size: 1,459 Bytes
eaca88e 9e694a9 fdf545e eaca88e fdf545e eaca88e fdf545e eaca88e fdf545e eaca88e fdf545e eaca88e fdf545e eaca88e fdf545e eaca88e fdf545e eaca88e fdf545e eaca88e fdf545e eaca88e fdf545e eaca88e fdf545e |
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 |
---
library_name: transformers
tags: []
---
# Model Card for se-bert
Provides Generic Software Engineering LM from "Enhancing Automated Software Traceability by Transfer Learning from Open-World Data"
## Model Details
The following language models is trained on the Git Corpus and Git Links from 2016 to 2021. The data
contains 4 types of records including Comments, Issues, Pull Requests, and Commits.
## Uses
This model is intended to be a good set of starting weights for various software engineering tasks including:
- requirements classification
- traceability link prediction
- retrieval / search
## Training, Evaluation, and Results
Please see cited paper for complete details on training method.
## Technical Specifications
### Model Architecture and Objective
MLM model trained on SE Corpus (See Above).
#### Hardware
1 GPU with CUDA 10.2 or 11.1
#### Software
Python >= 3.7
pytorch/1.1.0
## Citation [optional]
**BibTeX:**
@misc{lin2022enhancing,
title={Enhancing Automated Software Traceability by Transfer Learning from Open-World Data},
author={Jinfeng Lin and Amrit Poudel and Wenhao Yu and Qingkai Zeng and Meng Jiang and Jane Cleland-Huang},
year={2022},
eprint={2207.01084},
archivePrefix={arXiv},
primaryClass={cs.SE}
}
## Model Card Authors [optional]
Jinfeng Lin, Amrit Poudel, Wenhao Yu, Qingkai Zeng, Jane Cleland-Huang
## Model Card Contact
Alberto Rodriguez ([email protected]) |