Add reference and metadata to `README.md`
Browse files
README.md
CHANGED
@@ -1,5 +1,9 @@
|
|
1 |
---
|
2 |
library_name: tf-keras
|
|
|
|
|
|
|
|
|
3 |
---
|
4 |
|
5 |
## Model description
|
@@ -42,4 +46,19 @@ The model was trained and evaluated on the [fakerom](https://www.tagtog.com/fake
|
|
42 |
|
43 |
## Evaluation results
|
44 |
|
45 |
-
The accuracy of predicting fake news was roughly 75%.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
library_name: tf-keras
|
3 |
+
language:
|
4 |
+
- ro
|
5 |
+
base_model:
|
6 |
+
- readerbench/RoBERT-base
|
7 |
---
|
8 |
|
9 |
## Model description
|
|
|
46 |
|
47 |
## Evaluation results
|
48 |
|
49 |
+
The accuracy of predicting fake news was roughly 75%.
|
50 |
+
|
51 |
+
## Reference
|
52 |
+
|
53 |
+
[Romanian Fake News Identification using Language Models](https://grants.ulbsibiu.ro/fakerom/wp-content/uploads/8_Preda-et-al.pdf)
|
54 |
+
|
55 |
+
```bibtex
|
56 |
+
@inproceedings{inproceedings,
|
57 |
+
author = {Preda, Andrei and Ruseti, Stefan and Terian, Simina-Maria and Dascalu, Mihai},
|
58 |
+
year = {2022},
|
59 |
+
month = {01},
|
60 |
+
pages = {73-79},
|
61 |
+
title = {Romanian Fake News Identification using Language Models},
|
62 |
+
doi = {10.37789/rochi.2022.1.1.13}
|
63 |
+
}
|
64 |
+
```
|