Spaces:
Runtime error
Runtime error
Update README.md
Browse files
README.md
CHANGED
@@ -9,4 +9,30 @@ app_file: app.py
|
|
9 |
pinned: false
|
10 |
---
|
11 |
|
12 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
pinned: false
|
10 |
---
|
11 |
|
12 |
+
# AI-Generated-Text-Detection
|
13 |
+
CSI 4180 - Natural Language Processing - Final Project
|
14 |
+
|
15 |
+
My NLP App: https://huggingface.co/spaces/SkwarczynskiP/AI_Generated_Text_Detection
|
16 |
+
|
17 |
+
This NLP Application:
|
18 |
+
- Contains Jupyter notebooks hosted on Google Colab for the finetuning of Hugging Face models
|
19 |
+
- Utilizes those finetuned models within a Hugging Face Space application for AI Generated Text Detection
|
20 |
+
- Allows users to input a variety of models, datasets, and input text for sequence classification
|
21 |
+
- Visualizes the output classification through the Hugging Face Space GUI
|
22 |
+
|
23 |
+
# Files:
|
24 |
+
The files in this repository include:
|
25 |
+
- `User Guide.pdf`: The user guide for the NLP App
|
26 |
+
- `app.py`: The python file containing the source code for the Hugging Face Space App
|
27 |
+
- `requirements.txt`: The text file containing the python libraries requried for the Hugging Face Space App
|
28 |
+
- `bert-finetuned-dmitva-AI-and-human.ipynb`: The Google Colab notebook for finetuning the BERT model on the dmitva/human_ai_generated_text dataset
|
29 |
+
- `bert-finetuned-vedantgaur-AI-and-human.ipynb`: The Google Colab notebook for finetuning the BERT model on the vedantgaur/GPTOutputs-MWP dataset
|
30 |
+
- `bert-finetuned-vedantgaur-AI.ipynb`: The Google Colab notebook for finetuning the BERT model on the AI text portion of the vedantgaur/GPTOutputs-MWP dataset
|
31 |
+
- `bert-finetuned-vedantgaur-human.ipynb`: The Google Colab notebook for finetuning the BERT model on the human text portion of the vedantgaur/GPTOutputs-MWP dataset
|
32 |
+
- `roberta-finetuned-dmitva-AI-and-human.ipynb`: The Google Colab notebook for finetuning the RoBERTa model on the dmitva/human_ai_generated_text dataset
|
33 |
+
- `roberta-finetuned-vedantgaur-AI-and-human.ipynb`: The Google Colab notebook for finetuning the RoBERTa model on the vedantgaur/GPTOutputs-MWP dataset
|
34 |
+
- `roberta-finetuned-vedantgaur-AI.ipynb`: The Google Colab notebook for finetuning the RoBERTa model on the AI text portion of the vedantgaur/GPTOutputs-MWP dataset
|
35 |
+
- `roberta-finetuned-vedantgaur-human.ipynb`: The Google Colab notebook for finetuning the RoBERTa model on the human text portion of the vedantgaur/GPTOutputs-MWP dataset
|
36 |
+
|
37 |
+
# How to Access:
|
38 |
+
- Click on the link above to access the AI Generated Text Detection App
|