KeisukeMiyamoto commited on
Commit
87df074
·
verified ·
1 Parent(s): f83a133

Move Lambda support section to card footer

Browse files
Files changed (1) hide show
  1. README.md +24 -22
README.md CHANGED
@@ -20,28 +20,6 @@ tags:
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).
@@ -85,3 +63,27 @@ python3 src/inference_base/inference_hf.py \
85
  This model is not instruction-tuned or safety-aligned. It may generate incorrect, biased, unsafe, or low-quality text.
86
 
87
  The model was trained primarily on Japanese text and has not been evaluated on standard benchmarks.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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).
 
63
  This model is not instruction-tuned or safety-aligned. It may generate incorrect, biased, unsafe, or low-quality text.
64
 
65
  The model was trained primarily on Japanese text and has not been evaluated on standard benchmarks.
66
+
67
+ ---
68
+
69
+ ## Support Lambda
70
+
71
+ [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.
72
+
73
+ 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.
74
+
75
+ 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.
76
+
77
+ ### PR: vast.ai
78
+
79
+ 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.
80
+
81
+ 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.
82
+
83
+ Link: https://cloud.vast.ai/?ref_id=521936
84
+
85
+ ### Donate
86
+
87
+ 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.
88
+
89
+ Link: https://ko-fi.com/lambda_llm