jujbob commited on
Commit
252f3f9
1 Parent(s): 6e79abb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -1
README.md CHANGED
@@ -12,7 +12,7 @@ base_model:
12
  <img src="https://github.com/teddysum/bllossom/blob/main//bllossom_icon.png?raw=true" width="40%" height="50%">
13
  </a>
14
 
15
- # Bllossom | [Demo](https://59d690fb9d037d5250.gradio.live/) | [Homepage](https://www.bllossom.ai/) | [Github](https://github.com/MLP-Lab/Bllossom) |
16
 
17
  The Bllossom language model is a Korean-English bilingual language model based on the open-source LLama3. It enhances the connection of knowledge between Korean and English. It has the following features:
18
 
@@ -70,6 +70,10 @@ The Bllossom language model is a Korean-English bilingual language model based o
70
 
71
 
72
  ## Example code
 
 
 
 
73
  ### Install Dependencies
74
  ```bash
75
  pip install torch transformers==4.40.0 accelerate
 
12
  <img src="https://github.com/teddysum/bllossom/blob/main//bllossom_icon.png?raw=true" width="40%" height="50%">
13
  </a>
14
 
15
+ # Bllossom | [Demo](https://59d690fb9d037d5250.gradio.live/) | [Homepage](https://www.bllossom.ai/) | [Github](https://github.com/MLP-Lab/Bllossom) | [Colab-tutorial](https://colab.research.google.com/drive/1fBOzUVZ6NRKk_ugeoTbAOokWKqSN47IG?usp=sharing) |
16
 
17
  The Bllossom language model is a Korean-English bilingual language model based on the open-source LLama3. It enhances the connection of knowledge between Korean and English. It has the following features:
18
 
 
70
 
71
 
72
  ## Example code
73
+
74
+ ### Colab Tutorial
75
+ - [Inference-Code-Link](https://colab.research.google.com/drive/1fBOzUVZ6NRKk_ugeoTbAOokWKqSN47IG?usp=sharing)
76
+
77
  ### Install Dependencies
78
  ```bash
79
  pip install torch transformers==4.40.0 accelerate