Updated
Browse filesThis is a model for customer support QA Chatbot
README.md
CHANGED
@@ -1,6 +1,10 @@
|
|
1 |
---
|
2 |
library_name: transformers
|
3 |
-
|
|
|
|
|
|
|
|
|
4 |
---
|
5 |
|
6 |
# Model Card for Model ID
|
@@ -17,13 +21,13 @@ tags: []
|
|
17 |
|
18 |
This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generated.
|
19 |
|
20 |
-
- **Developed by:** [
|
21 |
- **Funded by [optional]:** [More Information Needed]
|
22 |
- **Shared by [optional]:** [More Information Needed]
|
23 |
-
- **Model type:** [
|
24 |
-
- **Language(s) (NLP):** [
|
25 |
- **License:** [More Information Needed]
|
26 |
-
- **Finetuned from model [optional]:** [
|
27 |
|
28 |
### Model Sources [optional]
|
29 |
|
|
|
1 |
---
|
2 |
library_name: transformers
|
3 |
+
license: mit
|
4 |
+
datasets:
|
5 |
+
- bitext/Bitext-customer-support-llm-chatbot-training-dataset
|
6 |
+
language:
|
7 |
+
- en
|
8 |
---
|
9 |
|
10 |
# Model Card for Model ID
|
|
|
21 |
|
22 |
This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generated.
|
23 |
|
24 |
+
- **Developed by:** [Kingsley Odenigbo]
|
25 |
- **Funded by [optional]:** [More Information Needed]
|
26 |
- **Shared by [optional]:** [More Information Needed]
|
27 |
+
- **Model type:** [CasualLM]
|
28 |
+
- **Language(s) (NLP):** [English]
|
29 |
- **License:** [More Information Needed]
|
30 |
+
- **Finetuned from model [optional]:** [Mistral-7b]
|
31 |
|
32 |
### Model Sources [optional]
|
33 |
|