Instructions to use datnguyentien204/BLIP_VietNameseFineTuningModel with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use datnguyentien204/BLIP_VietNameseFineTuningModel with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("visual-question-answering", model="datnguyentien204/BLIP_VietNameseFineTuningModel")# Load model directly from transformers import AutoProcessor, AutoModelForVisualQuestionAnswering processor = AutoProcessor.from_pretrained("datnguyentien204/BLIP_VietNameseFineTuningModel") model = AutoModelForVisualQuestionAnswering.from_pretrained("datnguyentien204/BLIP_VietNameseFineTuningModel") - Notebooks
- Google Colab
- Kaggle
Upload 2 files
Browse files- model.safetensors +3 -0
- pytorch_model.bin +3 -0
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:33786eed34def0c95fa948128cb4386be9b9219aa2c2e25f1c9c744692121bb7
|
| 3 |
+
size 1538800584
|
pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d47763c493a03f5e10b6d6472b2a8d995c8cbb6d9a466eede3d033fafd94d5a4
|
| 3 |
+
size 1538966629
|