qicao-apple commited on
Commit
508b89b
1 Parent(s): 67efbea

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +10 -12
README.md CHANGED
@@ -12,18 +12,16 @@ We introduce **OpenELM**, a family of **Open**-source **E**fficient **L**anguage
12
 
13
  Our pre-training dataset contains RefinedWeb, deduplicated PILE, a subset of RedPajama, and a subset of Dolma v1.6, totaling approximately 1.8 trillion tokens.
14
 
15
- See below table for the page of each model:
16
-
17
- | **Models** |
18
- |-----------------------------------------------------------------------------|
19
- | [OpenELM-270M](https://huggingface.co/apple/OpenELM-270M) |
20
- | [OpenELM-450M](https://huggingface.co/apple/OpenELM-450M) |
21
- | [OpenELM-1_1B](https://huggingface.co/apple/OpenELM-1_1B) |
22
- | [OpenELM-3B](https://huggingface.co/apple/OpenELM-3B) |
23
- | [OpenELM-270M-Instruct](https://huggingface.co/apple/OpenELM-270M-Instruct) |
24
- | [OpenELM-450M-Instruct](https://huggingface.co/apple/OpenELM-450M-Instruct) |
25
- | [OpenELM-1_1B-Instruct](https://huggingface.co/apple/OpenELM-1_1B-Instruct) |
26
- | [OpenELM-3B-Instruct](https://huggingface.co/apple/OpenELM-3B-Instruct) |
27
 
28
 
29
  ```python
 
12
 
13
  Our pre-training dataset contains RefinedWeb, deduplicated PILE, a subset of RedPajama, and a subset of Dolma v1.6, totaling approximately 1.8 trillion tokens.
14
 
15
+ See the list below for the details of each model:
16
+
17
+ - [OpenELM-270M](https://huggingface.co/apple/OpenELM-270M)
18
+ - [OpenELM-450M](https://huggingface.co/apple/OpenELM-450M)
19
+ - [OpenELM-1_1B](https://huggingface.co/apple/OpenELM-1_1B)
20
+ - [OpenELM-3B](https://huggingface.co/apple/OpenELM-3B)
21
+ - [OpenELM-270M-Instruct](https://huggingface.co/apple/OpenELM-270M-Instruct)
22
+ - [OpenELM-450M-Instruct](https://huggingface.co/apple/OpenELM-450M-Instruct)
23
+ - [OpenELM-1_1B-Instruct](https://huggingface.co/apple/OpenELM-1_1B-Instruct)
24
+ - [OpenELM-3B-Instruct](https://huggingface.co/apple/OpenELM-3B-Instruct)
 
 
25
 
26
 
27
  ```python