Instructions to use phunganhsang/model_feature_concat_svd_DEFI with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use phunganhsang/model_feature_concat_svd_DEFI with Transformers:
# Load model directly from transformers import AutoTokenizer, BertSVDClassifier tokenizer = AutoTokenizer.from_pretrained("phunganhsang/model_feature_concat_svd_DEFI") model = BertSVDClassifier.from_pretrained("phunganhsang/model_feature_concat_svd_DEFI") - Notebooks
- Google Colab
- Kaggle
model_feature_concat_svd_DEFI
This model is a fine-tuned version of vinai/phobert-base-v2 on the None dataset. It achieves the following results on the evaluation set:
- Loss: 0.0882
- Accuracy: 0.9703
- F1: 0.9654
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: 2e-05
- train_batch_size: 64
- eval_batch_size: 64
- seed: 42
- optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
- lr_scheduler_type: linear
- lr_scheduler_warmup_steps: 2645
- num_epochs: 10
Training results
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
|---|---|---|---|---|---|
| No log | 0.1419 | 150 | 0.5486 | 0.8093 | 0.7224 |
| No log | 0.2838 | 300 | 0.2813 | 0.9419 | 0.9303 |
| No log | 0.4257 | 450 | 0.1971 | 0.9545 | 0.9471 |
| No log | 0.5676 | 600 | 0.1571 | 0.9620 | 0.9555 |
| No log | 0.7096 | 750 | 0.1339 | 0.9628 | 0.9570 |
| No log | 0.8515 | 900 | 0.1214 | 0.9642 | 0.9580 |
| No log | 0.9934 | 1050 | 0.1148 | 0.9669 | 0.9617 |
| 0.2751 | 1.1353 | 1200 | 0.1066 | 0.9660 | 0.9608 |
| 0.2751 | 1.2772 | 1350 | 0.1013 | 0.9651 | 0.9601 |
| 0.2751 | 1.4191 | 1500 | 0.0956 | 0.9675 | 0.9622 |
| 0.2751 | 1.5610 | 1650 | 0.1001 | 0.9676 | 0.9627 |
| 0.2751 | 1.7029 | 1800 | 0.0946 | 0.9692 | 0.9643 |
| 0.2751 | 1.8448 | 1950 | 0.0858 | 0.9714 | 0.9670 |
| 0.2751 | 1.9868 | 2100 | 0.0874 | 0.9689 | 0.9643 |
| 0.0947 | 2.1287 | 2250 | 0.1350 | 0.9609 | 0.9557 |
| 0.0947 | 2.2706 | 2400 | 0.0995 | 0.9676 | 0.9628 |
| 0.0947 | 2.4125 | 2550 | 0.0868 | 0.9665 | 0.9617 |
| 0.0947 | 2.5544 | 2700 | 0.0882 | 0.9703 | 0.9654 |
Framework versions
- Transformers 5.12.1
- Pytorch 2.7.1+cu118
- Datasets 5.0.0
- Tokenizers 0.22.2
- Downloads last month
- 45
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support
Model tree for phunganhsang/model_feature_concat_svd_DEFI
Base model
vinai/phobert-base-v2