Instructions to use yuneun92/koCSN_SAPR with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use yuneun92/koCSN_SAPR with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="yuneun92/koCSN_SAPR")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("yuneun92/koCSN_SAPR", dtype="auto") - Notebooks
- Google Colab
- Kaggle
| <html lang="ko"> | |
| <head> | |
| <meta name="viewport" content="width=device-width, initial-scale=1" /> | |
| <meta charset="utf-8"> | |
| <title>Spakers in Text</title> | |
| <link rel="stylesheet" href="{{ url_for('static', path='css/index.css') }}"> | |
| </head> | |
| <body> | |
| <div class="background"> | |
| <div class="header"><a href="/"><span class="title">Nouvel : Novel for you</span></a></div> | |
| <div class="empty"></div> | |
| <div class="box"> | |
| <div class="subtitle">등장인물 명단</div> | |
| <div class="body"> | |
| </div> | |
| <div class="transformbox"> | |
| <button onclick="handleButtonClick()" class="transformButton"><span>장면으로 변환하기</span></button> | |
| </div> | |
| </div> | |
| <div class="foot"> | |
| <div class="footer-text"> | |
| <span>고려대학교 지능정보 SW 아카데미 5조</span> | |
| </div> | |
| </div> | |
| <script src="../static/js/user.js"></script> | |
| </body> | |
| </html> |