dhanilka commited on
Commit
1377a45
1 Parent(s): 0dc0d55

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +33 -3
README.md CHANGED
@@ -1,3 +1,33 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ ---
4
+ # AI Content Detector
5
+
6
+ Welcome to the AI Content Detector repository! This model is designed to classify text as either AI-generated or human-written. It can be used for various applications, including detecting AI-generated content in articles, social media posts, and more.
7
+
8
+ ## Model Overview
9
+
10
+ The AI Content Detector is a state-of-the-art model that leverages advanced machine learning techniques to differentiate between human-written and AI-generated text. It has been trained on diverse datasets to ensure high accuracy and robustness.
11
+
12
+ ## Table of Contents
13
+
14
+ - [Model Details](#model-details)
15
+ - [Installation](#installation)
16
+ - [Usage](#usage)
17
+ - [Examples](#examples)
18
+ - [License](#license)
19
+ - [Contact](#contact)
20
+
21
+ ## Model Details
22
+
23
+ - **Model Type**: Sequence Classification
24
+ - **Architecture**: RobertaForSequenceClassification
25
+ - **Pretrained**: Yes
26
+ - **Tokenizer**: RobertaTokenizer
27
+
28
+ ## Installation
29
+
30
+ To use this model, you need to install the `transformers` library along with `torch`. You can do this using pip:
31
+
32
+ ```bash
33
+ pip install transformers torch