d-matrix commited on
Commit
977f850
1 Parent(s): f409305

Update README.md

Browse files

removing use_auth_token

Files changed (1) hide show
  1. README.md +0 -1
README.md CHANGED
@@ -68,7 +68,6 @@ pipe = pipeline(
68
  model="d-matrix/gpt2",
69
  revision="gpt2-xl", # see above for other variants
70
  dmx_config="BASELINE", # see above for other variants
71
- use_auth_token=os.environ.get("HUGGING_FACE_HUB_TOKEN"),
72
  )
73
 
74
  results = pipe.evaluate(
 
68
  model="d-matrix/gpt2",
69
  revision="gpt2-xl", # see above for other variants
70
  dmx_config="BASELINE", # see above for other variants
 
71
  )
72
 
73
  results = pipe.evaluate(