KeisukeMiyamoto commited on
Commit
f83a133
·
verified ·
1 Parent(s): 16e5799

Add Lambda support information

Browse files
Files changed (1) hide show
  1. README.md +22 -0
README.md CHANGED
@@ -20,6 +20,28 @@ tags:
20
 
21
  # lambda-1-360m-base
22
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
23
  lambda-1-360m-base is an experimental Japanese language model created with a custom decoder-only Transformer implementation.
24
 
25
  All training code is publicly available at [KeisukeMiyamoto1324/lambda](https://github.com/KeisukeMiyamoto1324/lambda).
 
20
 
21
  # lambda-1-360m-base
22
 
23
+ ## Support Lambda
24
+
25
+ [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.
26
+
27
+ 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.
28
+
29
+ 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.
30
+
31
+ ### PR: vast.ai
32
+
33
+ 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.
34
+
35
+ 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.
36
+
37
+ Link: https://cloud.vast.ai/?ref_id=521936
38
+
39
+ ### Donate
40
+
41
+ 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.
42
+
43
+ Link: https://ko-fi.com/lambda_llm
44
+
45
  lambda-1-360m-base is an experimental Japanese language model created with a custom decoder-only Transformer implementation.
46
 
47
  All training code is publicly available at [KeisukeMiyamoto1324/lambda](https://github.com/KeisukeMiyamoto1324/lambda).