Ik45 commited on
Commit
db3a7cf
·
verified ·
1 Parent(s): 920ce79

Update README.md

Browse files

![workflow](https://cdn-uploads.huggingface.co/production/uploads/69155e65b0eda273f94fad22/KTI1YrkUAy-VIXxfcfVE5.png)

Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -73,6 +73,8 @@ Cross-Lingual Embeddings: The paraphrase-multilingual-MiniLM-L12-v2 model from H
73
 
74
  Similarity Calculation: The score column represents the Cosine Similarity between the English and Indonesian sentence embeddings. This method effectively matches sentences with the same underlying meaning, even if they are not literal word-for-word translations or if the sentence structures differ between the two languages.
75
 
 
 
76
  Usage Limitations & Tips
77
  Filtering by Quality: Users are strongly encouraged to filter the dataset based on the score column. For strict machine translation tasks, filtering pairs with a higher score threshold (e.g., score > 0.85 or 0.90) will yield the highest quality parallel data. Lower scores can be retained for general pre-training or broader language modeling.
78
 
 
73
 
74
  Similarity Calculation: The score column represents the Cosine Similarity between the English and Indonesian sentence embeddings. This method effectively matches sentences with the same underlying meaning, even if they are not literal word-for-word translations or if the sentence structures differ between the two languages.
75
 
76
+ ![Dataset Creation Workflow](workflow.png)
77
+
78
  Usage Limitations & Tips
79
  Filtering by Quality: Users are strongly encouraged to filter the dataset based on the score column. For strict machine translation tasks, filtering pairs with a higher score threshold (e.g., score > 0.85 or 0.90) will yield the highest quality parallel data. Lower scores can be retained for general pre-training or broader language modeling.
80