Skip to content
View williamcaban's full-sized avatar

Block or report williamcaban

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. odsc-east-2025 odsc-east-2025 Public

    Side by side comparison of the RAG with different chunking strategies

    Python 5 1

  2. ollama-ubi ollama-ubi Public

    Shell 23 17

  3. multilingual-lab multilingual-lab Public

    Multilingual experiments

    Python 1

  4. MarkPoly MarkPoly Public

    LLM powerd Markdown translation that understands both prose and code

    Python 1 1

  5. Convert a Q&A custom dataset to Inst... Convert a Q&A custom dataset to InstructLab format
    1
    #
    2
    import sys, json
    3
    from pathlib import Path
    4
    from datetime import datetime
    5