Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,18 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: apache-2.0
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
metrics:
|
| 6 |
+
- bleu
|
| 7 |
+
pipeline_tag: image-to-text
|
| 8 |
+
---
|
| 9 |
+
## About model
|
| 10 |
+
The model fined tuning with data from Bitext-customer-support-llm-chatbot-training-dataset
|
| 11 |
+
|
| 12 |
+
## How to Get Started with the Model
|
| 13 |
+
|
| 14 |
+
```python
|
| 15 |
+
from transformers import AutoTokenizer, VisionEncoderDecoderModel, ViTFeatureExtractor
|
| 16 |
+
```
|
| 17 |
+
## Example code here
|
| 18 |
+
https://www.kaggle.com/code/thuntrngbnh/test-model-vit-gpt2-icf/notebook
|