Datasets:

License:
admin commited on
Commit
5e55cf6
·
1 Parent(s): a4e45c4
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -31,6 +31,7 @@ ds = load_dataset(
31
  name="黑塔", # The Chinese name of the character
32
  split="StarRail_en", # The language options should match the character's game
33
  cache_dir="./__pycache__", # The cache location of the dataset
 
34
  )
35
  for item in ds:
36
  print(item)
 
31
  name="黑塔", # The Chinese name of the character
32
  split="StarRail_en", # The language options should match the character's game
33
  cache_dir="./__pycache__", # The cache location of the dataset
34
+ trust_remote_code=True,
35
  )
36
  for item in ds:
37
  print(item)