Update README.md
Browse files
README.md
CHANGED
@@ -1,6 +1,14 @@
|
|
1 |
---
|
2 |
library_name: transformers
|
3 |
-
tags:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
---
|
5 |
|
6 |
# Model Card for Model ID
|
@@ -17,12 +25,12 @@ 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:** [More Information Needed]
|
24 |
-
- **Language(s) (NLP):**
|
25 |
-
- **License:**
|
26 |
- **Finetuned from model [optional]:** [More Information Needed]
|
27 |
|
28 |
### Model Sources [optional]
|
@@ -36,6 +44,7 @@ This is the model card of a 🤗 transformers model that has been pushed on the
|
|
36 |
## Uses
|
37 |
|
38 |
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
|
|
39 |
|
40 |
### Direct Use
|
41 |
|
|
|
1 |
---
|
2 |
library_name: transformers
|
3 |
+
tags:
|
4 |
+
- Chatbot
|
5 |
+
- Telecom
|
6 |
+
- LLM
|
7 |
+
license: mit
|
8 |
+
datasets:
|
9 |
+
- bitext/Bitext-telco-llm-chatbot-training-dataset
|
10 |
+
language:
|
11 |
+
- en
|
12 |
---
|
13 |
|
14 |
# Model Card for Model ID
|
|
|
25 |
|
26 |
This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generated.
|
27 |
|
28 |
+
- **Developed by:** Ankit Dutta
|
29 |
- **Funded by [optional]:** [More Information Needed]
|
30 |
- **Shared by [optional]:** [More Information Needed]
|
31 |
- **Model type:** [More Information Needed]
|
32 |
+
- **Language(s) (NLP):** Python, CUDA
|
33 |
+
- **License:** MIT License
|
34 |
- **Finetuned from model [optional]:** [More Information Needed]
|
35 |
|
36 |
### Model Sources [optional]
|
|
|
44 |
## Uses
|
45 |
|
46 |
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
47 |
+
This model has been finetuned on a high quality dataset regarding the telecom industry and therefore, this model can serve as a base model for the chatbot applications of many companies especially in the domain of telecommunications.
|
48 |
|
49 |
### Direct Use
|
50 |
|