Feature Extraction
Transformers
Safetensors
English
modernbert
autonomous-driving
structured-output
compositional-semantics
research-only
text-embeddings-inference
Instructions to use UNIC0RN-Zhu/modernbert-drive-command-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use UNIC0RN-Zhu/modernbert-drive-command-base with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="UNIC0RN-Zhu/modernbert-drive-command-base")# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("UNIC0RN-Zhu/modernbert-drive-command-base") model = AutoModel.from_pretrained("UNIC0RN-Zhu/modernbert-drive-command-base", device_map="auto") - Notebooks
- Google Colab
- Kaggle
| UPSTREAM ATTRIBUTION NOTICE | |
| ModernBERT | |
| - Base model: answerdotai/ModernBERT-base | |
| - License: Apache License 2.0 | |
| - Source: https://huggingface.co/answerdotai/ModernBERT-base | |
| SimLingo | |
| - Source: https://github.com/RenzKa/simlingo | |
| - License: SimLingo Dataset Licence Agreement for Non-Commercial Use | |
| - Required attribution: | |
| "This work was made using the SimLingo dataset, provided by Wayve Technologies Ltd under licence terms available at https://github.com/RenzKa/simlingo" | |
| Talk2Car | |
| - Source: https://github.com/talk2car/Talk2Car | |
| - Dataset license: Creative Commons Attribution-NonCommercial-ShareAlike 4.0 | |
| International (CC BY-NC-SA 4.0). | |
| - The project README separately describes its software as MIT and asks users | |
| seeking commercial licensing to contact the authors; this model used the | |
| dataset text, so the dataset license is the relevant restriction. | |
| - Citation: | |
| Thierry Deruyttere, Simon Vandenhende, Dusan Grujicic, Luc Van Gool, and | |
| Marie-Francine Moens. Talk2Car: Taking Control of Your Self-Driving Car. | |
| EMNLP-IJCNLP 2019. | |
| This notice does not replace the complete upstream license texts stored in | |
| licenses/. | |