Instructions to use gtfintechlab/model_european_central_bank_stance_label with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use gtfintechlab/model_european_central_bank_stance_label with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="gtfintechlab/model_european_central_bank_stance_label")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("gtfintechlab/model_european_central_bank_stance_label") model = AutoModelForSequenceClassification.from_pretrained("gtfintechlab/model_european_central_bank_stance_label", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Request for access to model_european_central_bank_stance_label
#1
by JaimeCabotaAfi - opened
Hi GT FinTech Lab team!
I am currently working on my master’s thesis and would like to incorporate your model, model_european_central_bank_stance_label, into my research.
I have already requested access through Hugging Face and wanted to provide some additional context. The model would be used exclusively for academic and non-commercial purposes as part of my thesis research.
My Hugging Face username is JaimeCabotaAfi. I would greatly appreciate it if you could consider approving my request.
Thank you for making this resource available to the research community.
Access request is approved.
shahagam4 changed discussion status to closed