prithivMLmods
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -10,4 +10,26 @@ library_name: transformers
|
|
10 |
pipeline_tag: text-generation
|
11 |
tags:
|
12 |
- Qwen2.5
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
---
|
|
|
10 |
pipeline_tag: text-generation
|
11 |
tags:
|
12 |
- Qwen2.5
|
13 |
+
- Llama-Cpp
|
14 |
+
- CoT
|
15 |
+
- o1-journey
|
16 |
+
- text-generation-inference
|
17 |
+
- safetensors
|
18 |
+
---
|
19 |
+
### Acrux-500M-o1-Journey Model Files:
|
20 |
+
|
21 |
+
| **File Name** | **Size** | **Description** | **Upload Status** |
|
22 |
+
|----------------------------|----------------|-------------------------------------------|--------------------|
|
23 |
+
| `.gitattributes` | 1.57 kB | Git attributes for managing LFS files. | Uploaded |
|
24 |
+
| `README.md` | 195 Bytes | Model overview or documentation. | Updated |
|
25 |
+
| `added_tokens.json` | 657 Bytes | Custom tokens for the tokenizer. | Uploaded |
|
26 |
+
| `config.json` | 859 Bytes | Model configuration file. | Uploaded |
|
27 |
+
| `generation_config.json` | 280 Bytes | Configuration for text generation. | Uploaded |
|
28 |
+
| `merges.txt` | 1.82 MB | Merge rules for byte-pair encoding (BPE). | Uploaded |
|
29 |
+
| `pytorch_model.bin` | 988 MB | Model weights (PyTorch format). | Uploaded (LFS) |
|
30 |
+
| `special_tokens_map.json` | 644 Bytes | Mapping for special tokens. | Uploaded |
|
31 |
+
| `tokenizer.json` | 11.4 MB | Full tokenizer configuration. | Uploaded (LFS) |
|
32 |
+
| `tokenizer_config.json` | 7.73 kB | Additional tokenizer settings. | Uploaded |
|
33 |
+
| `vocab.json` | 2.78 MB | Vocabulary for the tokenizer. | Uploaded |
|
34 |
+
|
35 |
---
|