Update README.md
Browse files
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]
|