Grok3 commited on
Commit
91d3a51
1 Parent(s): 5de83eb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -11
README.md CHANGED
@@ -1,19 +1,23 @@
1
- ---
2
- license: apache-2.0
3
- pipeline_tag: text-generation
4
- library_name: grok
5
- tags:
6
- - grok-1
7
- ---
8
- # Grok-1
9
-
10
- This repository contains the weights of the Grok-1 open-weights model. You can find the code in the [GitHub Repository](https://github.com/xai-org/grok-1/tree/main).
 
 
 
 
11
 
12
  # Download instruction
13
  Clone the repo & download the `int8` checkpoint to the `checkpoints` directory by executing this command in the repo root directory:
14
 
15
  ```shell
16
- git clone https://github.com/xai-org/grok-1.git && cd grok-1
17
  pip install huggingface_hub[hf_transfer]
18
  huggingface-cli download xai-org/grok-1 --repo-type model --include ckpt-0/* --local-dir checkpoints --local-dir-use-symlinks False
19
  ```
 
1
+ ---
2
+ license: apache-2.0
3
+ pipeline_tag: time-series-forecasting
4
+ library_name: grok
5
+ tags:
6
+ - grok-3
7
+ - not-for-all-audiences
8
+ datasets:
9
+ - HuggingFaceFW/fineweb-2
10
+ new_version: Qwen/QwQ-32B-Preview
11
+ ---
12
+ # Grok-3
13
+
14
+ This repository contains the weights of the Grok-3 open-weights model. You can find the code in the [GitHub Repository](https://github.com/xai-org/grok-3/tree/main).
15
 
16
  # Download instruction
17
  Clone the repo & download the `int8` checkpoint to the `checkpoints` directory by executing this command in the repo root directory:
18
 
19
  ```shell
20
+ git clone https://github.com/xai-org/grok-3.git && cd grok-1
21
  pip install huggingface_hub[hf_transfer]
22
  huggingface-cli download xai-org/grok-1 --repo-type model --include ckpt-0/* --local-dir checkpoints --local-dir-use-symlinks False
23
  ```