mirror of
https://github.com/huggingface/transformers.git
synced 2025-07-31 02:02:21 +06:00
Add Repository
import to the FLAX example script (#12501)
This commit is contained in:
parent
2df63282e0
commit
89a8739f0c
@ -1106,6 +1106,7 @@ just three lines of code:
|
||||
from flax import serialization
|
||||
from jax import random
|
||||
from flax import linen as nn
|
||||
from huggingface_hub import Repository
|
||||
|
||||
model = nn.Dense(features=5)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user