mirror of
				https://github.com/PaddlePaddle/FastDeploy.git
				synced 2025-10-31 03:46:40 +08:00 
			
		
		
		
	 14ba9ce6c2
			
		
	
	14ba9ce6c2
	
	
	
		
			
			* add fastdeploy.text.UIEModel * Add uie python example * Add one schema for cpp demo * Add ConvertUIEResultToDict for pretty the uie result in python * remove default args for SchemaNode * Add uie example args * Add uie python api desc * Add infer.py usage * truncate some example output * Add uie schema usage * Add uie result md * Add uie c++ api doc
		
			
				
	
	
		
			8 lines
		
	
	
		
			344 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			344 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
| # 自然语言模型预测结果说明
 | ||
| 
 | ||
| FastDeploy根据自然语言模型的任务类型,定义了不同的结构体来表达模型预测结果,具体如下表所示
 | ||
| 
 | ||
| | 结构体 | 文档 | 说明 | 相应模型 |
 | ||
| | :----- | :--- | :---- | :------- |
 | ||
| | UIEResult | [C++/Python文档](./uie_result.md) | UIE模型返回结果 | UIE模型 |
 |