easybib / test.py
yellowtown's picture
πŸŽ‰ init(v0.2):
d13100b
raw
history blame contribute delete
190 Bytes
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
from app import process_text
if __name__ == "__main__":
output = process_text("Language Models are Few-Shot Learners")
print(output)