Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
larkkin
/
ssa-perin
like
0
Token Classification
Norwegian
Eval Results
arxiv:
2203.13209
License:
apache-2.0
Model card
Files
Files and versions
Community
1
1d16770
ssa-perin
/
mtool
/
validate
/
amr.py
larkkin
Add code
991f07c
9 months ago
raw
Copy download link
history
blame
Safe
147 Bytes
import
sys;
from
graph
import
Graph;
from
validate.utilities
import
report;
def
test
(
graph, actions, stream = sys.stderr
):
n =
0
;
return
n;