joe32140 commited on
Commit
751d3a1
·
verified ·
1 Parent(s): 67b405d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -37,8 +37,8 @@ tokenizer = T5Tokenizer.from_pretrained(model_name)
37
  model = T5ForConditionalGeneration.from_pretrained(model_name)
38
 
39
  # Prepare the input
40
- claim = "The Earth is flat."
41
- category = "Astronomy"
42
  prefix = "Please answer this question: Does the claim belong to the category?"
43
  input_text = f"{prefix} Claim: {claim} Category: {category}"
44
 
 
37
  model = T5ForConditionalGeneration.from_pretrained(model_name)
38
 
39
  # Prepare the input
40
+ claim = "Clodronate treatment in patients with breast cancer reduces the incidence and number of new bony and visceral metastases."
41
+ category = "Effectiveness of bone agents"
42
  prefix = "Please answer this question: Does the claim belong to the category?"
43
  input_text = f"{prefix} Claim: {claim} Category: {category}"
44