oneryalcin commited on
Commit
635f405
·
verified ·
1 Parent(s): 3dea709

Add YAML metadata to model card

Browse files
Files changed (1) hide show
  1. README.md +21 -0
README.md CHANGED
@@ -1,3 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  # Text Register FastText Classifier
2
 
3
  A FastText classifier that detects the **communicative register** (text type) of any English text at ~500k predictions/sec on CPU.
 
1
+ ---
2
+ language:
3
+ - en
4
+ license: mit
5
+ library_name: fasttext
6
+ tags:
7
+ - fasttext
8
+ - text-classification
9
+ - register-classification
10
+ - text-type
11
+ - content-filtering
12
+ - data-curation
13
+ pipeline_tag: text-classification
14
+ datasets:
15
+ - TurkuNLP/register_oscar
16
+ metrics:
17
+ - precision
18
+ - recall
19
+ - f1
20
+ ---
21
+
22
  # Text Register FastText Classifier
23
 
24
  A FastText classifier that detects the **communicative register** (text type) of any English text at ~500k predictions/sec on CPU.