| 
					
				 | 
			
			
				@@ -152,10 +152,10 @@ for name in tag_features + seq_features: 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 for name in nlp_features: 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     print(f"""feature_configs {{ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   input_names: "{name}" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-  feature_type: TagFeature 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  feature_type: RawFeature 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   hash_bucket_size: 1000000 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-  embedding_dim: 6 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   separator: '|' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  raw_input_dim: 200 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 }}""") 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 def wide_and_deep(): 
			 |