Instructions to use scholarly360/Indian-Annual-Report-LM-Roberta with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use scholarly360/Indian-Annual-Report-LM-Roberta with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="scholarly360/Indian-Annual-Report-LM-Roberta")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("scholarly360/Indian-Annual-Report-LM-Roberta") model = AutoModelForMaskedLM.from_pretrained("scholarly360/Indian-Annual-Report-LM-Roberta", device_map="auto") - Notebooks
- Google Colab
- Kaggle
From : Indian Annual Report Assessment Using Large Language Models
This is Roberta based Language Model Trained on Annual Reports
- Downloads last month
- 6