Instructions to use VanCongVN/Test with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use VanCongVN/Test with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("VanCongVN/Test", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -11,6 +11,7 @@ metrics:
|
|
| 11 |
- meteor
|
| 12 |
base_model:
|
| 13 |
- meta-llama/Llama-3.2-1B
|
|
|
|
| 14 |
---
|
| 15 |
# Model Card for Model ID
|
| 16 |
|
|
|
|
| 11 |
- meteor
|
| 12 |
base_model:
|
| 13 |
- meta-llama/Llama-3.2-1B
|
| 14 |
+
library_name: transformers
|
| 15 |
---
|
| 16 |
# Model Card for Model ID
|
| 17 |
|