Bunyip - Detect all the Glitter in the Wild.
Bunyip - Detect all the Glitter in the Wild.
¿Qué es Bunyip - Detect all the Glitter in the Wild.?
Bunyip - Detect all the Glitter in the Wild. es una extensión de Chrome desarrollada por Rohan Sawant, y su función principal es "Bunyip - Detect all the Glitter in the Wild.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Bunyip - Detect all the Glitter in the Wild.
Descarga archivos de extensión Bunyip - Detect all the Glitter in the Wild. en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | |
ID | liabgjpmjmfddkengbpenbnmmidjddhd |
URL Oficial | https://chrome.google.com/webstore/detail/bunyip-detect-all-the-gli/liabgjpmjmfddkengbpenbnmmidjddhd |
Descripción | Bunyip - Detect all the Glitter in the Wild. |
Tamaño del Archivo | 653 KB |
Cantidad de Instalaciones | 208 |
Versión Actual | 1.5 |
Última Actualización | 2020-01-07 |
Fecha de Publicación | 2020-01-07 |
Calificación | 1.00/5 Total de 1 Calificaciones |
Desarrollador | Rohan Sawant |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | 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" } |