Instructions to use dtran612/phobert-base-vinli-h with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use dtran612/phobert-base-vinli-h with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="dtran612/phobert-base-vinli-h")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("dtran612/phobert-base-vinli-h") model = AutoModelForSequenceClassification.from_pretrained("dtran612/phobert-base-vinli-h") - Notebooks
- Google Colab
- Kaggle
phobert-base-vinli-h
This model is a fine-tuned version of vinai/phobert-base on an unknown dataset. It achieves the following results on the evaluation set:
- Loss: 0.5572
- Accuracy: 0.7743
Model description
More information needed
Intended uses & limitations
More information needed
Training and evaluation data
More information needed
Training procedure
Training hyperparameters
The following hyperparameters were used during training:
- learning_rate: 1e-05
- train_batch_size: 16
- eval_batch_size: 8
- seed: 42
- optimizer: Use OptimizerNames.ADAMW_TORCH_FUSED with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
- lr_scheduler_type: linear
- num_epochs: 10
- mixed_precision_training: Native AMP
Training results
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|---|---|---|---|---|
| 1.1065 | 1.0 | 142 | 1.0795 | 0.4589 |
| 1.0592 | 2.0 | 284 | 1.0192 | 0.5300 |
| 0.9851 | 3.0 | 426 | 0.9305 | 0.5875 |
| 0.8985 | 4.0 | 568 | 0.8471 | 0.6338 |
| 0.9340 | 5.0 | 710 | 0.7708 | 0.6656 |
| 0.8328 | 6.0 | 852 | 0.7000 | 0.6979 |
| 0.8077 | 7.0 | 994 | 0.6336 | 0.7381 |
| 0.6803 | 8.0 | 1136 | 0.5913 | 0.7518 |
| 0.6537 | 9.0 | 1278 | 0.5658 | 0.7699 |
| 0.6619 | 10.0 | 1420 | 0.5572 | 0.7743 |
Framework versions
- Transformers 5.0.0
- Pytorch 2.10.0+cu128
- Datasets 4.0.0
- Tokenizers 0.22.2
- Downloads last month
- 117
Model tree for dtran612/phobert-base-vinli-h
Base model
vinai/phobert-base