sohomghosh
commited on
Commit
•
efe7d95
1
Parent(s):
0b585fd
Update README.md
Browse files
README.md
CHANGED
@@ -4,6 +4,7 @@ license: mit
|
|
4 |
How to load the model and generate predictions?
|
5 |
|
6 |
```python
|
|
|
7 |
import torch
|
8 |
import transformers
|
9 |
from torch.utils.data import Dataset, DataLoader
|
|
|
4 |
How to load the model and generate predictions?
|
5 |
|
6 |
```python
|
7 |
+
import pandas as pd
|
8 |
import torch
|
9 |
import transformers
|
10 |
from torch.utils.data import Dataset, DataLoader
|