Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
asmashayea
/
absa-app
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
asmashayea
commited on
Jun 24
Commit
1c18be2
·
1 Parent(s):
f3e6878
t
Browse files
Files changed (1)
hide
show
model.py
+1
-0
model.py
CHANGED
Viewed
@@ -1,3 +1,4 @@
1
import torch.nn as nn
2
from torchcrf import CRF
3
1
+
import torch
2
import torch.nn as nn
3
from torchcrf import CRF
4