diegovelilla commited on
Commit
bf8dd28
·
verified ·
1 Parent(s): 3f985ae

added base model info to model card

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -3,6 +3,7 @@ license: apache-2.0
3
  language:
4
  - en
5
  - es
 
6
  metrics:
7
  - accuracy
8
  - f1
@@ -13,6 +14,7 @@ pipeline_tag: text-classification
13
  tags:
14
  - ai-detection
15
  - ai-content
 
16
  ---
17
  # EssAI: AI-generated essays detector
18
 
 
3
  language:
4
  - en
5
  - es
6
+ base_model: google-bert/bert-base-uncased
7
  metrics:
8
  - accuracy
9
  - f1
 
14
  tags:
15
  - ai-detection
16
  - ai-content
17
+ - bert
18
  ---
19
  # EssAI: AI-generated essays detector
20