nafisehNik
commited on
add paper.
Browse files
README.md
CHANGED
@@ -24,6 +24,10 @@ datasets:
|
|
24 |
|
25 |
# GIRT-Model
|
26 |
|
|
|
|
|
|
|
|
|
27 |
This model is fine-tuned to generate issue report templates based on the input instruction provided. It has been fine-tuned on [GIRT-Instruct](https://huggingface.co/datasets/nafisehNik/GIRT-Instruct) data.
|
28 |
|
29 |
## Usage
|
@@ -74,4 +78,12 @@ result = compute(prompt, top_p = 0.92, top_k=0, do_sample=True, max_length=300,
|
|
74 |
|
75 |
## Citation
|
76 |
|
77 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
24 |
|
25 |
# GIRT-Model
|
26 |
|
27 |
+
paper: https://arxiv.org/abs/2402.02632
|
28 |
+
|
29 |
+
demo: https://huggingface.co/spaces/nafisehNik/girt-space
|
30 |
+
|
31 |
This model is fine-tuned to generate issue report templates based on the input instruction provided. It has been fine-tuned on [GIRT-Instruct](https://huggingface.co/datasets/nafisehNik/GIRT-Instruct) data.
|
32 |
|
33 |
## Usage
|
|
|
78 |
|
79 |
## Citation
|
80 |
|
81 |
+
```
|
82 |
+
@article{nikeghbal2024girt,
|
83 |
+
title={GIRT-Model: Automated Generation of Issue Report Templates},
|
84 |
+
author={Nikeghbal, Nafiseh and Kargaran, Amir Hossein and Heydarnoori, Abbas},
|
85 |
+
journal={arXiv preprint arXiv:2402.02632},
|
86 |
+
year={2024}
|
87 |
+
}
|
88 |
+
```
|
89 |
+
|