Update README.md
Browse files
README.md
CHANGED
|
@@ -34,12 +34,20 @@ A lightweight model to do machine translation from Ukrainian to English based on
|
|
| 34 |
|
| 35 |
Also, there's another model: [kulyk-en-uk](https://huggingface.co/Yehor/kulyk-en-uk)
|
| 36 |
|
| 37 |
-
**Run with Docker**:
|
| 38 |
|
| 39 |
```
|
| 40 |
docker run -p 3000:3000 --rm ghcr.io/egorsmkv/kulyk-rust:latest
|
| 41 |
```
|
| 42 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 43 |
**Facts**:
|
| 44 |
- Fine-tuned with 40M samples (filtered by quality metric) from ~53.5M for 1.4 epochs
|
| 45 |
- 354M params
|
|
|
|
| 34 |
|
| 35 |
Also, there's another model: [kulyk-en-uk](https://huggingface.co/Yehor/kulyk-en-uk)
|
| 36 |
|
| 37 |
+
**Run with Docker (CPU)**:
|
| 38 |
|
| 39 |
```
|
| 40 |
docker run -p 3000:3000 --rm ghcr.io/egorsmkv/kulyk-rust:latest
|
| 41 |
```
|
| 42 |
|
| 43 |
+
**Run using Apptainer (CUDA)**:
|
| 44 |
+
|
| 45 |
+
```
|
| 46 |
+
wget https://huggingface.co/Yehor/kulyk-sif/resolve/main/kulyk.sif
|
| 47 |
+
|
| 48 |
+
apptainer shell --nv ./kulyk.sif
|
| 49 |
+
```
|
| 50 |
+
|
| 51 |
**Facts**:
|
| 52 |
- Fine-tuned with 40M samples (filtered by quality metric) from ~53.5M for 1.4 epochs
|
| 53 |
- 354M params
|