Open
Conversation
- Two-stage training script (adapt_model.py) with JSON config - Evaluation script (evaluate_embedding_model.py) for CLSD, STS, bitext mining - Sample training notebook and config - Noisy finetuning data (sampled/concat variants, LREC historical articles) - Clean and noisy CLSD evaluation datasets - STS-17 cross-lingual evaluation datasets - Multi-script random character noise generator - Large files (bitext JSONL, full TED/X-News CSVs) excluded - see READMEs for download links
43822b5 to
354bf49
Compare
… rename noise script folder - Migrate sample_training.ipynb and adapt_model.py to SentenceTransformerTrainer - Replace deprecated InputExample/DataLoader/model.fit with HFDataset/Trainer - Use bf16 only on Ampere+ GPUs (fixes CUDA assert on T4) - Replace warmup_ratio with warmup_steps (Transformers v5+ deprecation) - Rename generate_random_character_noise_latin_alphabet -> generate_random_character_noise - Remove torch CPU pins from requirements.txt (Colab compatibility) - Add accelerate>=0.26.0 to requirements.txt
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR adds the resources and code for the LREC OCR-robust multilingual embeddings recipe.
What's included
Datasets
ACL/subdirectoryCode