hhhhzy commited on
Commit
9900d67
1 Parent(s): cd8bbf0

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -0
README.md ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Roberta-Pubhealth model
2
+
3
+ This model is a fine-tuned version of [RoBERTa Base](https://huggingface.co/roberta-base) on the health_fact dataset.
4
+ It achieves the following results on the evaluation set:
5
+ - accuracy:
6
+ - micro f1:
7
+ - macro f1:
8
+ - weighted f1:
9
+ - model efficiency:
10
+
11
+ ## Dataset desctiption
12
+ [PUBHEALTH](https://huggingface.co/datasets/health_fact)is a comprehensive dataset for explainable automated fact-checking of public health claims. Each instance in the PUBHEALTH dataset has an associated veracity label (true, false, unproven, mixture). Furthermore each instance in the dataset has an explanation text field. The explanation is a justification for which the claim has been assigned a particular veracity label.
13
+
14
+ ## Training hyperparameters
15
+
16
+ The model are trained with the following tuned config:
17
+ - model: roberta base
18
+ - batch size: 32
19
+ - learning rate: 5e-5
20
+ - number of epochs: 5
21
+ - warmup steps: 500