hails commited on
Commit
68e4a2f
1 Parent(s): f18ca56

Update unscramble.py

Browse files
Files changed (1) hide show
  1. unscramble.py +2 -2
unscramble.py CHANGED
@@ -42,8 +42,8 @@ addition, or deletion of characters, and asking it to recover the original word.
42
 
43
  _HOMEPAGE = "https://github.com/openai/gpt-3/tree/master/data"
44
 
45
- # TODO: Add the licence for the dataset here if you can find it
46
- _LICENSE = ""
47
 
48
  _BASE_URL = "https://raw.githubusercontent.com/openai/gpt-3/master/data"
49
 
 
42
 
43
  _HOMEPAGE = "https://github.com/openai/gpt-3/tree/master/data"
44
 
45
+
46
+ _LICENSE = "No license found"
47
 
48
  _BASE_URL = "https://raw.githubusercontent.com/openai/gpt-3/master/data"
49