Initial model upload
Browse files- chatbot_model.pth +3 -0
- config.json +1 -0
- vectorizer.pkl +3 -0
chatbot_model.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2157d2b08c0f4af346196ca5921c3245e97e29355c740e8fba81c3dfab5141ee
|
3 |
+
size 33920
|
config.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"input_size": 49, "hidden_size": 128, "output_size": 12, "label_to_int": {"about_company": 0, "company_mission": 1, "company_leadership": 2, "services": 3, "custom_software": 4, "products": 5, "product_servesmart": 6, "product_brainlink": 7, "product_agriclink": 8, "future_vision": 9, "collaboration": 10, "regions_served": 11}}
|
vectorizer.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a9c2efbd7ca0f2e761279c3cfdcd40ef993dd01c3001fcddf87b4539a8e4239f
|
3 |
+
size 984
|