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.はRohan Sawantによって開発されたChromeの拡張機能で、その主な機能は「Bunyip - Detect all the Glitter in the Wild.」です。

拡張機能のスクリーンショット

screenshot

Bunyip - Detect all the Glitter in the Wild.拡張機能のCRXファイルをダウンロード

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
Eメール [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"
}