Giter VIP home page Giter VIP logo

comparisons's Introduction

Large Language Model (LLM) Compilation

LLMs:

- https://github.com/Hannibal046/Awesome-LLM
- https://www.lakera.ai/blog/open-source-llms
- https://github.com/eugeneyan/open-llms
- https://sapling.ai/llm/index
- https://huggingface.co/models

Evaluations

- Lorem 

Data Format

{
    "Model_Name": "gpt-4",
    "Developing_Organization": "OpenAI",
    "Release_Date": "1-12-2023",
    "Parameters": "175b",
    "Training_Data_Size": "Massive dataset including books, websites, and other texts",
    "Language_Support": ["english", "spanish", ...],
    "Minimum_Hardware_Requirements": {
      "CPU/GPU": "High-performance CPU, specifics vary based on usage scenario",
      "RAM": "32GB",
      "Disk": "1TB"
    },
    "Benchmarks": [
        {"HellaSwag": 95.3, "source": "url"},
        ...
    ],
    "Max_Tokens": 10000,
    "Model_Architecture": "Autoregressive language model using Transformer architecture",
    "Research_Paper": "",
    "Use_Cases": [
      "Natural language understanding and generation",
      "Text-based AI applications",
      "Language translation",
      "Content creation"
    ],
    "Performance_Metrics": "High accuracy in language tasks, benchmarks available in research papers",
    "Open_Source": false,
    "API_Availability": true,
    "Cost": {
        "unit": "tokens",
        "interval": 1000,
        "input": 0.03,
        "output": 0.06,
        "source": "https://openai.com/pricing"
    },
    "Energy_Consumption": "Significant; exact figures dependent on usage scale",
    "Ethical_Considerations": "Concerns include potential for biased output, misuse for generating misleading information",
    "License_for_Use": "https://openai.com/policies/terms-of-use"
}

Inspiration

comparisons's People

Contributors

esteininger avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.