jonsaadfalcon commited on
Commit
2c068c7
·
verified ·
1 Parent(s): e119318

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -0
README.md CHANGED
@@ -42,6 +42,11 @@ with torch.no_grad():
42
  prediction = model(encoded["input_ids"], encoded["attention_mask"])
43
  ```
44
 
 
 
 
 
 
45
  ## License
46
 
47
  [Your chosen license]
 
42
  prediction = model(encoded["input_ids"], encoded["attention_mask"])
43
  ```
44
 
45
+
46
+ ## Running Evaluation
47
+
48
+ TODO: ADD EVALUATION_SIMPLE COMMAND HERE
49
+
50
  ## License
51
 
52
  [Your chosen license]