KenLumod commited on
Commit
8250ffe
·
verified ·
1 Parent(s): 3f05a97

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -0
README.md ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ metrics:
5
+ - accuracy
6
+ - precision
7
+ - recall
8
+ - f1
9
+ base_model:
10
+ - google-bert/bert-base-uncased
11
+ pipeline_tag: text-classification
12
+ library_name: transformers
13
+ tags:
14
+ - fake-news,
15
+ - news-classification,
16
+ - bert,
17
+ ---