Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,11 @@
|
|
1 |
---
|
2 |
license: cc-by-nc-sa-4.0
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: cc-by-nc-sa-4.0
|
3 |
+
language:
|
4 |
+
- fr
|
5 |
---
|
6 |
+
# AI Detection
|
7 |
+
A french pretrained classification model that aims to detect whether an input has been generated by a human or by a Large Language Model such as Chat-GPT or LLaMA. <br>
|
8 |
+
This model is aimed to one day help educators verify if work is done by humans or not. The model will, by design, classify as human-made text that has been generated by AI but rewritten by a human. This is because its aim is to catch pure ai without any human input.
|
9 |
+
|
10 |
+
This model is based on on [BARThez](https://huggingface.co/moussaKam/barthez). <br>
|
11 |
+
It is pretrained on a corpus of 15 000 of french articles that have been summarized by both humans and AI <br>
|