Instructions to use ThuanPhong/phobertlarge-finetuned-vsmec with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ThuanPhong/phobertlarge-finetuned-vsmec with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="ThuanPhong/phobertlarge-finetuned-vsmec")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("ThuanPhong/phobertlarge-finetuned-vsmec") model = AutoModelForSequenceClassification.from_pretrained("ThuanPhong/phobertlarge-finetuned-vsmec", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
03e9668
1
Parent(s): c812383
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 1476819701
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:52f816b50babac26226844666269247ba1a9d1018695a671abb3c198290456dd
|
| 3 |
size 1476819701
|
runs/May23_13-50-41_5cd6cc045116/events.out.tfevents.1684849855.5cd6cc045116.776.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:b8c8a611cda14acfb68bd609faaf5f9cfaf30ec1876524cd0a5644925076e544
|
| 3 |
+
size 6508
|