zcodeUg commited on
Commit
8eda566
1 Parent(s): f0f10e9

Added YAML metadata to README

Browse files
Files changed (1) hide show
  1. README.md +24 -3
README.md CHANGED
@@ -1,7 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  # WeCraft Chatbot Model
2
 
3
- This is a PyTorch model designed to power the WeCraft Tech chatbot. It supports answering company-related questions and suggesting navigation links.
 
 
 
 
 
4
 
5
  ## Model Framework
6
- - Library: PyTorch
7
- - Task: Text Generation / Question-Answering
 
 
 
 
1
+ ---
2
+ language: en
3
+ library_name: pytorch
4
+ tags:
5
+ - chatbot
6
+ - question-answering
7
+ - pytorch
8
+ - wecraft-tech
9
+ license: apache-2.0
10
+ datasets: []
11
+ model_name: WeCraft Chatbot
12
+ ---
13
+
14
  # WeCraft Chatbot Model
15
 
16
+ This is a PyTorch-based model designed to power the WeCraft Tech chatbot. It is optimized for answering questions related to the company and suggesting navigation links on the WeCraft Tech website.
17
+
18
+ ## Features
19
+ - Answer company-specific FAQs.
20
+ - Suggest navigation links for better website interaction.
21
+ - Summarize content pages.
22
 
23
  ## Model Framework
24
+ - **Framework**: PyTorch
25
+ - **Task**: Question-Answering / Text Generation
26
+
27
+ ## How to Use
28
+ You can use this model via the Hugging Face Inference API or integrate it directly into your application.