Update README.md
Browse files<h1 align="center">SuperAnnotate</h1>
<h2 align="center"> Fine-tuned RoBERTa Large for Generated Text Detection </h2>
## Description
README.md
CHANGED
@@ -2,4 +2,16 @@
|
|
2 |
license: other
|
3 |
license_name: sspl
|
4 |
license_link: LICENSE
|
5 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
license: other
|
3 |
license_name: sspl
|
4 |
license_link: LICENSE
|
5 |
+
language:
|
6 |
+
- en
|
7 |
+
pipeline_tag: text-classification
|
8 |
+
tags:
|
9 |
+
- roberta
|
10 |
+
- generated_text_detection
|
11 |
+
- llm_content_detection
|
12 |
+
- AI_detection
|
13 |
+
datasets:
|
14 |
+
- Hello-SimpleAI/HC3
|
15 |
+
- tum-nlp/IDMGSP
|
16 |
+
library_name: transformers
|
17 |
+
---
|