michelecafagna26 commited on
Commit
60ac70f
1 Parent(s): 5eb5d3d

Update hl.py

Browse files
Files changed (1) hide show
  1. hl.py +2 -2
hl.py CHANGED
@@ -34,8 +34,8 @@ _LICENSE = "Apache 2.0"
34
 
35
  #_URL = "https://huggingface.co/datasets/michelecafagna26/hl/main/data/images.zip"
36
  _IMG = "https://huggingface.co/datasets/michelecafagna26/hl/blob/main/data/images.zip"
37
- _TRAIN = "https://huggingface.co/datasets/michelecafagna26/hl/blob/main/data/annotations/train.jsonl"
38
- _TEST = "https://huggingface.co/datasets/michelecafagna26/hl/blob/main/data/annotations/test.jsonl"
39
 
40
 
41
 
 
34
 
35
  #_URL = "https://huggingface.co/datasets/michelecafagna26/hl/main/data/images.zip"
36
  _IMG = "https://huggingface.co/datasets/michelecafagna26/hl/blob/main/data/images.zip"
37
+ _TRAIN = "https://huggingface.co/datasets/michelecafagna26/hl/resolve/main/data/annotations/train.jsonl"
38
+ _TEST = "https://huggingface.co/datasets/michelecafagna26/hl/resolve/main/data/annotations/test.jsonl"
39
 
40
 
41