Update qwen_gen_data_NoBash.py
This commit is contained in:
		
							parent
							
								
									71c46bcdbf
								
							
						
					
					
						commit
						0eee2198df
					
				| @ -57,8 +57,8 @@ if __name__ == '__main__': | ||||
| 
 | ||||
|     conversation_lis = [] | ||||
| 
 | ||||
|     for emo in emotions_lis: | ||||
|         for area in areas_of_life: | ||||
|     for area in areas_of_life: | ||||
|         for emo in emotions_lis: | ||||
|             gen_path = f'./{ai_tool}/{area}/{emo}.jsonl' | ||||
|              | ||||
|             for i in tqdm(range(100), desc='{emo}, {area}'.format(emo=emo, area=area)): | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 HongCheng
						HongCheng