Update model card for AI Detect Model
Browse filesThis PR updates the model card to include the correct `pipeline_tag` (`text-classification`) and the `library_name` (`transformers`). This allows for easier discovery and usage of the model within the Hugging Face ecosystem. Additionally, the link to the paper is included.
README.md
CHANGED
|
@@ -1,14 +1,17 @@
|
|
| 1 |
---
|
| 2 |
-
|
|
|
|
| 3 |
datasets:
|
| 4 |
- wangkevin02/LMSYS-USP
|
| 5 |
language:
|
| 6 |
- en
|
|
|
|
| 7 |
metrics:
|
| 8 |
- accuracy
|
| 9 |
-
|
| 10 |
-
|
| 11 |
---
|
|
|
|
| 12 |
# AI Detect Model
|
| 13 |
|
| 14 |
## Model Description
|
|
|
|
| 1 |
---
|
| 2 |
+
base_model:
|
| 3 |
+
- allenai/longformer-base-4096
|
| 4 |
datasets:
|
| 5 |
- wangkevin02/LMSYS-USP
|
| 6 |
language:
|
| 7 |
- en
|
| 8 |
+
license: mit
|
| 9 |
metrics:
|
| 10 |
- accuracy
|
| 11 |
+
pipeline_tag: text-classification
|
| 12 |
+
library_name: transformers
|
| 13 |
---
|
| 14 |
+
|
| 15 |
# AI Detect Model
|
| 16 |
|
| 17 |
## Model Description
|