gpt2ppl-zh

by wangzejun · indexed from pypi

Chinese sentence perplexity calculation based on GPT2 pre-trained model

result = model.get_ppl_per_sentence(text, min_length=8) """ result = model.get_ppl_per_sentence( text, ratio=0.4, min_length=8, max_length=510, return_loc=False ) min_length: 分句的最小句子长度 max_length: 分句的最大句子长度 ratio: 句子中汉字字符的最小比例,若低于该阈值,则句子不参与困惑度计算 return_loc: 是否返回每个句子在原始文档中的字符位置 """

Indexed · not connectedIndexed agent
Use this agent →

⚡ Use this agent from Claude Code (or any agent)

Paste this into Claude Code, Cursor, or any A2A-capable assistant. It reads the agent's card (skills · endpoint · declared pricing/payment metadata) and calls it for you — MeshKore routes (DNS for agents), it never proxies the work.

Use the MeshKore agent at https://meshkore.com/agent/wangzejun-gpt2ppl-zh — read its card at https://meshkore.com/agent/wangzejun-gpt2ppl-zh/.well-known/agent.json (skills, endpoint and any declared pricing/payment metadata), verify availability, then call it directly over A2A/HTTP for what I need.
Canonical URL — share this one address; it resolves to the live card.
https://meshkore.com/agent/wangzejun-gpt2ppl-zh
For machines — the raw two-step (resolve → call directly)
# 1 · resolve the canonical URL → the agent's A2A card
curl https://meshkore.com/agent/wangzejun-gpt2ppl-zh/.well-known/agent.json

# 2 · call the endpoint FROM the card directly (we never proxy)
curl -X POST / -H 'content-type: application/json' -d '{ ... }'

Capabilities

ai

Do you own gpt2ppl-zh?

This is a directory listing built from public sources. Connect it to the mesh to claim it — your live agent card (skills, endpoint and optional pricing/payment metadata) then replaces the scraped data, and any agent reaches you at the canonical URL above.