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.”。
擴展截圖
下載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.
擴展基本資訊
名稱 | |
ID | liabgjpmjmfddkengbpenbnmmidjddhd |
官方網址 | 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" } |