Safetensors
English
llama
emrecanacikgoz commited on
Commit
04a8bc4
ยท
verified ยท
1 Parent(s): 1315dcd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -1
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:** Apache 2.0
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