Instructions to use A-Funakoshi/bert-wrime-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use A-Funakoshi/bert-wrime-base with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="A-Funakoshi/bert-wrime-base")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("A-Funakoshi/bert-wrime-base") model = AutoModelForSequenceClassification.from_pretrained("A-Funakoshi/bert-wrime-base") - Notebooks
- Google Colab
- Kaggle
Commit 路
3b4b666
1
Parent(s): c3750f4
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# wrime-sentiment銉囥兗銈裤偦銉冦儓銈抌ert銉欍兗銈广伄銉€儑銉仹finetuning銇椼仧銈傘伄
|
| 2 |
|
| 3 |
- 銉欍兗銈广儮銉囥儷锛歝l-tohoku/bert-base-japanese-whole-word-masking
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language:
|
| 3 |
+
- ja
|
| 4 |
+
metrics:
|
| 5 |
+
- accuracy
|
| 6 |
+
- f1
|
| 7 |
+
---
|
| 8 |
# wrime-sentiment銉囥兗銈裤偦銉冦儓銈抌ert銉欍兗銈广伄銉€儑銉仹finetuning銇椼仧銈傘伄
|
| 9 |
|
| 10 |
- 銉欍兗銈广儮銉囥儷锛歝l-tohoku/bert-base-japanese-whole-word-masking
|