Add pipeline tag and Transformers library name
Browse filesThis PR ensures your model can be found at https://huggingface.co/models?pipeline_tag=text-generation.
It also makes it so the model card indicates that the model is compatible with the Transformers library.
README.md
CHANGED
@@ -1,11 +1,13 @@
|
|
1 |
---
|
2 |
-
|
|
|
3 |
language:
|
4 |
- en
|
|
|
5 |
metrics:
|
6 |
- accuracy
|
7 |
-
|
8 |
-
|
9 |
---
|
10 |
|
11 |
# CoALM-70B: Conversational Agentic Language Model
|
@@ -61,9 +63,7 @@ CoALM-70B has been fine-tuned on a **comprehensive multi-tasking** covering dial
|
|
61 |
---
|
62 |
## Training Process
|
63 |
### 🔧 Fine-tuning Stages
|
64 |
-
1. **TOD Fine-tuning:** Optimized for dialogue state tracking (e.g., augmented SNIPS in instruction-tuned format).
|
65 |
-
2. **Function Calling Fine-tuning:** Trained to generate precise API calls from LA datasets.
|
66 |
-
3. **ReAct-based Fine-tuning:** Enhances multi-turn conversations with API integrations through structured reasoning.
|
67 |
|
68 |
### 🔍 Training Hyperparameters
|
69 |
- **Base Model:** Llama 3.3 70B Instruct
|
|
|
1 |
---
|
2 |
+
base_model:
|
3 |
+
- meta-llama/Llama-3.3-70B-Instruct
|
4 |
language:
|
5 |
- en
|
6 |
+
license: cc-by-nc-4.0
|
7 |
metrics:
|
8 |
- accuracy
|
9 |
+
pipeline_tag: text-generation
|
10 |
+
library_name: transformers
|
11 |
---
|
12 |
|
13 |
# CoALM-70B: Conversational Agentic Language Model
|
|
|
63 |
---
|
64 |
## Training Process
|
65 |
### 🔧 Fine-tuning Stages
|
66 |
+
1. **TOD Fine-tuning:** Optimized for dialogue state tracking (e.g., augmented SNIPS in instruction-tuned format).\n2. **Function Calling Fine-tuning:** Trained to generate precise API calls from LA datasets.\n3. **ReAct-based Fine-tuning:** Enhances multi-turn conversations with API integrations through structured reasoning.
|
|
|
|
|
67 |
|
68 |
### 🔍 Training Hyperparameters
|
69 |
- **Base Model:** Llama 3.3 70B Instruct
|