Darwinkel commited on
Commit
5052a13
·
verified ·
1 Parent(s): 362fc9d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ description = """
10
  Gemma-2b fine-tuned on SciQ
11
  """
12
 
13
- article = "GitHub repository: <ur>"
14
 
15
  model_id = "google/gemma-2b"
16
  tokenizer = AutoTokenizer.from_pretrained(model_id, token=os.environ.get("HF_TOKEN"))
 
10
  Gemma-2b fine-tuned on SciQ
11
  """
12
 
13
+ article = "GitHub repository: https://github.com/P-Zande/nlp-team-4"
14
 
15
  model_id = "google/gemma-2b"
16
  tokenizer = AutoTokenizer.from_pretrained(model_id, token=os.environ.get("HF_TOKEN"))