Instructions to use NbAiLabArchive/test_OSCAR_flax with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use NbAiLabArchive/test_OSCAR_flax with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="NbAiLabArchive/test_OSCAR_flax", device_map="auto")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("NbAiLabArchive/test_OSCAR_flax") model = AutoModelForMaskedLM.from_pretrained("NbAiLabArchive/test_OSCAR_flax", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Saving weights and logs of step 132500
Browse files
events.out.tfevents.1638828930.t1v-n-d4d6e0cd-w-0.721231.0.v2
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e372e42737a0d65960f8c4595126f0278c2a8951e17da214d9d6c34907cb6481
|
| 3 |
+
size 19098261
|
flax_model.msgpack
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 498796983
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0a938190ae9216856397869639c4a130615678d7359b0f11a9b37ffaabf503ac
|
| 3 |
size 498796983
|