Instructions to use JOOMINJI/Sentiment_analysis_0520 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use JOOMINJI/Sentiment_analysis_0520 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="JOOMINJI/Sentiment_analysis_0520")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("JOOMINJI/Sentiment_analysis_0520") model = AutoModelForSequenceClassification.from_pretrained("JOOMINJI/Sentiment_analysis_0520") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,2 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
| 1 |
kobert ๋ชจ๋ธ์ finetuning ํ ๋ชจ๋ธ
|
| 2 |
-
ํ๊ตญ์ด ์
๋ ฅ์ ๊ธฐ์จ, ํธ์, ์ ๋จ, ์ถฉ๋ง, ์ฌํ, ํ๋จ, ์ฐ์ธ, ๊ฑฑ์ ์ค๋ฌ์ด ์ผ๋ก ๋ถ๋ฅํฉ๋๋ค.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
pipeline_tag: text-classification
|
| 3 |
+
---
|
| 4 |
kobert ๋ชจ๋ธ์ finetuning ํ ๋ชจ๋ธ
|
| 5 |
+
ํ๊ตญ์ด ์
๋ ฅ์ ๊ธฐ์จ, ํธ์, ์ ๋จ, ์ถฉ๋ง, ์ฌํ, ํ๋จ, ์ฐ์ธ, ๊ฑฑ์ ์ค๋ฌ์ด ์ผ๋ก ๋ถ๋ฅํฉ๋๋ค.
|