Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Verified Claim Reterieval
|
| 2 |
|
| 3 |
This repo demonstrates how to perform retrieval over a collection of verified claims for a given query. The provided model is a tuned version of AraBERT on AraFACTs dataset. Tuning details can be found in this [repo](https://gitlab.com/watheq/detecting-previously-checked-claims-over-twitter).
|
|
@@ -50,4 +55,4 @@ If you used any piece of this repository, please consider citing our work :
|
|
| 50 |
}
|
| 51 |
```
|
| 52 |
|
| 53 |
-
license: cc-by-4.0
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: cc-by-4.0
|
| 3 |
+
language:
|
| 4 |
+
- ar
|
| 5 |
+
---
|
| 6 |
# Verified Claim Reterieval
|
| 7 |
|
| 8 |
This repo demonstrates how to perform retrieval over a collection of verified claims for a given query. The provided model is a tuned version of AraBERT on AraFACTs dataset. Tuning details can be found in this [repo](https://gitlab.com/watheq/detecting-previously-checked-claims-over-twitter).
|
|
|
|
| 55 |
}
|
| 56 |
```
|
| 57 |
|
| 58 |
+
license: cc-by-4.0
|