Instructions to use videophysics/videocon_physics with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use videophysics/videocon_physics with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("videophysics/videocon_physics", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 202 Bytes
2b908df | 1 2 3 4 5 6 7 8 9 10 11 | {
"bos_token_id": 1,
"do_sample": true,
"eos_token_id": 2,
"max_length": 512,
"pad_token_id": 0,
"top_k": 3,
"transformers_version": "4.29.0.dev0",
"unk_token_id": 0
}
|