Text Classification
Transformers
Safetensors
Persian
bert
Inference Endpoints
cmykk commited on
Commit
549955b
1 Parent(s): 3644a97

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -3
README.md CHANGED
@@ -1,3 +1,13 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ language:
4
+ - en
5
+ ---
6
+
7
+ Base model:
8
+ https://huggingface.co/google-bert/bert-base-multilingual-cased
9
+
10
+ Human written vs. AI written news classifier trained on the English news data from:
11
+ https://huggingface.co/datasets/tum-nlp/neural_news
12
+
13
+ See paper for specific splits and metrics, here: Link to be added.