Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
datasets:
|
4 |
+
- bitext/Bitext-customer-support-llm-chatbot-training-dataset
|
5 |
+
language:
|
6 |
+
- es
|
7 |
+
- en
|
8 |
+
metrics:
|
9 |
+
- accuracy
|
10 |
+
- perplexity
|
11 |
+
- f1
|
12 |
+
- bleu
|
13 |
+
base_model:
|
14 |
+
- google-bert/bert-base-multilingual-cased
|
15 |
+
- nomic-ai/gpt4all-j
|
16 |
+
- google/flan-t5-large
|
17 |
+
- stabilityai/stable-diffusion-3-medium
|
18 |
+
new_version: praneethposina/customer_support_bot
|
19 |
+
pipeline_tag: text2text-generation
|
20 |
+
library_name: transformers
|
21 |
+
tags:
|
22 |
+
- customer-support
|
23 |
+
- question-answering
|
24 |
+
- Dialogue
|
25 |
+
- Chatbot
|
26 |
+
---
|