Instructions to use ThuanPhong/wikibert-finetuned-vsmec with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ThuanPhong/wikibert-finetuned-vsmec with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="ThuanPhong/wikibert-finetuned-vsmec")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("ThuanPhong/wikibert-finetuned-vsmec") model = AutoModelForSequenceClassification.from_pretrained("ThuanPhong/wikibert-finetuned-vsmec", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
5703d66
1
Parent(s): fc58ebb
Training in progress, epoch 5
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 810009761
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5d0757348291f2af2764faf9cfa36793091178f6992b87b00f4fa0059478d0a0
|
| 3 |
size 810009761
|
runs/May18_06-03-42_91a74352cab7/events.out.tfevents.1684389837.91a74352cab7.4109.0
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:24c967615922ff9dbaadc9b6b0652c34b514b8ac5a62ee473b007dba5239402b
|
| 3 |
+
size 6377
|