LLMYourWay
ModelsDevices
Edge AI
CompareInsights
Enterprise

AkshatSurolia

5 models • 1 total models in database
Sort by:

ICD 10 Code Prediction

The Publicly Available Clinical BERT Embeddings paper contains four unique clinicalBERT models: initialized with BERT-Base (casedL-12H-768A-12) or BioBERT (BioBERT-Base v1.0 + PubMed 200K + PMC 270K) & trained on either all MIMIC notes or only discharge summaries. from transformers import AutoTokenizer, BertForSequenceClassification tokenizer = AutoTokenizer.frompretrained("AkshatSurolia/ICD-10-Code-Prediction") model = BertForSequenceClassification.frompretrained("AkshatSurolia/ICD-10-Code-Prediction") config = model.config text = "subarachnoid hemorrhage scalp laceration service: surgery major surgical or invasive" encodedinput = tokenizer(text, returntensors='pt') output = model(encodedinput) results = output.logits.detach().cpu().numpy()[0].argsort()[::-1][:5] return [ config.id2label[ids] for ids in results]

license:apache-2.0
858
52

ViT-FaceMask-Finetuned

license:apache-2.0
95
1

ConvNeXt-FaceMask-Finetuned

license:apache-2.0
4
1

DeiT-FaceMask-Finetuned

license:apache-2.0
4
0

BEiT-FaceMask-Finetuned

license:apache-2.0
3
1
LLMYourWay

The definitive AI model comparison platform. Compare 12K+ models, track performance, and discover the perfect AI solution for your needs.

Made with AI
Real-time Data

Product

  • Find Your Device
  • Browse Models
  • Compare AI
  • Benchmarks
  • Pricing
  • API Access

Resources

  • Blog & Articles
  • Methodology
  • Changelog
  • Trending
  • Use Cases

Company

  • About
  • Contact

Legal

  • Privacy Policy
  • Cookie Policy
  • Terms of Service
12K+12,000+
AI Models Tracked & Updated Daily
© 2026 LLMYourWay. All rights reserved.
Data updated every 4 hours
Powered by real-time AI data
API