Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,10 @@
|
|
1 |
---
|
2 |
license: mit
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
+
language:
|
4 |
+
- id
|
5 |
---
|
6 |
+
|
7 |
+
|
8 |
+
Contrastive embedding trained unsupervisedly on short claim (title) of online public report for fake news detection.
|
9 |
+
Model is trained based on contrastive loss and 'Fake news classification' as validation task.
|
10 |
+
MLP is used as external classifier for validation task given the resulting embedding from trained model.
|