vitormesaque commited on
Commit
d2fcbb1
·
verified ·
1 Parent(s): da5d525

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -1,12 +1,12 @@
1
 
2
- # i-LLAMA: LLAMA 3 fine-tuned for App Issue Detection and Prioritization
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 = {i-LLAMA: LLAMA 3 fine-tuned for App Issue Detection and Prioritization},
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
  }