Spaces:
				
			
			
	
			
			
		Runtime error
		
	
	
	
			
			
	
	
	
	
		
		
		Runtime error
		
	Commit 
							
							·
						
						a66fcca
	
1
								Parent(s):
							
							740b29d
								
Short emoji legend on first page (#133)
Browse files- Short emoji legend on first page (a58410492fa3d32a8b9987d2fca89041cf04a946)
Co-authored-by: Thomas Wolf <[email protected]>
    	
        src/assets/text_content.py
    CHANGED
    
    | @@ -62,6 +62,8 @@ INTRODUCTION_TEXT = f""" | |
| 62 | 
             
            🤗 Anyone from the community can submit a model for automated evaluation on the 🤗 GPU cluster, as long as it is a 🤗 Transformers model with weights on the Hub. We also support evaluation of models with delta-weights for non-commercial licensed models, such as the original LLaMa release.
         | 
| 63 |  | 
| 64 | 
             
            Other cool benchmarks for LLMs are developped at HuggingFace, go check them out: 🙋🤖 [human and GPT4 evals](https://huggingface.co/spaces/HuggingFaceH4/human_eval_llm_leaderboard), 🖥️ [performance benchmarks](https://huggingface.co/spaces/optimum/llm-perf-leaderboard)
         | 
|  | |
|  | |
| 65 | 
             
            """
         | 
| 66 |  | 
| 67 | 
             
            LLM_BENCHMARKS_TEXT = f"""
         | 
|  | |
| 62 | 
             
            🤗 Anyone from the community can submit a model for automated evaluation on the 🤗 GPU cluster, as long as it is a 🤗 Transformers model with weights on the Hub. We also support evaluation of models with delta-weights for non-commercial licensed models, such as the original LLaMa release.
         | 
| 63 |  | 
| 64 | 
             
            Other cool benchmarks for LLMs are developped at HuggingFace, go check them out: 🙋🤖 [human and GPT4 evals](https://huggingface.co/spaces/HuggingFaceH4/human_eval_llm_leaderboard), 🖥️ [performance benchmarks](https://huggingface.co/spaces/optimum/llm-perf-leaderboard)
         | 
| 65 | 
            +
             | 
| 66 | 
            +
            🟢: Base pretrained model – 🔶: Instruction finetuned model – 🟦: Model finetuned with RL  (read more details in "About" tab)
         | 
| 67 | 
             
            """
         | 
| 68 |  | 
| 69 | 
             
            LLM_BENCHMARKS_TEXT = f"""
         | 
 
			

 
		