Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
KoichiYasuoka
/
SuPar-Kanbun
like
1
Token Classification
Transformers
PyTorch
universal_dependencies
Literary Chinese
roberta
classical chinese
literary chinese
ancient chinese
pos
Inference Endpoints
License:
mit
Model card
Files
Files and versions
Community
1
Train
Deploy
Use this model
76a01f7
SuPar-Kanbun
/
upload.sh
KoichiYasuoka
re-initialize
15f6380
almost 3 years ago
raw
Copy download link
history
blame
Safe
125 Bytes
#! /bin/sh
rm
-fr build dist *.egg-info
python3 setup.py bdist_wheel
git status
twine upload --repository pypi dist/*
exit
0