Spaces:
Sleeping
Sleeping
File size: 1,349 Bytes
05d3571 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 |
# Laser Encoder: Sentiment Analysis
## Overview
In this tutorial, we'll explore the power of Language-Agnostic SEntence Representations ([LASER](https://github.com/facebookresearch/LASER)) for generating multilingual embeddings. We'll then use these embeddings to perform clustering on the [MASSIVE](https://github.com/alexa/massive) dataset. Our goal was to show that LASER embeddings can effectively group texts not only by their semantic content but also across different languages. LASER can encode sentences from multiple languages into a shared embedding space, allowing for cross-lingual understanding and comparison. We'll see how this capability is useful for tasks like multilingual embeddings clustering.
## Getting Started
To run the notebook in Google Colab, simply click the "Open in Colab" button below:
[](https://colab.research.google.com/github/Paulooh007/LASER/blob/laser-clustering/tasks/clustering/LaserClusteringExample.ipynb)
## Simple interactive Demo
To better understand this tutorial, you can checkout this interactive demo hosted on huggingface spaces.
[](https://huggingface.co/spaces/paulokewunmi/laser_multilingual_embeddings_viz)
|