RyanMullins commited on
Commit
dc23d90
1 Parent(s): 804ab0c

Fixing links

Browse files
Files changed (1) hide show
  1. app.py +7 -7
app.py CHANGED
@@ -223,12 +223,12 @@ with gr.Blocks() as demo:
223
 
224
  [cloud-parameter-values]: https://cloud.google.com/vertex-ai/generative-ai/docs/learn/prompts/adjust-parameter-values
225
  [gemma]: https://huggingface.co/google/gemma-2b
226
- [raitk-synthid]: https://ai.google.dev/responsible/docs/safeguards/synthid-text
227
  [synthid]: https://deepmind.google/technologies/synthid/
228
- [synthid-hf-config]: https://github.com/huggingface/transformers/blob/v4.46.0/src/transformers/generation/configuration_utils.py
229
- [synthid-hf-detector]: https://github.com/huggingface/transformers/blob/v4.46.0/src/transformers/generation/watermarking.py
230
- [synthid-hf-detector-e2e]: https://github.com/huggingface/transformers/blob/v4.46.0/examples/research_projects/synthid_text/detector_bayesian.py
231
- [synthid-hf-logits-processor]: https://github.com/huggingface/transformers/blob/v4.46.0/src/transformers/generation/logits_process.py
232
  [synthid-nature]: https://www.nature.com/articles/s41586-024-08025-4
233
  '''
234
  )
@@ -282,8 +282,8 @@ with gr.Blocks() as demo:
282
  then the text carries a watermark. Your correct guesses are annotated with
283
  the "Correct" prefix.
284
 
285
- [synthid-hf-detector]: https://github.com/huggingface/transformers/blob/v4.46.0/src/transformers/generation/watermarking.py
286
- [synthid-hf-detector-e2e]: https://github.com/huggingface/transformers/blob/v4.46.0/examples/research_projects/synthid_text/detector_bayesian.py
287
  '''
288
  )
289
  revealed_grp = gr.CheckboxGroup(
 
223
 
224
  [cloud-parameter-values]: https://cloud.google.com/vertex-ai/generative-ai/docs/learn/prompts/adjust-parameter-values
225
  [gemma]: https://huggingface.co/google/gemma-2b
226
+ [raitk-synthid]: https://ai.google.dev/responsible/docs/safeguards/synthid
227
  [synthid]: https://deepmind.google/technologies/synthid/
228
+ [synthid-hf-config]: https://huggingface.co/docs/transformers/v4.46.0/en/internal/generation_utils#transformers.SynthIDTextWatermarkingConfig
229
+ [synthid-hf-detector]: https://huggingface.co/docs/transformers/v4.46.0/en/internal/generation_utils#transformers.BayesianDetectorModel
230
+ [synthid-hf-detector-e2e]: https://github.com/huggingface/transformers/tree/v4.46.0/examples/research_projects/synthid_text/detector_training.py
231
+ [synthid-hf-logits-processor]: https://huggingface.co/docs/transformers/v4.46.0/en/internal/generation_utils#transformers.SynthIDTextWatermarkLogitsProcessor
232
  [synthid-nature]: https://www.nature.com/articles/s41586-024-08025-4
233
  '''
234
  )
 
282
  then the text carries a watermark. Your correct guesses are annotated with
283
  the "Correct" prefix.
284
 
285
+ [synthid-hf-detector]: https://huggingface.co/docs/transformers/v4.46.0/en/internal/generation_utils#transformers.BayesianDetectorModel
286
+ [synthid-hf-detector-e2e]: https://github.com/huggingface/transformers/tree/v4.46.0/examples/research_projects/synthid_text/detector_training.py
287
  '''
288
  )
289
  revealed_grp = gr.CheckboxGroup(