Views
No views yet
1from huggingface_hub import from_pretrained_keras
2
3model = from_pretrained_keras("pandrei7/fakenews-mtl")readerbench/RoBERT-base.1tokenizer(
2 your_text,
3 padding="max_length",
4 truncation=True,
5 max_length=512,
6 return_tensors="tf",
7)1@inproceedings{inproceedings,
2 author = {Preda, Andrei and Ruseti, Stefan and Terian, Simina-Maria and Dascalu, Mihai},
3 year = {2022},
4 month = {01},
5 pages = {73-79},
6 title = {Romanian Fake News Identification using Language Models},
7 doi = {10.37789/rochi.2022.1.1.13}
8}