maxsonderby
commited on
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,3 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# VISION-1: Content Safety Analysis Model
|
2 |
|
3 |
VISION-1 is a fine-tuned version of Llama 3.1 8B Instruct, specialized for content safety analysis and moderation. The model is trained to identify and analyze potential safety concerns in text content, including scams, fraud, harmful content, and inappropriate material.
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
tags:
|
5 |
+
- text-classification
|
6 |
+
- content-moderation
|
7 |
+
- safety
|
8 |
+
- transformers
|
9 |
+
pipeline_tag: text-classification
|
10 |
+
license: llama2
|
11 |
+
datasets:
|
12 |
+
- OverseerAI/safety-content
|
13 |
+
base_model: meta-llama/Llama-3.1-8B-Instruct
|
14 |
+
library_name: transformers
|
15 |
+
---
|
16 |
+
|
17 |
# VISION-1: Content Safety Analysis Model
|
18 |
|
19 |
VISION-1 is a fine-tuned version of Llama 3.1 8B Instruct, specialized for content safety analysis and moderation. The model is trained to identify and analyze potential safety concerns in text content, including scams, fraud, harmful content, and inappropriate material.
|