Hieu Nguyen
commited on
Commit
·
bf757ad
1
Parent(s):
1ff5ada
Switch objects that accepts HEAD method
Browse files- deep-research.py +2 -2
deep-research.py
CHANGED
@@ -48,8 +48,8 @@ _LICENSE = ""
|
|
48 |
# The HuggingFace Datasets library doesn't host the datasets but only points to the original files.
|
49 |
# This can be an arbitrary nested dict/list of URLs (see below in `_split_generators` method)
|
50 |
_URLS = {
|
51 |
-
"train": "http://52.172.255.53:9000/
|
52 |
-
"dev": "http://52.172.255.53:9000/
|
53 |
}
|
54 |
|
55 |
|
|
|
48 |
# The HuggingFace Datasets library doesn't host the datasets but only points to the original files.
|
49 |
# This can be an arbitrary nested dict/list of URLs (see below in `_split_generators` method)
|
50 |
_URLS = {
|
51 |
+
"train": "http://52.172.255.53:9000/hieutn/train.json?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=minioadmin%2F20230329%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20230329T180411Z&X-Amz-Expires=86400&X-Amz-SignedHeaders=host&X-Amz-Signature=eed62ec5b10293c9ddb162e36b5cc35e3439d2319b339c436f6c0bc6733f3693",
|
52 |
+
"dev": "http://52.172.255.53:9000/hieutn/dev.json?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=minioadmin%2F20230329%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20230329T180434Z&X-Amz-Expires=86400&X-Amz-SignedHeaders=host&X-Amz-Signature=432884ac2a1f1b9de5cbbca9c9453bf307878a88905c64b61482b4df262196ba"
|
53 |
}
|
54 |
|
55 |
|