Instructions to use 5CD-AI/visobert-14gb-corpus with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use 5CD-AI/visobert-14gb-corpus with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="5CD-AI/visobert-14gb-corpus")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("5CD-AI/visobert-14gb-corpus") model = AutoModelForMaskedLM.from_pretrained("5CD-AI/visobert-14gb-corpus", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -21,7 +21,7 @@ Here are the results on 4 downstream tasks on Vietnamese social media texts, inc
|
|
| 21 |
<table>
|
| 22 |
<tr align="center">
|
| 23 |
<td rowspan=2><b>Model</td>
|
| 24 |
-
<td rowspan=2><b>Avg</td>
|
| 25 |
<td colspan=3><b>Emotion Recognition</td>
|
| 26 |
<td colspan=3><b>Hate Speech Detection</td>
|
| 27 |
<td colspan=3><b>Spam Reviews Detection</td>
|
|
|
|
| 21 |
<table>
|
| 22 |
<tr align="center">
|
| 23 |
<td rowspan=2><b>Model</td>
|
| 24 |
+
<td rowspan=2><b>Avg MF1</td>
|
| 25 |
<td colspan=3><b>Emotion Recognition</td>
|
| 26 |
<td colspan=3><b>Hate Speech Detection</td>
|
| 27 |
<td colspan=3><b>Spam Reviews Detection</td>
|