Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
steventango
/
GNorm2-docker
like
0
Model card
Files
Files and versions
Community
195bb0e
GNorm2-docker
/
CRF
/
example
/
basenp
/
exec.sh
Steven Tang
Commit all
69fb171
about 1 year ago
raw
Copy download link
history
blame
193 Bytes
#!/bin/sh
../../crf_learn -c 10.0 template train.data model
../../crf_test -m model test.data
../../crf_learn -a MIRA template train.data model
../../crf_test -m model test.data
rm
-f model