vitormesaque commited on
Commit
1189071
·
verified ·
1 Parent(s): ca8fd74

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -65
README.md CHANGED
@@ -1,65 +0,0 @@
1
- ---
2
- {}
3
- ---
4
-
5
- # iLLAMA: LLM for App Issue Detection and Prioritization Obtained by Fine-Tuning LLAMA 3
6
-
7
- 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.
8
-
9
- ## Model Details
10
-
11
- - **Developed by:** [Vitor Mesaque](https://huggingface.co/vitormesaque)
12
- - **Model type:** App Issue Detection Model
13
- - **Language:** English
14
- - **License:** MIT
15
- - **Fine-tuned from:** LLAMA 3
16
- - **Datasets:** [vitormesaque/irisk](https://huggingface.co/datasets/vitormesaque/irisk)
17
-
18
- The vitormesaque/irisk dataset was obtained through the knowledge base of the MApp-IDEA research project.
19
-
20
- ## Model Usage
21
-
22
- ### How to Get Started with the Model
23
-
24
- Use the code below to get started with the model:
25
-
26
-
27
-
28
- ### Evaluation
29
-
30
- The model was evaluated using a separate portion of the vitormesaque/irisk dataset.
31
-
32
- ## Bias, Risks, and Limitations
33
-
34
- While the model is effective in detecting issues, it may exhibit biases present in the training data. Users should be aware of these potential biases and consider them when interpreting results.
35
-
36
- ### Recommendations
37
-
38
- Users should conduct additional evaluations in the specific context of use to ensure reliability and fairness.
39
-
40
- ## Citation
41
-
42
- If you use this model in your research, please cite it as follows:
43
-
44
- **BibTeX:**
45
-
46
- ```bibtex
47
- @misc{vitormesaque2024llama3,
48
- author = {Vitor Mesaque Alves de Lima},
49
- title = {iLLAMA: LLM for App Issue Detection and Prioritization Obtained by Fine-Tuning LLAMA 3},
50
- year = {2024},
51
- url = {https://huggingface.co/vitormesaque}
52
- }
53
- ```
54
-
55
- **APA:**
56
-
57
- Mesaque, V. (2024). LLAMA 3 fine-tuned with Unsloth and vitormesaque/irisk dataset. Retrieved from https://huggingface.co/vitormesaque
58
-
59
- ## License
60
-
61
- This model is licensed under the MIT License.
62
-
63
- ## Contact
64
-
65
- For questions or comments, please contact [Vitor Mesaque](https://huggingface.co/vitormesaque).