Instructions to use worldbank/econberta-fs with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use worldbank/econberta-fs with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("worldbank/econberta-fs", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Training dataset?
#2
by edouardlgp - opened
Hello -
Would you be able to share a bit more on the training dataset was built?
- I am looking at doing the same from project evaluation report - and would be interested to get some inspiration.
I checked the repo but could not find the instruction prompts - https://github.com/search?q=repo%3Aworldbank%2Feconberta-econie%20instruction%20prompt&type=code
Thanks
Edouard