mirror of
				https://github.com/hiyouga/LLaMA-Factory.git
				synced 2025-11-04 18:02:19 +08:00 
			
		
		
		
	
							parent
							
								
									e30975e9a2
								
							
						
					
					
						commit
						247cda4b68
					
				@ -34,7 +34,8 @@ class HhRlhfEn(datasets.GeneratorBasedBuilder):
 | 
			
		||||
        features = datasets.Features(
 | 
			
		||||
            {
 | 
			
		||||
                "instruction": datasets.Value("string"),
 | 
			
		||||
                "output": datasets.Sequence(datasets.Value("string")),
 | 
			
		||||
                "chosen": datasets.Value("string"),
 | 
			
		||||
                "rejected": datasets.Value("string"),
 | 
			
		||||
                "history": datasets.Sequence(datasets.Sequence(datasets.Value("string"))),
 | 
			
		||||
            }
 | 
			
		||||
        )
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user