Upload folder using huggingface_hub
Browse files- README.md +6 -22
- config.json +13 -0
- model.safetensors +3 -0
README.md
CHANGED
|
@@ -1,26 +1,10 @@
|
|
| 1 |
---
|
| 2 |
tags:
|
| 3 |
-
-
|
|
|
|
| 4 |
---
|
| 5 |
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
This model repository was generated by [ML Intern](https://github.com/huggingface/ml-intern), an agent for machine learning research and development on the Hugging Face Hub.
|
| 12 |
-
|
| 13 |
-
- Try ML Intern: https://smolagents-ml-intern.hf.space
|
| 14 |
-
- Source code: https://github.com/huggingface/ml-intern
|
| 15 |
-
|
| 16 |
-
## Usage
|
| 17 |
-
|
| 18 |
-
```python
|
| 19 |
-
from transformers import AutoModelForCausalLM, AutoTokenizer
|
| 20 |
-
|
| 21 |
-
model_id = 'mohan170802/Kronos-NSE-bull'
|
| 22 |
-
tokenizer = AutoTokenizer.from_pretrained(model_id)
|
| 23 |
-
model = AutoModelForCausalLM.from_pretrained(model_id)
|
| 24 |
-
```
|
| 25 |
-
|
| 26 |
-
For non-causal architectures, replace `AutoModelForCausalLM` with the appropriate `AutoModel` class.
|
|
|
|
| 1 |
---
|
| 2 |
tags:
|
| 3 |
+
- model_hub_mixin
|
| 4 |
+
- pytorch_model_hub_mixin
|
| 5 |
---
|
| 6 |
|
| 7 |
+
This model has been pushed to the Hub using the [PytorchModelHubMixin](https://huggingface.co/docs/huggingface_hub/package_reference/mixins#huggingface_hub.PyTorchModelHubMixin) integration:
|
| 8 |
+
- Code: [More Information Needed]
|
| 9 |
+
- Paper: [More Information Needed]
|
| 10 |
+
- Docs: [More Information Needed]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
config.json
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"attn_dropout_p": 0.0,
|
| 3 |
+
"d_model": 832,
|
| 4 |
+
"ff_dim": 2048,
|
| 5 |
+
"ffn_dropout_p": 0.2,
|
| 6 |
+
"learn_te": true,
|
| 7 |
+
"n_heads": 16,
|
| 8 |
+
"n_layers": 12,
|
| 9 |
+
"resid_dropout_p": 0.2,
|
| 10 |
+
"s1_bits": 10,
|
| 11 |
+
"s2_bits": 10,
|
| 12 |
+
"token_dropout_p": 0.0
|
| 13 |
+
}
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3a4c80b2568b2ebee7a33ce364a7a921493f14d45ba1facbac2b662c0f9cc89a
|
| 3 |
+
size 409264008
|