selfconstruct3d commited on
Commit
21ea5ad
·
verified ·
1 Parent(s): 165f4f8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -1,5 +1,7 @@
1
  !pip install gliner
2
 
 
 
3
  ### Load model directly from Hugging Face
4
  model = GLiNER.from_pretrained("selfconstruct3d/AITSecNER", load_tokenizer=True)
5
 
 
1
  !pip install gliner
2
 
3
+ from gliner import GLiNER
4
+
5
  ### Load model directly from Hugging Face
6
  model = GLiNER.from_pretrained("selfconstruct3d/AITSecNER", load_tokenizer=True)
7