Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# LLM_Detector_Preview_model
|
| 2 |
|
| 3 |
**Preview release of an LLM-generated text detector.**
|
|
@@ -46,4 +60,4 @@ with torch.no_grad():
|
|
| 46 |
## Files Included
|
| 47 |
- `model.safetensors` — Model weights
|
| 48 |
- `config.json` — Model configuration
|
| 49 |
-
- `tokenizer.json`, `tokenizer_config.json`, `special_tokens_map.json` — Tokenizer files
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language:
|
| 3 |
+
- en
|
| 4 |
+
base_model:
|
| 5 |
+
- answerdotai/ModernBERT-base
|
| 6 |
+
pipeline_tag: text-classification
|
| 7 |
+
tags:
|
| 8 |
+
- text
|
| 9 |
+
- text classification
|
| 10 |
+
- LLM
|
| 11 |
+
- LLM text detection
|
| 12 |
+
- Detection
|
| 13 |
+
- detector
|
| 14 |
+
---
|
| 15 |
# LLM_Detector_Preview_model
|
| 16 |
|
| 17 |
**Preview release of an LLM-generated text detector.**
|
|
|
|
| 60 |
## Files Included
|
| 61 |
- `model.safetensors` — Model weights
|
| 62 |
- `config.json` — Model configuration
|
| 63 |
+
- `tokenizer.json`, `tokenizer_config.json`, `special_tokens_map.json` — Tokenizer files
|