ShantanuT01 commited on
Commit
cbc7e63
·
verified ·
1 Parent(s): 92605de

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +25 -18
README.md CHANGED
@@ -1,18 +1,25 @@
1
- # BERT-tiny RAID Detector
2
-
3
- This model is used to detect AI-generated texts from the RAID dataset.
4
- The model outputs a score corresponding to the likelihood that the text is human.
5
-
6
- This model was trained on a stratified subset of RAID's training data.
7
-
8
-
9
- # Model Details
10
-
11
- - Base Model: `prajjwal1/bert-tiny`
12
- - Optimizer: `Adam`
13
- - Loss Function: `FocalLoss`
14
- - Hyperparameters:
15
- - Learning rate: `5e-5`
16
- - Epochs: 5
17
- - Learning rate: `1e-5`
18
- - Epochs: 5
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ base_model:
4
+ - prajjwal1/bert-tiny
5
+ pipeline_tag: text-classification
6
+ library_name: transformers
7
+ ---
8
+ # BERT-tiny RAID Detector
9
+
10
+ This model is used to detect AI-generated texts from the RAID dataset.
11
+ The model outputs a score corresponding to the likelihood that the text is human.
12
+
13
+ This model was trained on a stratified subset of RAID's training data.
14
+
15
+
16
+ # Model Details
17
+
18
+ - Base Model: `prajjwal1/bert-tiny`
19
+ - Optimizer: `Adam`
20
+ - Loss Function: `FocalLoss`
21
+ - Hyperparameters:
22
+ - Learning rate: `5e-5`
23
+ - Epochs: 5
24
+ - Learning rate: `1e-5`
25
+ - Epochs: 5