Merge remote-tracking branch 'origin/main' with local changes
Browse files- .gitattributes +2 -0
- __pycache__/app.cpython-311.pyc +0 -0
- __pycache__/app.cpython-312.pyc +0 -0
- __pycache__/google_search.cpython-311.pyc +0 -0
- __pycache__/google_search.cpython-312.pyc +0 -0
- __pycache__/run.cpython-312.pyc +0 -0
- models/__pycache__/__init__.cpython-311.pyc +0 -0
- models/__pycache__/__init__.cpython-312.pyc +0 -0
- models/__pycache__/claim_extractor.cpython-311.pyc +0 -0
- models/__pycache__/claim_extractor.cpython-312.pyc +0 -0
- models/__pycache__/evidence_retriever.cpython-311.pyc +0 -0
- models/__pycache__/evidence_retriever.cpython-312.pyc +0 -0
- models/__pycache__/keyword_extractor.cpython-311.pyc +0 -0
- models/__pycache__/keyword_extractor.cpython-312.pyc +0 -0
- models/__pycache__/nli_classifier.cpython-311.pyc +0 -0
- models/__pycache__/nli_classifier.cpython-312.pyc +0 -0
- utils/__pycache__/__init__.cpython-311.pyc +0 -0
- utils/__pycache__/__init__.cpython-312.pyc +0 -0
- utils/__pycache__/config.cpython-311.pyc +0 -0
- utils/__pycache__/config.cpython-312.pyc +0 -0
- utils/__pycache__/similarity.cpython-311.pyc +0 -0
- utils/__pycache__/similarity.cpython-312.pyc +0 -0
.gitattributes
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Auto detect text files and perform LF normalization
|
| 2 |
+
* text=auto
|
__pycache__/app.cpython-311.pyc
ADDED
|
Binary file (7.04 kB). View file
|
|
|
__pycache__/app.cpython-312.pyc
ADDED
|
Binary file (6.23 kB). View file
|
|
|
__pycache__/google_search.cpython-311.pyc
ADDED
|
Binary file (1.99 kB). View file
|
|
|
__pycache__/google_search.cpython-312.pyc
ADDED
|
Binary file (1.57 kB). View file
|
|
|
__pycache__/run.cpython-312.pyc
ADDED
|
Binary file (4.82 kB). View file
|
|
|
models/__pycache__/__init__.cpython-311.pyc
ADDED
|
Binary file (243 Bytes). View file
|
|
|
models/__pycache__/__init__.cpython-312.pyc
ADDED
|
Binary file (226 Bytes). View file
|
|
|
models/__pycache__/claim_extractor.cpython-311.pyc
ADDED
|
Binary file (2.01 kB). View file
|
|
|
models/__pycache__/claim_extractor.cpython-312.pyc
ADDED
|
Binary file (1.77 kB). View file
|
|
|
models/__pycache__/evidence_retriever.cpython-311.pyc
ADDED
|
Binary file (4.55 kB). View file
|
|
|
models/__pycache__/evidence_retriever.cpython-312.pyc
ADDED
|
Binary file (4.2 kB). View file
|
|
|
models/__pycache__/keyword_extractor.cpython-311.pyc
ADDED
|
Binary file (2.39 kB). View file
|
|
|
models/__pycache__/keyword_extractor.cpython-312.pyc
ADDED
|
Binary file (2.1 kB). View file
|
|
|
models/__pycache__/nli_classifier.cpython-311.pyc
ADDED
|
Binary file (3.31 kB). View file
|
|
|
models/__pycache__/nli_classifier.cpython-312.pyc
ADDED
|
Binary file (2.84 kB). View file
|
|
|
utils/__pycache__/__init__.cpython-311.pyc
ADDED
|
Binary file (192 Bytes). View file
|
|
|
utils/__pycache__/__init__.cpython-312.pyc
ADDED
|
Binary file (175 Bytes). View file
|
|
|
utils/__pycache__/config.cpython-311.pyc
ADDED
|
Binary file (1.02 kB). View file
|
|
|
utils/__pycache__/config.cpython-312.pyc
ADDED
|
Binary file (941 Bytes). View file
|
|
|
utils/__pycache__/similarity.cpython-311.pyc
ADDED
|
Binary file (2.45 kB). View file
|
|
|
utils/__pycache__/similarity.cpython-312.pyc
ADDED
|
Binary file (2.09 kB). View file
|
|
|