Update README.md
Browse files
README.md
CHANGED
@@ -24,7 +24,7 @@ tags:
|
|
24 |
## Model Description
|
25 |
|
26 |
This model consists of a fine-tuned version of BgGPT-7B-Instruct-v0.2 for a propaganda detection task. It is effectively a binary classifier, determining wether propaganda is present in the output string.
|
27 |
-
This model was created by [`Identrics`](https://identrics.ai/), in the scope of the
|
28 |
|
29 |
|
30 |
## Uses
|
@@ -64,7 +64,18 @@ The model was then tested on a smaller evaluation dataset, achieving an f1 score
|
|
64 |
![image/png](https://cdn-uploads.huggingface.co/production/uploads/66741cdd8123010b8f63f965/DunBsCJMZSFezNVB0Vo3a.png)
|
65 |
|
66 |
|
|
|
67 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
68 |
|
69 |
|
70 |
|
|
|
24 |
## Model Description
|
25 |
|
26 |
This model consists of a fine-tuned version of BgGPT-7B-Instruct-v0.2 for a propaganda detection task. It is effectively a binary classifier, determining wether propaganda is present in the output string.
|
27 |
+
This model was created by [`Identrics`](https://identrics.ai/), in the scope of the WASPer project.
|
28 |
|
29 |
|
30 |
## Uses
|
|
|
64 |
![image/png](https://cdn-uploads.huggingface.co/production/uploads/66741cdd8123010b8f63f965/DunBsCJMZSFezNVB0Vo3a.png)
|
65 |
|
66 |
|
67 |
+
## Citation
|
68 |
|
69 |
+
If you find our work useful, please consider citing WASPer:
|
70 |
+
|
71 |
+
```
|
72 |
+
@article{bai2024longwriter,
|
73 |
+
title={LongWriter: Unleashing 10,000+ Word Generation from Long Context LLMs},
|
74 |
+
author={Yushi Bai and Jiajie Zhang and Xin Lv and Linzhi Zheng and Siqi Zhu and Lei Hou and Yuxiao Dong and Jie Tang and Juanzi Li},
|
75 |
+
journal={arXiv preprint arXiv:2408.07055},
|
76 |
+
year={2024}
|
77 |
+
}
|
78 |
+
```
|
79 |
|
80 |
|
81 |
|