Spaces:
Running
Running
Commit ·
700e401
1
Parent(s): 95ec4ee
Update claim_checker.py
Browse files- claim_checker.py +1 -1
claim_checker.py
CHANGED
|
@@ -7,7 +7,7 @@ import numpy as np
|
|
| 7 |
from sentence_transformers import SentenceTransformer, CrossEncoder
|
| 8 |
from huggingface_hub import hf_hub_download
|
| 9 |
|
| 10 |
-
|
| 11 |
# integrated the core news database 5gb with the latest_news database, new news data will be added regularly to improve the quality of Trustify AI !
|
| 12 |
REPO_ID = "sohailkilledar/Trustify-Data"
|
| 13 |
DEVICE = "cuda" if torch.cuda.is_available() else "cpu"
|
|
|
|
| 7 |
from sentence_transformers import SentenceTransformer, CrossEncoder
|
| 8 |
from huggingface_hub import hf_hub_download
|
| 9 |
|
| 10 |
+
# using updated v3 dataset for new news
|
| 11 |
# integrated the core news database 5gb with the latest_news database, new news data will be added regularly to improve the quality of Trustify AI !
|
| 12 |
REPO_ID = "sohailkilledar/Trustify-Data"
|
| 13 |
DEVICE = "cuda" if torch.cuda.is_available() else "cpu"
|