Zicons commited on
Commit
a04c8c3
·
1 Parent(s): c88f36e

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +41 -0
README.md ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ widget:
3
+ - text: "They're able to charge women more for the same exact procedure a man gets."
4
+ example_title: "Example: Yes"
5
+ - text: "There's no way they would give it up."
6
+ example_title: "Example: No"
7
+ ---
8
+
9
+ # ba-claim/bert
10
+ ## Model Details
11
+ Fine-tuned BERT Model for Claim Relevance Identification
12
+
13
+ ### Model Description
14
+ This Hugging Face model is a fine-tuned BERT model specifically developed for identifying relevant claims in the context of combating fake news.
15
+ The model was trained as part of a bachelor thesis project aimed at automating the fact-checking process by automatically identifying claims of interest.
16
+
17
+ The project participated in the CheckThat!2023 competition, focusing on task 1B, organized by the Conference and Labs of the Evaluation Forum (CLEF).
18
+ The CheckThat! lab provided relevant training data for predicting the checkworthiness of claims.
19
+ The data was analyzed, and various transformer models, including DistilBERT and ELECTRA, were experimented with to identify the most effective architecture.
20
+
21
+ Overall, this fine-tuned BERT model serves as a valuable tool in automating the identification of relevant claims, reducing the need for manual fact-checking, and contributing to efforts to combat the challenges posed by the widespread dissemination of fake news.
22
+
23
+
24
+ #### Examples
25
+
26
+ 37440 There's no way they would give it up. No
27
+
28
+ 37463 They're able to charge women more for the same exact procedure a man gets. Yes
29
+
30
+
31
+ ## Training Details
32
+
33
+ |Hyperparameters||
34
+ |----|----|
35
+ | Learning Rate|9.459e-05|
36
+ | Weight Decay|2.737e-04|
37
+ | Batch Size|64|
38
+ | Number of Epochs|4|
39
+
40
+
41
+