Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -62,12 +62,10 @@ This dataset underwent a comprehensive process of loading, cleaning, processing,
|
|
62 |
### Sentence Similarity Analysis
|
63 |
- **Model Application**: The pre-trained Sentence Transformer model 'all-MiniLM-L6-v2' was used.
|
64 |
- **Sentence Comparison**: Identified the most similar sentence to each product name within the cleaned product descriptions.
|
65 |
-
- **Integration of Results**: Added the most similar sentences as a new column 'Most_Similar_Sentence'.
|
66 |
|
67 |
### Dataset Refinement
|
68 |
- **Column Selection**: Retained relevant columns for final dataset.
|
69 |
- **Image URL Processing**: Split multiple image URLs into individual URLs, removing specific unwanted URLs.
|
70 |
-
- **Column Renaming**: Renamed 'Most_Similar_Sentence' to 'Description'.
|
71 |
|
72 |
### Image Validation
|
73 |
- **Image URL Validation**: Implemented a function to verify the validity of each image URL.
|
|
|
62 |
### Sentence Similarity Analysis
|
63 |
- **Model Application**: The pre-trained Sentence Transformer model 'all-MiniLM-L6-v2' was used.
|
64 |
- **Sentence Comparison**: Identified the most similar sentence to each product name within the cleaned product descriptions.
|
|
|
65 |
|
66 |
### Dataset Refinement
|
67 |
- **Column Selection**: Retained relevant columns for final dataset.
|
68 |
- **Image URL Processing**: Split multiple image URLs into individual URLs, removing specific unwanted URLs.
|
|
|
69 |
|
70 |
### Image Validation
|
71 |
- **Image URL Validation**: Implemented a function to verify the validity of each image URL.
|