cristianomg10
commited on
Commit
•
8032828
1
Parent(s):
b784b7b
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,39 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
{}
|
3 |
+
---
|
4 |
+
|
5 |
+
# GPT2 - Reviews PTBR
|
6 |
+
|
7 |
+
<!-- Provide a quick summary of what the model is/does. -->
|
8 |
+
|
9 |
+
## Model Details
|
10 |
+
This model was fine-tuned using the Olist dataset for fake reviews generation.
|
11 |
+
|
12 |
+
### Model Description
|
13 |
+
|
14 |
+
<!-- Provide a longer summary of what this model is. -->
|
15 |
+
|
16 |
+
- **Developed by:** Eduardo Camargo Ribeiro Borges
|
17 |
+
- **Language(s) (NLP):** Brazilian Portuguese
|
18 |
+
- **Finetuned from model [optional]:** [More Information Needed]
|
19 |
+
|
20 |
+
|
21 |
+
### Fine-tuning Hyperparameters
|
22 |
+
|
23 |
+
- **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
|
24 |
+
|
25 |
+
|
26 |
+
## Citation
|
27 |
+
|
28 |
+
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
29 |
+
|
30 |
+
**BibTeX:**
|
31 |
+
|
32 |
+
```
|
33 |
+
@article{gpt-review-ptbr,
|
34 |
+
title={Benchmarking Machine Learning Algorithms in Fake Reviews Detection in Brazilian Portuguese},
|
35 |
+
author={Borges, Eduardo Camargo Ribeiro and Garcia, Cristiano Mesquita and Feitosa, Samuel da Silva and Radavelli, Carlos Henrique},
|
36 |
+
journal={Submitted},
|
37 |
+
year={2024}
|
38 |
+
}
|
39 |
+
```
|