Update README.md
Browse files
README.md
CHANGED
@@ -11,7 +11,7 @@ pipeline_tag: text-classification
|
|
11 |
|
12 |
This is a text classification model based on `answerdotai/ModernBERT-large`, fine-tuned to distinguish between **human-written**, and **AI-generated** code.
|
13 |
|
14 |
-
The model was trained on the `DroidCollection` dataset. It's designed as a **
|
15 |
|
16 |
A key feature of this model is its training objective, which combines standard **Cross-Entropy Loss** with a **Batch-Hard Triplet Loss**. This contrastive loss component encourages the model to learn more discriminative embeddings by pushing representations of human vs. machine code further apart in the vector space.
|
17 |
|
|
|
11 |
|
12 |
This is a text classification model based on `answerdotai/ModernBERT-large`, fine-tuned to distinguish between **human-written**, and **AI-generated** code.
|
13 |
|
14 |
+
The model was trained on the `DroidCollection` dataset. It's designed as a **binary-class classifier** to address the core task of AI code detection.
|
15 |
|
16 |
A key feature of this model is its training objective, which combines standard **Cross-Entropy Loss** with a **Batch-Hard Triplet Loss**. This contrastive loss component encourages the model to learn more discriminative embeddings by pushing representations of human vs. machine code further apart in the vector space.
|
17 |
|