init readme
Browse files- README.md +26 -3
- model.safetensors.index.json +1 -2
README.md
CHANGED
|
@@ -1,3 +1,26 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: apache-2.0
|
| 3 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
base_model: Qwen/Qwen3-30B-A3B-Instruct-2507
|
| 4 |
+
pipeline_tag: text-generation
|
| 5 |
+
tags:
|
| 6 |
+
- large language models
|
| 7 |
+
- qwen3
|
| 8 |
+
- time series
|
| 9 |
+
- mid-training
|
| 10 |
+
- question-answering
|
| 11 |
+
arxiv:
|
| 12 |
+
library_name: transformers
|
| 13 |
+
---
|
| 14 |
+
|
| 15 |
+
# Thoth
|
| 16 |
+
|
| 17 |
+
Thoth introduces the first family of mid-trained LLMs specifically enhanced for time series understanding through a task- and domain-agnostic mid-training stage.
|
| 18 |
+
|
| 19 |
+
See https://github.com/thuml/Thoth for examples for using this model.
|
| 20 |
+
|
| 21 |
+
## Citation
|
| 22 |
+
|
| 23 |
+
If you find our work useful, please cite our paper as:
|
| 24 |
+
|
| 25 |
+
```
|
| 26 |
+
```
|
model.safetensors.index.json
CHANGED
|
@@ -1,6 +1,5 @@
|
|
| 1 |
{
|
| 2 |
"metadata": {
|
| 3 |
-
"total_parameters": 210944,
|
| 4 |
"total_size": 61064245248
|
| 5 |
},
|
| 6 |
"weight_map": {
|
|
@@ -18872,4 +18871,4 @@
|
|
| 18872 |
"model.layers.9.self_attn.v_proj.weight": "model-00003-of-00013.safetensors",
|
| 18873 |
"model.norm.weight": "model-00013-of-00013.safetensors"
|
| 18874 |
}
|
| 18875 |
-
}
|
|
|
|
| 1 |
{
|
| 2 |
"metadata": {
|
|
|
|
| 3 |
"total_size": 61064245248
|
| 4 |
},
|
| 5 |
"weight_map": {
|
|
|
|
| 18871 |
"model.layers.9.self_attn.v_proj.weight": "model-00003-of-00013.safetensors",
|
| 18872 |
"model.norm.weight": "model-00013-of-00013.safetensors"
|
| 18873 |
}
|
| 18874 |
+
}
|