Update README.md
Browse files
README.md
CHANGED
@@ -24,9 +24,9 @@ We use this re-aligned captions to train MetaCLIPv2.
|
|
24 |
```python
|
25 |
from datasets import load_dataset
|
26 |
|
27 |
-
train_dataset = load_dataset("json", data_files="activebus/Altogether-FT/altogether_ft_train.json", field="data")
|
28 |
|
29 |
-
eval_dataset = load_dataset("json", data_files="activebus/Altogether-FT/altogether_ft_eval.json", field="data")
|
30 |
```
|
31 |
|
32 |
|
|
|
24 |
```python
|
25 |
from datasets import load_dataset
|
26 |
|
27 |
+
train_dataset = load_dataset("json", data_files="https://huggingface.co/datasets/activebus/Altogether-FT/resolve/main/altogether_ft_train.json", field="data")
|
28 |
|
29 |
+
eval_dataset = load_dataset("json", data_files="https://huggingface.co/datasets/activebus/Altogether-FT/resolve/main/altogether_ft_eval.json", field="data")
|
30 |
```
|
31 |
|
32 |
|