Update README.md
Browse files
README.md
CHANGED
@@ -1,12 +1,12 @@
|
|
1 |
|
2 |
-
#
|
3 |
|
4 |
This repository contains a fine-tuned version of LLAMA 3 using the Unsloth framework and the vitormesaque/irisk dataset. The model is designed for detecting issues in text data.
|
5 |
|
6 |
## Model Details
|
7 |
|
8 |
- **Developed by:** [Vitor Mesaque](https://huggingface.co/vitormesaque)
|
9 |
-
- **Model type:** Issue Detection Model
|
10 |
- **Language:** English
|
11 |
- **License:** MIT
|
12 |
- **Fine-tuned from:** LLAMA 3
|
@@ -43,7 +43,7 @@ If you use this model in your research, please cite it as follows:
|
|
43 |
```bibtex
|
44 |
@misc{vitormesaque2024llama3,
|
45 |
author = {Vitor Mesaque Alves de Lima},
|
46 |
-
title = {
|
47 |
year = {2024},
|
48 |
url = {https://huggingface.co/vitormesaque}
|
49 |
}
|
|
|
1 |
|
2 |
+
# iLLAMA: LLM for App Issue Detection and Prioritization Obtained by Fine-Tuning LLAMA 3
|
3 |
|
4 |
This repository contains a fine-tuned version of LLAMA 3 using the Unsloth framework and the vitormesaque/irisk dataset. The model is designed for detecting issues in text data.
|
5 |
|
6 |
## Model Details
|
7 |
|
8 |
- **Developed by:** [Vitor Mesaque](https://huggingface.co/vitormesaque)
|
9 |
+
- **Model type:** App Issue Detection Model
|
10 |
- **Language:** English
|
11 |
- **License:** MIT
|
12 |
- **Fine-tuned from:** LLAMA 3
|
|
|
43 |
```bibtex
|
44 |
@misc{vitormesaque2024llama3,
|
45 |
author = {Vitor Mesaque Alves de Lima},
|
46 |
+
title = {iLLAMA: LLM for App Issue Detection and Prioritization Obtained by Fine-Tuning LLAMA 3},
|
47 |
year = {2024},
|
48 |
url = {https://huggingface.co/vitormesaque}
|
49 |
}
|