Update run.py
Browse files
run.py
CHANGED
@@ -4,7 +4,7 @@ import pandas as pd
|
|
4 |
import torch
|
5 |
from torch.nn import functional as F
|
6 |
from transformers import AutoTokenizer
|
7 |
-
|
8 |
from util.utils import *
|
9 |
|
10 |
from tqdm import tqdm
|
|
|
4 |
import torch
|
5 |
from torch.nn import functional as F
|
6 |
from transformers import AutoTokenizer
|
7 |
+
import util
|
8 |
from util.utils import *
|
9 |
|
10 |
from tqdm import tqdm
|