Upload README.md with huggingface_hub
Browse files
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
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
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
|