Skip to content
View jacqueline-1929's full-sized avatar

Block or report jacqueline-1929

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. ai-sentiment-pipeline Public

    Python

  2. image-search Public

    Feature extraction and fast image search using Milvus, Pytorch, and MobileNet

    Python

  3. legal-chatbot Public

    Legal Chatbot Finetuning

    Python

  4. sequential chain
    1
    import os
    2
    from langchain.llms import OpenAI
    3
    from langchain.prompts import PromptTemplate
    4
    from langchain.chains import LLMChain
    5
    from langchain.chains import SequentialChain
  5. Fun with HuggingFace and Wikipedia. ...
    1
    from transformers import pipeline
    2
    import wikipediaapi
    3
    import textwrap
    4
    
                  
    5
    # Initialize wikipedia and summarization pipeline
  6. vectordb-test Public

    Python