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 |
官方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" } |