Xenova HF Staff commited on
Commit
cd28d22
·
verified ·
1 Parent(s): 921f626

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -6,6 +6,8 @@ language:
6
  library_name: transformers.js
7
  license: mit
8
  pipeline_tag: feature-extraction
 
 
9
  ---
10
 
11
  # NeoBERT
@@ -38,4 +40,4 @@ print(f"{embeddings.shape=}") # (1, 768)
38
 
39
  ## Conversion
40
 
41
- The export script can be found at [./export.py](https://huggingface.co/onnx-community/NeoBERT-ONNX/blob/main/export.py).
 
6
  library_name: transformers.js
7
  license: mit
8
  pipeline_tag: feature-extraction
9
+ base_model:
10
+ - chandar-lab/NeoBERT
11
  ---
12
 
13
  # NeoBERT
 
40
 
41
  ## Conversion
42
 
43
+ The export script can be found at [./export.py](https://huggingface.co/onnx-community/NeoBERT-ONNX/blob/main/export.py).