Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
luerhard
/
PopBERT
like
7
Text Classification
Transformers
Safetensors
German
bert
text-embeddings-inference
License:
mit
Model card
Files
Files and versions
xet
Community
1
Deploy
Use this model
luerhard
commited on
Aug 14, 2023
Commit
f0fdc3b
·
1 Parent(s):
0e6cb92
add annotations for compatibility with older python versions
Browse files
Files changed (1)
hide
show
module.py
+2
-0
module.py
CHANGED
Viewed
@@ -1,3 +1,5 @@
1
import torch
2
from torch import nn
3
from torch.nn import BCEWithLogitsLoss
1
+
from __future__ import annotations
2
+
3
import torch
4
from torch import nn
5
from torch.nn import BCEWithLogitsLoss