Hello everyone, I am fairly new to Huggingface and Transformers in general. I am trying to analyze the text simplification approaches on custom models that are not managed by Huggingface but uploaded individually, such as:
- gere/RoBERTa_Simplifier 路 Hugging Face
- AmitBHuji/mt5-small-finetuned-mt5-simplification-1epoch 路 Hugging Face
- etc.
I am failing to see the base code for encoding and decoding and hence the simpification mechanisms.
How do I reach the full source code?
Many thanks,
Theresa