Bunyip - Detect all the Glitter in the Wild.

Bunyip - Detect all the Glitter in the Wild.

Что такое Bunyip - Detect all the Glitter in the Wild.?

Bunyip - Detect all the Glitter in the Wild. - это расширение Chrome, разработанное Rohan Sawant, и его основная функция - "Bunyip - Detect all the Glitter in the Wild.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Bunyip - Detect all the Glitter in the Wild.

Скачайте файлы расширений Bunyip - Detect all the Glitter in the Wild. в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Bunyip, allows you to detect if the text generated the GPT-2 model.

OpenAI released the GPT Models which make it extremely easy to generate human-like text.

The text generated using the GPT Models mimics human speech and language patterns which makes it almost indecipherable from normal human text. You can check that out here at Talk to Transformer.

But, OpenAI also released a GPT Detector which makes it possible to detect text generated by the GPT Models.

Under the hood it uses a modified version of GLTR and the Hugging Face - GPT to detect GPT generated text.

Bunyip, is using the stock unmodified gpt-detector released by OpenAI hosted at huggingface.co/openai-detector, and the detector is not very accurate. But, the addition of gltr.io demystifies the process. 

All of the models are hosted on the cloud, but none of the data you submit is stored.                    

Основная информация о расширении

Название Bunyip - Detect all the Glitter in the Wild. Bunyip - Detect all the Glitter in the Wild.
ID liabgjpmjmfddkengbpenbnmmidjddhd
Официальный URL https://chrome.google.com/webstore/detail/bunyip-detect-all-the-gli/liabgjpmjmfddkengbpenbnmmidjddhd
Описание Bunyip - Detect all the Glitter in the Wild.
Размер файла 653 KB
Количество установок 208
Текущая Версия 1.5
Последнее Обновление 2020-01-07
Дата публикации 2020-01-07
Рейтинг 1.00/5 Всего 1 оценок
Разработчик Rohan Sawant
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Rohan Sawant",
    "browser_action": {
        "default_icon": "img\/48.png",
        "default_popup": "popup.html"
    },
    "description": "Bunyip - Detect all the Glitter in the Wild.",
    "icons": {
        "16": "img\/16.png",
        "48": "img\/48.png",
        "128": "img\/128.png"
    },
    "manifest_version": 2,
    "name": "Bunyip - Detect all the Glitter in the Wild.",
    "short_name": "Bunyip",
    "permissions": [
        "activeTab"
    ],
    "version": "1.5"
}