Instructions to use Magolor/deepstruct with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Magolor/deepstruct with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="Magolor/deepstruct")# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("Magolor/deepstruct") model = AutoModel.from_pretrained("Magolor/deepstruct") - Notebooks
- Google Colab
- Kaggle
Magolor commited on
Commit ·
a9d6ab6
1
Parent(s): 169665f
update MP
Browse files- .DS_Store +0 -0
- hub/.DS_Store +0 -0
- hub/MP/.DS_Store +0 -0
- hub/{10B → MP/10B}/mp_rank_00_model_states.pt +0 -0
- hub/MP/10B_1/mp_rank_00_model_states.pt +3 -0
- hub/{110M → MP/110M}/mp_rank_00_model_states.pt +0 -0
- hub/{220M → MP/220M}/mp_rank_00_model_states.pt +0 -0
- hub/{2B → MP/2B}/mp_rank_00_model_states.pt +0 -0
.DS_Store
ADDED
|
Binary file (10.2 kB). View file
|
|
|
hub/.DS_Store
ADDED
|
Binary file (10.2 kB). View file
|
|
|
hub/MP/.DS_Store
ADDED
|
Binary file (6.15 kB). View file
|
|
|
hub/{10B → MP/10B}/mp_rank_00_model_states.pt
RENAMED
|
File without changes
|
hub/MP/10B_1/mp_rank_00_model_states.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fff84198343df9999f6c84f95469a573282cde9add43f1a7e99185ac81c57732
|
| 3 |
+
size 19761512232
|
hub/{110M → MP/110M}/mp_rank_00_model_states.pt
RENAMED
|
File without changes
|
hub/{220M → MP/220M}/mp_rank_00_model_states.pt
RENAMED
|
File without changes
|
hub/{2B → MP/2B}/mp_rank_00_model_states.pt
RENAMED
|
File without changes
|