prithivMLmods
commited on
Commit
•
50fbb08
1
Parent(s):
a252ee4
Update README.md
Browse files
README.md
CHANGED
@@ -16,4 +16,23 @@ tags:
|
|
16 |
- 4bit
|
17 |
- Qwen2.5
|
18 |
- text-generation-inference
|
19 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
- 4bit
|
17 |
- Qwen2.5
|
18 |
- text-generation-inference
|
19 |
+
---
|
20 |
+
### QwQ-4B-Instruct-Model-Files
|
21 |
+
|
22 |
+
| **File Name** | **Size** | **Description** | **Upload Status** |
|
23 |
+
|----------------------------------|-----------------|---------------------------------------------------|-------------------|
|
24 |
+
| `.gitattributes` | 1.57 kB | Tracks files stored with Git LFS. | Uploaded |
|
25 |
+
| `README.md` | 271 Bytes | Basic project documentation. | Updated |
|
26 |
+
| `added_tokens.json` | 657 Bytes | Specifies additional tokens for the tokenizer. | Uploaded |
|
27 |
+
| `config.json` | 1.26 kB | Detailed model configuration file. | Uploaded |
|
28 |
+
| `generation_config.json` | 281 Bytes | Configuration for text generation settings. | Uploaded |
|
29 |
+
| `merges.txt` | 1.82 MB | Byte pair encoding (BPE) merge rules for tokenizer.| Uploaded |
|
30 |
+
| `model-00001-of-00002.safetensors`| 4.46 GB | Part 1 of the model weights in safetensors format.| Uploaded (LFS) |
|
31 |
+
| `model-00002-of-00002.safetensors`| 1.09 GB | Part 2 of the model weights in safetensors format.| Uploaded (LFS) |
|
32 |
+
| `model.safetensors.index.json` | 124 kB | Index file for safetensors model sharding. | Uploaded |
|
33 |
+
| `special_tokens_map.json` | 644 Bytes | Mapping of special tokens (e.g., <PAD>, <EOS>). | Uploaded |
|
34 |
+
| `tokenizer.json` | 11.4 MB | Complete tokenizer configuration. | Uploaded (LFS) |
|
35 |
+
| `tokenizer_config.json` | 7.73 kB | Settings for the tokenizer integration. | Uploaded |
|
36 |
+
| `vocab.json` | 2.78 MB | Vocabulary file containing token-to-id mappings. | Uploaded |
|
37 |
+
|
38 |
+
---
|