Bunyip - Detect all the Glitter in the Wild.
Bunyip - Detect all the Glitter in the Wild.
Bunyip - Detect all the Glitter in the Wild. là gì?
Bunyip - Detect all the Glitter in the Wild. là một tiện ích mở rộng Chrome được phát triển bởi Rohan Sawant, và tính năng chính của nó là "Bunyip - Detect all the Glitter in the Wild.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Bunyip - Detect all the Glitter in the Wild.
Tải xuống các tệp mở rộng Bunyip - Detect all the Glitter in the Wild. dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | liabgjpmjmfddkengbpenbnmmidjddhd |
URL Chính Thức | https://chrome.google.com/webstore/detail/bunyip-detect-all-the-gli/liabgjpmjmfddkengbpenbnmmidjddhd |
Mô tả | Bunyip - Detect all the Glitter in the Wild. |
Kích Thước Tệp | 653 KB |
Số Lần Cài Đặt | 208 |
Phiên Bản Hiện Tại | 1.5 |
Cập Nhật Lần Cuối | 2020-01-07 |
Ngày Phát Hành | 2020-01-07 |
Đánh Giá | 1.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Rohan Sawant |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } |