KeisukeMiyamoto commited on
Commit
81d7b18
·
verified ·
1 Parent(s): 0d2b33d

Add Lambda support information

Browse files
Files changed (1) hide show
  1. README.md +22 -0
README.md CHANGED
@@ -26,6 +26,28 @@ tags:
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).
 
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).