add metadata
Browse files
README.md
CHANGED
|
@@ -1,3 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
Model Card
|
| 2 |
Model Description
|
| 3 |
This model is a fine-tuned version of ChatGLM3-6B, designed for conversational AI applications. It uses a BERT-based embedding model for text representation.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language: ["zh", "en"]
|
| 3 |
+
tags: ["conversational", "chat", "chatglm3", "fine-tuning"]
|
| 4 |
+
license: "unknown"
|
| 5 |
+
base_model: "THUDM/chatglm3-6b"
|
| 6 |
+
model_index:
|
| 7 |
+
name: "ChatGLM3-Based-Conversational-Model"
|
| 8 |
+
results:
|
| 9 |
+
task: "text-generation"
|
| 10 |
+
name: "Conversational AI"
|
| 11 |
+
datasets: ["custom-dataset"]
|
| 12 |
+
pipeline_tag: "conversational"
|
| 13 |
+
---
|
| 14 |
+
|
| 15 |
+
# Model Card
|
| 16 |
+
|
| 17 |
+
## Model Description
|
| 18 |
+
|
| 19 |
+
This model is a fine-tuned version of ChatGLM3-6B, designed for conversational AI applications. It uses a BERT-based embedding model for text representation.
|
| 20 |
+
|
| 21 |
+
[rest of the model card content remains the same...]
|
| 22 |
+
|
| 23 |
+
|
| 24 |
+
|
| 25 |
+
|
| 26 |
Model Card
|
| 27 |
Model Description
|
| 28 |
This model is a fine-tuned version of ChatGLM3-6B, designed for conversational AI applications. It uses a BERT-based embedding model for text representation.
|