nesemenpolkov commited on
Commit
73f9fe9
·
verified ·
1 Parent(s): 6c26a62

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -40,7 +40,7 @@ The model is specifically designed to extract the following entities from book r
40
  from gliner import GLiNER
41
 
42
  # Load the model
43
- model = GLiNER.from_pretrained("your_hf_username/model_name")
44
 
45
  # Example text
46
  text = "Азбука Морзе для чайников // Иванов П.П., Гущина И. А. 1999. 3 с."
 
40
  from gliner import GLiNER
41
 
42
  # Load the model
43
+ model = GLiNER.from_pretrained("nesemenpolkov/ruGliner-bookMeta")
44
 
45
  # Example text
46
  text = "Азбука Морзе для чайников // Иванов П.П., Гущина И. А. 1999. 3 с."