Update README.md
Browse files
README.md
CHANGED
@@ -58,11 +58,11 @@ The Bllossom language model is a Korean-English bilingual language model based o
|
|
58 |
## Example code
|
59 |
|
60 |
### Colab Tutorial
|
61 |
-
- [Inference-Code-Link](https://colab.research.google.com/drive/1fBOzUVZ6NRKk_ugeoTbAOokWKqSN47IG?usp=sharing)
|
62 |
|
63 |
### Install Dependencies
|
64 |
```bash
|
65 |
-
pip install torch transformers==4.
|
66 |
```
|
67 |
|
68 |
### Python code with Image
|
|
|
58 |
## Example code
|
59 |
|
60 |
### Colab Tutorial
|
61 |
+
- [Inference-Code-Link](https://colab.research.google.com/drive/1fBOzUVZ6NRKk_ugeoTbAOokWKqSN47IG?usp=sharing) (in progress..)
|
62 |
|
63 |
### Install Dependencies
|
64 |
```bash
|
65 |
+
pip install torch transformers==4.44.0
|
66 |
```
|
67 |
|
68 |
### Python code with Image
|