Update README.md

This commit is contained in:
Tianyu Zhao 2022-01-20 07:25:12 +00:00 committed by huggingface-web
parent 8a10e98c3d
commit af1a4063c9
1 changed files with 2 additions and 1 deletions

View File

@ -54,7 +54,8 @@ with torch.no_grad():
) )
output = tokenizer.decode(output_ids.tolist()[0]) output = tokenizer.decode(output_ids.tolist()[0])
print(output) print(output)
# sample output: 西田幾多郎は、その主著の「善の研究」などで、人間の内面に自然とその根源があると指摘し、その根源的な性格は、この西田哲学を象徴しているとして、カントの「純粋理性批判」と「判断力批判」を対比して捉えます。それは、「人が理性的存在であるかぎりにおいて、人はその当人に固有な道徳的に自覚された善悪の基準を持っている」とするもので、この理性的な善悪の観念を否定するのがカントの
~~~~ ~~~~
# Model architecture # Model architecture