Instructions to use guldasta/mbart-oscar-hindi-gen with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use guldasta/mbart-oscar-hindi-gen with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("guldasta/mbart-oscar-hindi-gen") model = AutoModelForSeq2SeqLM.from_pretrained("guldasta/mbart-oscar-hindi-gen") - Notebooks
- Google Colab
- Kaggle
File size: 516 Bytes
5b2e7d1 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 | {
"af_ZA": 250027,
"az_AZ": 250028,
"bn_IN": 250029,
"fa_IR": 250030,
"gl_ES": 250052,
"he_IL": 250031,
"hr_HR": 250032,
"id_ID": 250033,
"ka_GE": 250034,
"km_KH": 250035,
"mk_MK": 250036,
"ml_IN": 250037,
"mn_MN": 250038,
"mr_IN": 250039,
"pl_PL": 250040,
"ps_AF": 250041,
"pt_XX": 250042,
"sl_SI": 250053,
"sv_SE": 250043,
"sw_KE": 250044,
"ta_IN": 250045,
"te_IN": 250046,
"th_TH": 250047,
"tl_XX": 250048,
"uk_UA": 250049,
"ur_PK": 250050,
"xh_ZA": 250051
}
|