Update README.md
Browse files
README.md
CHANGED
@@ -21,11 +21,11 @@ Bittensor's decentralized subnet 9 facilitated the development and release of th
|
|
21 |
|
22 |
**Training subnetwork :** 9
|
23 |
|
24 |
-
**Checkpoint :**
|
25 |
|
26 |
[**Subnet 9 Network Leaderboard**](https://huggingface.co/spaces/RaoFoundation/pretraining-leaderboard)
|
27 |
|
28 |
-
[**Top Bittensor Model Checkpoint**](https://huggingface.co/
|
29 |
|
30 |
### Inference
|
31 |
|
@@ -34,7 +34,7 @@ from transformers import AutoTokenizer, AutoModelForCausalLM
|
|
34 |
import transformers
|
35 |
import torch
|
36 |
|
37 |
-
model = "CortexLM/btlm-7b-base-v0.
|
38 |
|
39 |
tokenizer = AutoTokenizer.from_pretrained(model)
|
40 |
pipeline = transformers.pipeline(
|
|
|
21 |
|
22 |
**Training subnetwork :** 9
|
23 |
|
24 |
+
**Checkpoint :** 03-05-2024
|
25 |
|
26 |
[**Subnet 9 Network Leaderboard**](https://huggingface.co/spaces/RaoFoundation/pretraining-leaderboard)
|
27 |
|
28 |
+
[**Top Bittensor Model Checkpoint**](https://huggingface.co/tensorplex-labs/pretraining-sn9-7B-1)
|
29 |
|
30 |
### Inference
|
31 |
|
|
|
34 |
import transformers
|
35 |
import torch
|
36 |
|
37 |
+
model = "CortexLM/btlm-7b-base-v0.1"
|
38 |
|
39 |
tokenizer = AutoTokenizer.from_pretrained(model)
|
40 |
pipeline = transformers.pipeline(
|