Vivek commited on
Commit
67780a2
·
1 Parent(s): 9e25fd3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -69,7 +69,7 @@ outputs=model(input_id,att_mask)
69
 
70
  final_output=jnp.argmax(outputs,axis=-1)
71
 
72
- Print(f"the predction of the dataset : {final_output}")
73
  ```
74
 
75
  ```
 
69
 
70
  final_output=jnp.argmax(outputs,axis=-1)
71
 
72
+ print(f"the predction of the dataset : {final_output}")
73
  ```
74
 
75
  ```