RehanaHasin commited on
Commit
cc854ae
·
verified ·
1 Parent(s): 9537855

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -105,7 +105,9 @@ Abstract: Mice immunized with antigen formulated with alum showed increased IgG
105
 
106
  ```python
107
  import torch
 
108
  from transformers import AutoTokenizer, AutoModelForCausalLM
 
109
  repo_id = "RehanaHasin/Qwen2.5-7B-Instruct-adjuvant-extractor"
110
  SYS_PROMPT = "You are a biomedical information extraction assistant."
111
  PROMPT_INSTRUCTION = (
 
105
 
106
  ```python
107
  import torch
108
+ import json
109
  from transformers import AutoTokenizer, AutoModelForCausalLM
110
+
111
  repo_id = "RehanaHasin/Qwen2.5-7B-Instruct-adjuvant-extractor"
112
  SYS_PROMPT = "You are a biomedical information extraction assistant."
113
  PROMPT_INSTRUCTION = (