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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Bunyip - Detect all the Glitter in the Wild."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Bunyip - Detect all the Glitter in the Wild. एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" } |