Orzumurod commited on
Commit
dc58bc7
·
verified ·
1 Parent(s): 4ccb323

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -87,17 +87,19 @@ embeddings = model.encode(sentences)
87
  # Compute similarity
88
  similarity = model.similarity(embeddings[0], embeddings[1])
89
  print(f"Similarity Score: {similarity.item():.2f}")
 
90
 
 
91
  SentenceTransformer(
92
  (0): Transformer({'max_seq_length': 512, 'do_lower_case': False, 'architecture': 'ModernBertModel'})
93
  (1): Pooling({'word_embedding_dimension': 768, 'pooling_mode_mean_tokens': True})
94
  )
 
95
 
96
-
97
  @misc{modernuzbert2026,
98
  author = {Orzumurod},
99
  title = {ModernUzBERT: Advanced Semantic Embeddings for the Uzbek Language},
100
- year = {2026},
101
  publisher = {Hugging Face},
102
  howpublished = {\url{[https://huggingface.co/Orzumurod/ModernUzBERT](https://huggingface.co/Orzumurod/ModernUzBERT)}}
103
  }
 
87
  # Compute similarity
88
  similarity = model.similarity(embeddings[0], embeddings[1])
89
  print(f"Similarity Score: {similarity.item():.2f}")
90
+ ```
91
 
92
+ ```
93
  SentenceTransformer(
94
  (0): Transformer({'max_seq_length': 512, 'do_lower_case': False, 'architecture': 'ModernBertModel'})
95
  (1): Pooling({'word_embedding_dimension': 768, 'pooling_mode_mean_tokens': True})
96
  )
97
+ ```
98
 
99
+ ```bibtex
100
  @misc{modernuzbert2026,
101
  author = {Orzumurod},
102
  title = {ModernUzBERT: Advanced Semantic Embeddings for the Uzbek Language},
 
103
  publisher = {Hugging Face},
104
  howpublished = {\url{[https://huggingface.co/Orzumurod/ModernUzBERT](https://huggingface.co/Orzumurod/ModernUzBERT)}}
105
  }