Text Generation
Transformers
PyTorch
llama
Inference Endpoints
text-generation-inference
zhijianma commited on
Commit
b06bcd4
1 Parent(s): a63b6ca

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -20,7 +20,9 @@ datasets:
20
  - datajuicer/the-pile-freelaw-refined-by-data-juicer
21
  - datajuicer/the-pile-hackernews-refined-by-data-juicer
22
  ---
23
-
 
 
24
  This is a reference LLM from [Data-Juicer](https://github.com/alibaba/data-juicer).
25
 
26
  The model architecture is LLaMA-1.3B and we adopt the [OpenLLaMA](https://github.com/openlm-research/open_llama) implementation.
 
20
  - datajuicer/the-pile-freelaw-refined-by-data-juicer
21
  - datajuicer/the-pile-hackernews-refined-by-data-juicer
22
  ---
23
+ ## News
24
+ Our first data-centric LLM competition begins! Please visit the competition's official websites, **FT-Data Ranker** ([1B Track](https://tianchi.aliyun.com/competition/entrance/532157), [7B Track](https://tianchi.aliyun.com/competition/entrance/532158)), for more information.
25
+ ## Instruction
26
  This is a reference LLM from [Data-Juicer](https://github.com/alibaba/data-juicer).
27
 
28
  The model architecture is LLaMA-1.3B and we adopt the [OpenLLaMA](https://github.com/openlm-research/open_llama) implementation.