File size: 4,053 Bytes
8223b74 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 | {
"_class_name": "EndustriChatbotPipeline",
"_diffusers_version": "0.21.0",
"_name_or_path": "HuggingFaceH4/zephyr-7b-beta",
"model_type": "industrial-cost-calculation",
"pipeline_tag": "text-generation",
"library_name": "transformers",
"tags": [
"industrial",
"cost-calculation",
"chatbot",
"langchain",
"fastapi",
"document-processing",
"turkish",
"english"
],
"language": ["tr", "en"],
"license": "apache-2.0",
"base_model": "HuggingFaceH4/zephyr-7b-beta",
"model_name": "Endüstri Chatbot",
"model_description": "Industrial cost calculation AI chatbot with document processing capabilities",
"version": "1.0.0",
"framework": {
"name": "transformers",
"version": "4.34.0"
},
"components": {
"text_encoder": {
"class_name": "LlamaTokenizer",
"config_file": "tokenizer_config.json"
},
"text_decoder": {
"class_name": "MistralForCausalLM",
"config_file": "config.json"
},
"agent_executor": {
"class_name": "LangChainAgent",
"tools": [
"labor_cost",
"material_cost",
"margin_calculation"
]
},
"document_processor": {
"class_name": "DocumentProcessor",
"supported_formats": [
"pdf",
"docx",
"xlsx",
"images"
]
},
"report_generator": {
"class_name": "DocumentGenerator",
"output_formats": [
"word",
"excel"
],
"templates": [
"maliyet_raporu",
"teklif"
]
}
},
"inference": {
"parameters": {
"max_new_tokens": 512,
"temperature": 0.7,
"top_p": 0.95,
"repetition_penalty": 1.15,
"do_sample": true
},
"hardware_requirements": {
"min_ram": "8GB",
"recommended_ram": "16GB",
"gpu": "optional",
"gpu_memory": "8GB+"
}
},
"deployment": {
"docker": {
"image": "endustri-chatbot:latest",
"port": 8000,
"environment": {
"MODEL_NAME": "HuggingFaceH4/zephyr-7b-beta",
"DATABASE_URL": "sqlite:///./chatbot.db"
}
},
"api": {
"framework": "fastapi",
"endpoints": [
"/chat",
"/documents/upload",
"/documents/generate",
"/documents/templates",
"/health"
]
}
},
"training": {
"base_model": "HuggingFaceH4/zephyr-7b-beta",
"fine_tuning": "none",
"domain_adaptation": "industrial-cost-calculation",
"languages": ["tr", "en"],
"dataset_size": "proprietary"
},
"evaluation": {
"metrics": {
"cost_calculation_accuracy": 0.95,
"response_time_avg": "1.5s",
"document_processing_success": 0.92,
"turkish_language_support": 0.98
},
"benchmarks": {
"industrial_cost_dataset": {
"accuracy": 0.95,
"f1_score": 0.93
},
"document_analysis_dataset": {
"precision": 0.91,
"recall": 0.89
}
}
},
"usage": {
"primary_use_cases": [
"Industrial cost calculation",
"Document analysis and processing",
"Automated report generation",
"Cost estimation and quotation"
],
"supported_industries": [
"Manufacturing",
"Construction",
"Engineering",
"Project Management"
]
},
"limitations": [
"Specialized for industrial cost calculations",
"Primarily optimized for Turkish language",
"Requires domain-specific knowledge for accurate results",
"Performance depends on quality of input documents"
],
"ethical_considerations": {
"bias": "Model may have bias towards Turkish industrial practices",
"privacy": "Processes potentially sensitive business documents",
"transparency": "Cost calculations are explainable through tool usage"
},
"contact": {
"repository": "https://github.com/your-username/EndüstriChatbot",
"issues": "https://github.com/your-username/EndüstriChatbot/issues",
"documentation": "https://github.com/your-username/EndüstriChatbot/blob/main/README.md"
}
} |