Transformers
Safetensors
bert
Inference Endpoints
philipphager commited on
Commit
deb2616
1 Parent(s): 1b6c7bf

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -63,7 +63,7 @@ batch = {
63
  ]),
64
  }
65
 
66
- outputs = model(batch)
67
  print(outputs)
68
  ```
69
 
 
63
  ]),
64
  }
65
 
66
+ outputs = model(batch, train=False)
67
  print(outputs)
68
  ```
69