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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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" } |