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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -22,7 +22,7 @@ datasets:
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.
 
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
+ ## Introduction
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.