Instructions to use ThuanPhong/phobertbase-finetuned-vsmec with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ThuanPhong/phobertbase-finetuned-vsmec with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="ThuanPhong/phobertbase-finetuned-vsmec")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("ThuanPhong/phobertbase-finetuned-vsmec") model = AutoModelForSequenceClassification.from_pretrained("ThuanPhong/phobertbase-finetuned-vsmec", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
bbf5ef8
1
Parent(s): 60bff2b
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 540085941
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5b86189495b8d291b91b546eb02272c595455823b5276e27649a77eb03780109
|
| 3 |
size 540085941
|
runs/May23_15-36-50_3f3d5f8b3df2/events.out.tfevents.1684856229.3f3d5f8b3df2.4474.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:ebfea0ad34817171aa040ea289b79ca208c88b0ce3f37af39ba586b21a633e16
|
| 3 |
+
size 6503
|