Spaces:
				
			
			
	
			
			
		Running
		
			on 
			
			L40S
	
	
	
			
			
	
	
	
	
		
		
		Running
		
			on 
			
			L40S
	Commit 
							
							·
						
						dc23d90
	
1
								Parent(s):
							
							804ab0c
								
Fixing links
Browse files
    	
        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 
     | 
| 227 | 
         
             
                [synthid]: https://deepmind.google/technologies/synthid/
         
     | 
| 228 | 
         
            -
                [synthid-hf-config]: https:// 
     | 
| 229 | 
         
            -
                [synthid-hf-detector]: https:// 
     | 
| 230 | 
         
            -
                [synthid-hf-detector-e2e]: https://github.com/huggingface/transformers/ 
     | 
| 231 | 
         
            -
                [synthid-hf-logits-processor]: https:// 
     | 
| 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:// 
     | 
| 286 | 
         
            -
                  [synthid-hf-detector-e2e]: https://github.com/huggingface/transformers/ 
     | 
| 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(
         
     |