Spaces:
Runtime error
Runtime error
Gagan Bhatia
commited on
Commit
·
9d42f47
1
Parent(s):
0901f7b
Update model.py
Browse files- src/models/model.py +4 -0
src/models/model.py
CHANGED
@@ -1 +1,5 @@
|
|
1 |
import time
|
|
|
|
|
|
|
|
|
|
1 |
import time
|
2 |
+
import torch
|
3 |
+
import numpy as np
|
4 |
+
import pandas as pd
|
5 |
+
from datasets import load_metric
|