Instructions to use pere/nb-nn-dev with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use pere/nb-nn-dev with Transformers:
# Use a pipeline as a high-level helper # Warning: Pipeline type "translation" is no longer supported in transformers v5. # You must load the model directly (see below) or downgrade to v4.x with: # 'pip install "transformers<5.0.0' from transformers import pipeline pipe = pipeline("translation", model="pere/nb-nn-dev")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("pere/nb-nn-dev", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Saving weights and logs of epoch 6
Browse files
events.out.tfevents.1630881567.t1v-n-1a0a7c50-w-0.3179806.3.v2
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4db77bc2a173b891ee1e626136e8899f5fc6409038a81a2df97339aea7fa4ad8
|
| 3 |
+
size 718395
|
flax_model.msgpack
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1100762015
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5fe3762aac25de79ac89d75581bfcbc3bfd701c3f616afa4b7341e97c6414497
|
| 3 |
size 1100762015
|