Update README.md
Browse files
README.md
CHANGED
@@ -32,7 +32,7 @@ CALM-70B has been fine-tuned on a **comprehensive multi-tasking** covering dialo
|
|
32 |
|
33 |
- **Model Name:** CALM-70B
|
34 |
- **Developed by:** Colloboration of UIUC Conversational AI LAB and Oumi
|
35 |
-
- **License:**
|
36 |
- **Architecture:** Fine-tuned **Llama 3.3 70B Instruct**
|
37 |
- **Parameter Count:** 70B
|
38 |
- **Training Data:** CALM-IT
|
@@ -75,6 +75,18 @@ CALM-70B has been fine-tuned on a **comprehensive multi-tasking** covering dialo
|
|
75 |
- **Gradient Accumulation Steps:** 1
|
76 |
|
77 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
78 |
## Usage
|
79 |
### ๐ How to Load the Model using HuggingFace
|
80 |
```python
|
|
|
32 |
|
33 |
- **Model Name:** CALM-70B
|
34 |
- **Developed by:** Colloboration of UIUC Conversational AI LAB and Oumi
|
35 |
+
- **License:** cc-by-nc-4.0
|
36 |
- **Architecture:** Fine-tuned **Llama 3.3 70B Instruct**
|
37 |
- **Parameter Count:** 70B
|
38 |
- **Training Data:** CALM-IT
|
|
|
75 |
- **Gradient Accumulation Steps:** 1
|
76 |
|
77 |
---
|
78 |
+
|
79 |
+
|
80 |
+
## ๐ก CALM-IT Dataset
|
81 |
+
<img src="table.png" alt="CALM-IT Dataset Statistics" width="800"/>
|
82 |
+
|
83 |
+
|
84 |
+
---
|
85 |
+
## ๐ Benchmark Performance
|
86 |
+
|
87 |
+
<img src="results.png" alt="CALM-IT Dataset Statistics" width="1000"/>
|
88 |
+
|
89 |
+
|
90 |
## Usage
|
91 |
### ๐ How to Load the Model using HuggingFace
|
92 |
```python
|