kaantureyyen commited on
Commit
262cad9
·
verified ·
1 Parent(s): 0660493

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +26 -0
README.md ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ datasets:
3
+ - barilan/blog_authorship_corpus
4
+ language:
5
+ - en
6
+ base_model:
7
+ - microsoft/deberta-v3-small
8
+ pipeline_tag: text-classification
9
+ ---
10
+ DeBERTaV3 (small) finetuned on the Blog Authorship Corpus for age classification using the same age bins as in https://u.cs.biu.ac.il/~koppel/BlogCorpus.htm:
11
+ - "10s" blogs (ages 13-17)
12
+ - "20s" blogs(ages 23-27)
13
+ - "30s" blogs (ages 33-47)
14
+
15
+ ```json
16
+ {
17
+ "epoch": 2.0,
18
+ "eval_accuracy": 0.6252309316442333,
19
+ "eval_f1": 0.6252309316442333,
20
+ "eval_loss": 0.8790310621261597,
21
+ "eval_runtime": 263.0807,
22
+ "eval_samples_per_second": 14.402,
23
+ "eval_steps_per_second": 3.603,
24
+ "step": 858
25
+ }
26
+ ```