alvarobartt HF Staff commited on
Commit
dfb6404
·
verified ·
1 Parent(s): dca1825

Update context length in README.md

Browse files

This PR updates the context length value mentioned in the `README.md` since it claims 131,072 which is what's commonly known as 128K, but as per https://huggingface.co/LiquidAI/LFM2.5-2.6B/blob/main/config.json#L56 the actual context length is 128,000 instead i.e., 128k.

Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -71,7 +71,7 @@ LFM2.5-2.6B is a general-purpose text-only model with the following features:
71
  - **Number of layers**: 30 (22 double-gated short convolution blocks + 8 GQA)
72
  - **Training budget**: 34 trillion tokens
73
  - **Vocabulary size**: 128,000
74
- - **Context length**: 131,072 tokens
75
  - **Languages**: English, Arabic, Chinese, French, German, Italian, Japanese, Korean, Portuguese, Spanish, Vietnamese, Thai, Indonesian, Hindi, Russian, Polish
76
  - **Generation parameters**:
77
  - `temperature: 0.1`
 
71
  - **Number of layers**: 30 (22 double-gated short convolution blocks + 8 GQA)
72
  - **Training budget**: 34 trillion tokens
73
  - **Vocabulary size**: 128,000
74
+ - **Context length**: 128,000 tokens
75
  - **Languages**: English, Arabic, Chinese, French, German, Italian, Japanese, Korean, Portuguese, Spanish, Vietnamese, Thai, Indonesian, Hindi, Russian, Polish
76
  - **Generation parameters**:
77
  - `temperature: 0.1`