KennethEnevoldsen commited on
Commit
8d12134
·
unverified ·
1 Parent(s): f1e0234
Files changed (2) hide show
  1. .gitignore +1 -0
  2. scripts/load_dataset.py +0 -6
.gitignore CHANGED
@@ -1,3 +1,4 @@
1
  # Python
2
  __pycache__/*
3
  *.pyc
 
 
1
  # Python
2
  __pycache__/*
3
  *.pyc
4
+ tmp.py
scripts/load_dataset.py DELETED
@@ -1,6 +0,0 @@
1
- from datasets import load_dataset
2
-
3
- name = "../." # "danish-foundation-models/danish-gigaword"
4
- ds = load_dataset("../.", split = "train")
5
-
6
- ds