ShuHuang/batterybert
BatteryBERT: A Pre-trained Language Model for Battery Database Enhancement
This tool helps battery scientists and researchers enhance their battery databases by automatically extracting key information from text. It takes unstructured text, like scientific papers or reports about batteries, and can classify if a document is battery-related, extract specific device parameters (e.g., anode material), or answer questions about the text. The end-user is typically a materials scientist, electrochemist, or R&D professional working with battery technologies.
No commits in the last 6 months.
Use this if you need to rapidly process large volumes of battery-related text to populate or update a structured database, saving significant manual effort.
Not ideal if your primary need is general-purpose natural language processing beyond the specific domain of battery science and device parameters.
Stars
35
Forks
8
Language
Python
License
MIT
Category
Last pushed
Sep 06, 2022
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/ShuHuang/batterybert"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
codertimo/BERT-pytorch
Google AI 2018 BERT pytorch implementation
JayYip/m3tl
BERT for Multitask Learning
920232796/bert_seq2seq
pytorch实现 Bert 做seq2seq任务,使用unilm方案,现在也可以做自动摘要,文本分类,情感分析,NER,词性标注等任务,支持t5模型,支持GPT2进行文章续写。
sileod/tasknet
Easy modernBERT fine-tuning and multi-task learning
graykode/toeicbert
TOEIC(Test of English for International Communication) solving using pytorch-pretrained-BERT model.