Instructions to use Labib11/pmc-uae with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Labib11/pmc-uae with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="Labib11/pmc-uae")# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("Labib11/pmc-uae") model = AutoModel.from_pretrained("Labib11/pmc-uae") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 1500
Browse files- model.safetensors +1 -1
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1340612432
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:794e71e443ed1a70ab6da59b293e245eb20928bdcfe1f8f263cc3328b39af3c5
|
| 3 |
size 1340612432
|