Mishig

Results 36 issues of Mishig

### Description As we discussed offline, this PR updates the visualizer to use v2 datasets and merge all the visualizer changes from https://huggingface.co/spaces/lerobot/visualize_dataset fork into lerobot repository ### Usage ```...

Use diff syntax to highlight lines that should be changed

### Description Rn, if you go to conversational VLM like [Llama-3.2-11B-Vision-Instruct](https://huggingface.co/meta-llama/Llama-3.2-11B-Vision-Instruct?library=transformers), you would **not** receive high-level pipeline snippet. On the contrary, if you go to conversational LLM like [Llama-3.1-8B-Instruct](https://huggingface.co/meta-llama/Llama-3.1-8B-Instruct?library=transformers), you...

Follow up to https://github.com/huggingface/huggingface.js/pull/957. To precisely show [vLLM snippet](https://huggingface.co/meta-llama/Llama-3.1-8B-Instruct?local-app=vllm) on [HF models](https://huggingface.co/models), we need to have record on which models are supported by vLLM. vLLM provides supported models list: [doc...

## Updated dataset visualizer Already deployed at: https://huggingface.co/spaces/lerobot/visualize_dataset 1. React.js based rewrite (compared to one giant html template we had before): more performance optimized 2. easier to read/understand/contribute for me,...

visualization

# Fix feature extraction parameter structure for Inference Endpoints compatibility ## Problem The `feature_extraction` method's `truncate` parameter (and other parameters like `normalize`, `prompt_name`, `truncation_direction`) is not working correctly when using...