This model has been pushed to the Hub using the PytorchModelHubMixin integration:
- Code: [More Information Needed]
- Paper: [More Information Needed]
- Docs: [More Information Needed]
BERT Expression Classifier
Classify whether text is an Azure Logic App expression:
python clis/run_bert_model.py
Example Session:
Loading model... ✓
============================================================
AzLgcExp BERT Classifier - Interactive CLI
============================================================
> @{body('Parse_JSON')?['content']?['main_text']}
============================================================
Result: Azure Logic App Expression
============================================================
Non-Azure Logic App: 0.0006 (0.06%)
Azure Logic App: 0.9994 (99.94%)
> tokenizer(text, return_tensors='pt')
============================================================
Result: Non-Azure Logic App Expression
============================================================
Non-Azure Logic App: 0.9831 (98.31%)
Azure Logic App: 0.0169 (1.69%)
Repo: Available on Github https://github.com/albertleigh/az-lgc-finetuned
- Downloads last month
- 24
Inference Providers
NEW
This model isn't deployed by any Inference Provider.
🙋
Ask for provider support
Model tree for albertleigh/azlgc-bert-classifier
Base model
google-bert/bert-base-uncased