Move Lambda support section to card footer
Browse files
README.md
CHANGED
|
@@ -26,28 +26,6 @@ tags:
|
|
| 26 |
|
| 27 |
# lambda-1-360m-it
|
| 28 |
|
| 29 |
-
## Support Lambda
|
| 30 |
-
|
| 31 |
-
[Lambda](https://github.com/KeisukeMiyamoto1324/lambda) is a project developed by a student to build small Japanese language models from scratch. The datasets, source code, and model weights are publicly available.
|
| 32 |
-
|
| 33 |
-
Training language models is very expensive, and I have funded the project with income from my part-time job. As the models grow, the cost is becoming too high for me to maintain the current development pace.
|
| 34 |
-
|
| 35 |
-
You can support Lambda in two ways: use the Vast.ai referral link when purchasing GPU credits or make a donation through Ko-fi. Thank you for helping Lambda continue to grow.
|
| 36 |
-
|
| 37 |
-
### PR: vast.ai
|
| 38 |
-
|
| 39 |
-
Vast.ai is a GPU cloud platform that lets you rent powerful GPUs from providers around the world. It is often more affordable than major cloud providers, with **NVIDIA H100 SXM GPUs available from around $1.54 per hour**. Check out Vast.ai for a lower-cost way to train language models.
|
| 40 |
-
|
| 41 |
-
When you sign up and purchase credits through the link below, I receive GPU credits equal to 3% of your purchase. This does not reduce your credits or add any extra cost. Using this link directly supports the development of Lambda.
|
| 42 |
-
|
| 43 |
-
Link: https://cloud.vast.ai/?ref_id=521936
|
| 44 |
-
|
| 45 |
-
### Donate
|
| 46 |
-
|
| 47 |
-
You can support the project with a donation starting from $5 through Ko-fi. Your support helps cover GPU costs and allows me to continue developing larger models.
|
| 48 |
-
|
| 49 |
-
Link: https://ko-fi.com/lambda_llm
|
| 50 |
-
|
| 51 |
lambda-1-360m-it is an experimental Japanese instruction-tuned language model based on [`lambda-1-360m-mid`](https://huggingface.co/KeisukeMiyamoto/lambda-1-360m-mid) and supervised fine-tuned on a synthetic Japanese conversation corpus.
|
| 52 |
|
| 53 |
All training code is publicly available at [KeisukeMiyamoto1324/lambda](https://github.com/KeisukeMiyamoto1324/lambda).
|
|
@@ -106,3 +84,27 @@ python3 src/inference_it/inference.py \
|
|
| 106 |
This model is not safety-aligned. It may generate incorrect, biased, unsafe, or low-quality text.
|
| 107 |
|
| 108 |
The model was trained primarily on synthetic Japanese text and has not been evaluated on standard benchmarks.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 26 |
|
| 27 |
# lambda-1-360m-it
|
| 28 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 29 |
lambda-1-360m-it is an experimental Japanese instruction-tuned language model based on [`lambda-1-360m-mid`](https://huggingface.co/KeisukeMiyamoto/lambda-1-360m-mid) and supervised fine-tuned on a synthetic Japanese conversation corpus.
|
| 30 |
|
| 31 |
All training code is publicly available at [KeisukeMiyamoto1324/lambda](https://github.com/KeisukeMiyamoto1324/lambda).
|
|
|
|
| 84 |
This model is not safety-aligned. It may generate incorrect, biased, unsafe, or low-quality text.
|
| 85 |
|
| 86 |
The model was trained primarily on synthetic Japanese text and has not been evaluated on standard benchmarks.
|
| 87 |
+
|
| 88 |
+
---
|
| 89 |
+
|
| 90 |
+
## Support Lambda
|
| 91 |
+
|
| 92 |
+
[Lambda](https://github.com/KeisukeMiyamoto1324/lambda) is a project developed by a student to build small Japanese language models from scratch. The datasets, source code, and model weights are publicly available.
|
| 93 |
+
|
| 94 |
+
Training language models is very expensive, and I have funded the project with income from my part-time job. As the models grow, the cost is becoming too high for me to maintain the current development pace.
|
| 95 |
+
|
| 96 |
+
You can support Lambda in two ways: use the Vast.ai referral link when purchasing GPU credits or make a donation through Ko-fi. Thank you for helping Lambda continue to grow.
|
| 97 |
+
|
| 98 |
+
### PR: vast.ai
|
| 99 |
+
|
| 100 |
+
Vast.ai is a GPU cloud platform that lets you rent powerful GPUs from providers around the world. It is often more affordable than major cloud providers, with **NVIDIA H100 SXM GPUs available from around $1.54 per hour**. Check out Vast.ai for a lower-cost way to train language models.
|
| 101 |
+
|
| 102 |
+
When you sign up and purchase credits through the link below, I receive GPU credits equal to 3% of your purchase. This does not reduce your credits or add any extra cost. Using this link directly supports the development of Lambda.
|
| 103 |
+
|
| 104 |
+
Link: https://cloud.vast.ai/?ref_id=521936
|
| 105 |
+
|
| 106 |
+
### Donate
|
| 107 |
+
|
| 108 |
+
You can support the project with a donation starting from $5 through Ko-fi. Your support helps cover GPU costs and allows me to continue developing larger models.
|
| 109 |
+
|
| 110 |
+
Link: https://ko-fi.com/lambda_llm
|