ArneBinder commited on
Commit
e28b3aa
1 Parent(s): dc0c501
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -7,7 +7,7 @@ This is the training data used in the DialAM-2024 shared task. See http://dialam
7
  ```python
8
  from datasets import load_dataset
9
 
10
- ds = load_dataset("ArneBinder/dialam_2024")
11
 
12
  # the dataset consists of a single train split
13
  assert set(ds) == {"train"}
 
7
  ```python
8
  from datasets import load_dataset
9
 
10
+ ds = load_dataset("ArneBinder/dialam2024")
11
 
12
  # the dataset consists of a single train split
13
  assert set(ds) == {"train"}