Instructions to use KPF/KPF-bert-cls1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use KPF/KPF-bert-cls1 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="KPF/KPF-bert-cls1")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("KPF/KPF-bert-cls1") model = AutoModelForSequenceClassification.from_pretrained("KPF/KPF-bert-cls1") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
# KPF-BERT-CLS1
|
| 2 |
|
| 3 |
-
- ๋น
์นด์ธ์ฆ๋ฉ ์ธ์ฌ์ด๋ ๋ฉ๋ด์ ์ง์ญ๋ด์ค์์ ์ฌ์ฉ๋ ๋๋ถ๋ฅ ์์ธก ๋ชจ๋ธ์ด๋ฉฐ ์ง์ญ์ ์ ์ธํ ๋๋ถ๋ฅ ๊ฒฐ๊ณผ๋ฅผ ๋ํ๋ธ๋ค.
|
| 4 |
- ์ฌ์ฉ ๋ฐฉ๋ฒ์ ๋ํ ์๋ด ๋ฐ ์ฝ๋๋ [KPF-bigkinds github](https://github.com/KPF-bigkinds/BIGKINDS-LAB/tree/main/KPF-BERT-CLS)์์ ํ์ธํ ์ ์์ต๋๋ค.
|
| 5 |
|
| 6 |
## ๋ชจ๋ธ ์๊ฐ
|
|
|
|
| 1 |
# KPF-BERT-CLS1
|
| 2 |
|
| 3 |
+
- [๋น
์นด์ธ์ฆ๋ฉ](https://lab.bigkinds.or.kr/) ์ธ์ฌ์ด๋ ๋ฉ๋ด์ ์ง์ญ๋ด์ค์์ ์ฌ์ฉ๋ ๋๋ถ๋ฅ ์์ธก ๋ชจ๋ธ์ด๋ฉฐ ์ง์ญ์ ์ ์ธํ ๋๋ถ๋ฅ ๊ฒฐ๊ณผ๋ฅผ ๋ํ๋ธ๋ค.
|
| 4 |
- ์ฌ์ฉ ๋ฐฉ๋ฒ์ ๋ํ ์๋ด ๋ฐ ์ฝ๋๋ [KPF-bigkinds github](https://github.com/KPF-bigkinds/BIGKINDS-LAB/tree/main/KPF-BERT-CLS)์์ ํ์ธํ ์ ์์ต๋๋ค.
|
| 5 |
|
| 6 |
## ๋ชจ๋ธ ์๊ฐ
|