Instructions to use kwoncho/ko-sroberta-multitask-informative with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use kwoncho/ko-sroberta-multitask-informative with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="kwoncho/ko-sroberta-multitask-informative")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("kwoncho/ko-sroberta-multitask-informative") model = AutoModelForSequenceClassification.from_pretrained("kwoncho/ko-sroberta-multitask-informative") - Notebooks
- Google Colab
- Kaggle
Question about the model's license
#2
by hayleyson - opened
Hi,
Could you kindly state the license of the model?
I am wondering whether it is possible to use the model or to use the model's outputs to train another model (e.g. for distillation) for commercial purposes.
Thank you.
The model follows the license of the original base model below, so please follow the same terms and include attribution to both the original authors and my fine-tuned work.
Here is the base model I used:
https://huggingface.co/jhgan/ko-sroberta-multitask
And here is my paper for reference:
https://www.kci.go.kr/kciportal/ci/sereArticleSearch/ciSereArtiView.kci?sereArticleSearchBean.artiId=ART002873618
Thank you for the prompt reply!