diff --git a/.gitattributes b/.gitattributes index 6f9fd663e04e981c2a06cc0a7502ac2d818a93eb..0ca73b5096b2af444130555316d903aa82cc8d4a 100644 --- a/.gitattributes +++ b/.gitattributes @@ -35,3 +35,7 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text *tfevents* filter=lfs diff=lfs merge=lfs -text chroma_db/chroma.sqlite3 filter=lfs diff=lfs merge=lfs -text milvus_llamaindex.db filter=lfs diff=lfs merge=lfs -text +data/csv/t_sur_media_sync_es.csv filter=lfs diff=lfs merge=lfs -text +data/csv/t_sur_models_info.csv filter=lfs diff=lfs merge=lfs -text +data/pdf/alice.pdf filter=lfs diff=lfs merge=lfs -text +tests/chroma_db/chroma.sqlite3 filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..70e0e55b5e73946d9889990a10f9c6e910f2b8aa --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +**/__pycache__ +.env \ No newline at end of file diff --git a/None/testing_chat_store.json b/None/testing_chat_store.json new file mode 100644 index 0000000000000000000000000000000000000000..fe051dc55822885ea2fd6690d0819a959dfd69da --- /dev/null +++ b/None/testing_chat_store.json @@ -0,0 +1 @@ +{"store": {}, "class_name": "SimpleChatStore"} \ No newline at end of file diff --git a/README.md b/README.md index 31bca70e33fd4e7e5d2e7b8ba5f08fc951743b74..c04018eaa8563d95005f3ac1829c9f246039f5d1 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ --- title: SexBot -app_file: roleplay_gradio.py +app_file: ./tests/roleplay_gradio.py sdk: gradio sdk_version: 5.10.0 --- diff --git a/api.py b/api.py new file mode 100644 index 0000000000000000000000000000000000000000..63d0c575a6287153a811a8b81fed82fc6e3acc09 --- /dev/null +++ b/api.py @@ -0,0 +1,27 @@ +from fastapi import FastAPI +from routers.sql_chat import sql_chat_router, chat_store_manager, roleplay_router +from dotenv import load_dotenv +import uvicorn, os + +BASE=os.path.dirname(os.path.abspath(__file__)) +load_dotenv() + +app = FastAPI( + title="chat", + description="chatbot", +) + +app.include_router(sql_chat_router) +app.include_router(chat_store_manager) +app.include_router(roleplay_router) + +if __name__ == "__main__": + uvicorn.run( + "api:app", + host="0.0.0.0", + port=8000, + loop="asyncio", + workers=8, + timeout_keep_alive=60, + access_log=True + ) diff --git a/data/config.yaml b/data/config.yaml new file mode 100644 index 0000000000000000000000000000000000000000..6f5078ee0492e88da34ec20ef4012a28a1794fb7 --- /dev/null +++ b/data/config.yaml @@ -0,0 +1,26 @@ +PDF_FILES: +- /data1/home/purui/projects/chatbot/data/pdf/alice.pdf +PDF_PATH: /data1/home/purui/projects/chatbot/data/pdf +ROOT: /data1/home/purui/projects/chatbot/data +TXT_FILES: +- /data1/home/purui/projects/chatbot/data/txt/Female orgasms_ Different types & + how to climax.txt +- /data1/home/purui/projects/chatbot/data/txt/Orgasm & Female Orgasm_ How many types + of orgasm are there_.txt +- /data1/home/purui/projects/chatbot/data/txt/Blowjobs_ What Are They and How to Give + One.txt +- /data1/home/purui/projects/chatbot/data/txt/Female Orgasm_ Types, Feeling, and How + to Have One.txt +- /data1/home/purui/projects/chatbot/data/txt/Oral Sex_ 36 Tips, Techniques, Positions + for the Vagina, Penis, Anus.txt +- /data1/home/purui/projects/chatbot/data/txt/11 Steps To Make A Woman Orgasm (The + Basics & Beyond).txt +- /data1/home/purui/projects/chatbot/data/txt/Female orgasm_ Everything you need to + know.txt +- /data1/home/purui/projects/chatbot/data/txt/27 Orgasmic Blow Job Tips To Make Your + Man Explode!.txt +- "/data1/home/purui/projects/chatbot/data/txt/How to Give a Blow Job \u2014 42 Blow\ + \ Job Tips From Experts.txt" +- /data1/home/purui/projects/chatbot/data/txt/How to Make a Woman Orgasm, According + to Research.txt +TXT_PATH: /data1/home/purui/projects/chatbot/data/txt diff --git a/data/csv/t_sur_media_sync_es.csv b/data/csv/t_sur_media_sync_es.csv new file mode 100644 index 0000000000000000000000000000000000000000..eae84c8eb009b72492944d7671b98d9b0e94959e --- /dev/null +++ b/data/csv/t_sur_media_sync_es.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec17a0270fe2f06ec0b6d3d77a86dbf9db17347f0c1e0a7ede373893736feec4 +size 228215687 diff --git a/data/csv/t_sur_models_info.csv b/data/csv/t_sur_models_info.csv new file mode 100644 index 0000000000000000000000000000000000000000..0f3f2c4428842b596cfb44a18c8a8103931d148f --- /dev/null +++ b/data/csv/t_sur_models_info.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0402bb15d536fa47a4630c504082f068a86b83e81ccba799de76e98a48595c37 +size 100011589 diff --git a/data/pdf/alice.pdf b/data/pdf/alice.pdf new file mode 100644 index 0000000000000000000000000000000000000000..50805fdd3d83be49bd6201374aabda66f180f2dd --- /dev/null +++ b/data/pdf/alice.pdf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31ffbb580c5c2d8ad6137f69346038e3a9e410961872390d7e50ac58ec120bb0 +size 175735 diff --git a/data/txt/blog/11 Steps To Make A Woman Orgasm (The Basics & Beyond).txt b/data/txt/blog/11 Steps To Make A Woman Orgasm (The Basics & Beyond).txt new file mode 100644 index 0000000000000000000000000000000000000000..03c0703a6efa7e64119063764b024924411b42a5 --- /dev/null +++ b/data/txt/blog/11 Steps To Make A Woman Orgasm (The Basics & Beyond).txt @@ -0,0 +1,4 @@ +11 Steps To Make A Woman Orgasm (The Basics & Beyond) +Https, Www.Facebook.Com Morganmandriotawriter +None +Hartzell likes to refer to sex toys as the "hearing aid for the clitoris" because vibrators can help speed the process along and provide more intense orgasms that manual or oral stimulation may not offer. Experiment with different types of pleasure products and sensations before, during, or after penetrative sex to stimulate the clitoris and inspire maximum pleasure (and perhaps even multiple orgasms). \ No newline at end of file diff --git a/data/txt/blog/Blowjobs_ What Are They and How to Give One.txt b/data/txt/blog/Blowjobs_ What Are They and How to Give One.txt new file mode 100644 index 0000000000000000000000000000000000000000..89b14dea7a2a69f56f7909a1ce5691d2a51bacd6 --- /dev/null +++ b/data/txt/blog/Blowjobs_ What Are They and How to Give One.txt @@ -0,0 +1,20 @@ +Blowjobs: What Are They and How to Give One + +None +What Is a Blowjob? + +Oral sex is the act of stimulating a partner’s genitals or anus with your mouth and tongue. A blowjob, sometimes called fellatio, is a type of oral sex in which a person stimulates their partner’s penis with their mouth and tongue. It can include licking, sucking, kissing, or any other activity that involves the mouth. + +A blowjob, also known as fellatio, is when someone uses their mouth to stimulate their partner's penis. (Illustration: WebMD) + +Blowjobs, along with other types of oral sex, are often part of foreplay before vaginal or anal penetration. But you can give or receive a blowjob on its own, or during or after intercourse. + +Research suggests that most people have oral sex before their first experience with vaginal or anal penetration. + +Who can give and receive blowjobs? + +Any consenting adult can give a blowjob, whatever their gender or sexual orientation. Any consenting adult with a penis can receive a blowjob. + +What is it like to give or receive a blowjob? + +Sensations could range from discomfort to extreme pleasure, so focus on what feels good for both partners while you’re discovering oral sex. Keep in mind that each person's anatomy, smell, and taste are different, and so is what they find pleasurable. If you feel uncomfortable at any point, don’t be afraid to stop or change what you're doing, or to ask your partner to do so. \ No newline at end of file diff --git a/data/txt/blog/Female Orgasm_ Types, Feeling, and How to Have One.txt b/data/txt/blog/Female Orgasm_ Types, Feeling, and How to Have One.txt new file mode 100644 index 0000000000000000000000000000000000000000..ff13b6d89346696d40373f2ff338ea23a221eb42 --- /dev/null +++ b/data/txt/blog/Female Orgasm_ Types, Feeling, and How to Have One.txt @@ -0,0 +1,40 @@ +Female Orgasm: Types, Feeling, and How to Have One +Adrienne Santos-Longhurst, How We Reviewed This Article +None +You can orgasm from stimulation to the clitoris, vagina, or cervix — or some combination of the three. You may also be able to orgasm from stimulating other areas of the body as well. “Female orgasm” is an all-encompassing term for any type of orgasm related to vulva and vagina. It could be clitoral, vaginal, even cervical — or a mix of all three. That said, your genitalia isn’t your only option when it comes to reaching the big O. Read on for tips on where to touch, how to move, why it works, and more. + +Clitoral orgasm Direct or indirect stimulation of the clitoris can lead to a clitoral orgasm. When you get your rub on just right, you’ll feel the sensation build in your pleasure bud and peak. Try this Your fingers, palm, or a small vibrator can all help you have a clitoral orgasm. Make sure your clitoris is wet and begin gently rubbing in an up-and-down, circular, or side-to-side motion. As it begins to feel good, apply faster and harder pressure in a repetitive motion. When you feel your pleasure intensify, apply even more pressure to the motion to take yourself over the edge. + +Vaginal orgasm Although few people can climax with vaginal stimulation alone, it sure can be fun trying! If you’re able to make it happen, prepare for an intense climax that can be felt deep inside your body. The front vaginal wall is also home to the anterior fornix or A-spot. Older research suggests that stimulating the A-spot can result in intense lubrication and even orgasm. Try this Fingers or a sex toy should do the trick. Since the pleasure comes from the vaginal walls, you’ll want to experiment with width. Do this by inserting an extra finger or two into the vagina, or try a dildo with some extra girth. To stimulate the A-spot, focus the pressure on the front wall of the vagina while sliding your fingers or toy in and out. Stick with the pressure and motion that feels the best, and let the pleasure mount. + +Cervical orgasm Cervical stimulation has the potential to lead to a full-body orgasm that can send waves of tingly pleasure from your head to your toes. And this is an orgasm that can keep on giving, lasting quite a while for some. Try this Being relaxed and aroused is key to cervical orgasm. Use your imagination, rub your clitoris, or let a partner work some manual magic. Your cervix is the lower end of your uterus, so reaching it means going in deep. The doggy-style position allows for deep penetration, so try being on all fours with a penetrative toy or partner. Start off slow, gradually working your way deeper until you find a depth that feels good, and keep at it so the pleasure can build. + +Combination or combined orgasm A combo orgasm may happen if you pleasure your vagina and clitoris simultaneously. The result: a powerful climax that you can feel inside and out. Try this Use both your hands to double your pleasure, or combine fingers and sex toys. Rabbit vibrators, for example, can stimulate the clitoris and vagina at the same time and are perfect for mastering the combo orgasm. Use parallel rhythms while playing with your clitoris and vagina, or switch it up with fast clitoral action and slow vaginal penetration. + +You can orgasm from other stimulation, too The genitals are awesome, but they’re not your only option. Your body is full of erogenous zones with orgasmic potential. Nipple According to a 2011 study, when stimulated, your nipples set your genital sensory cortex ablaze. This is the same area of the brain that lights up during vaginal or clitoral stimulation. Nipple orgasms are said to sneak up on you and then explode in waves of full-body pleasure. Yes, please! Try this: Use your hands to caress and squeeze your breasts and other parts of your body, avoiding the nipples at first. Move on to teasing your areola by tracing it with your fingertips until you’re turned on, then show your nipples some love by rubbing and pinching them until you reach maximum pleasure. Anal You don’t need to have a prostate to have an anal orgasm. Anal play can be pleasurable for anyone if you have enough lube and take your time. You can indirectly stimulate erogenous zones within the vagina using a finger or sex toy. Try this: Apply ample lube with your fingers and massage it around the outside and inside of the anus. Slowly and gently insert your sex toy or finger into your anus. Start with a gentle in-and-out motion, then move in a circular motion. Alternate between the two and pick up the pace as your pleasure builds. Erogenous zones Your body is truly a wonderland. The neck, ears, and lower back, for example, are rich in erotically charged nerve endings begging to be touched. We can’t say exactly which parts of your body will drive you to the brink, but we can tell you that everyone has erogenous zones, and finding them is worth the effort. Try this: Take a feather or silky scarf and use it to find your body’s most sensitive areas. Get naked and relax so you can focus on every tingle. Take note of these spots, and try experimenting with different sensations, like squeezing or pinching. Practice makes perfect, so take pleasure in these areas and keep at it to see how far you can go. + +Where does the G-spot come in? The G-spot is an area along the front wall of your vagina. For some people, it can produce a very intense and very wet orgasm when stimulated. Your fingers or a curved G-spot vibrator are the best way to hit the spot. Squatting will give you the best angle. Try this: Squat with the back of your thighs close to or touching your heels, and insert your fingers or toy into your vagina. Curl your fingers toward your belly button and move them in a “come here” motion. If you happen to find an area that feels especially good, keep going — even if you feel like you have to pee — and enjoy the full-body release. + +What happens in the body when you orgasm? Everyone’s body is different, and so are orgasms. Some are more intense than others. Some last longer than others. Some are wetter than others. What physically happens during orgasm is: Your vagina and uterus contract rapidly. + +You experience involuntary muscle contractions in other parts, like your abdomen and feet. + +Your heart rate and breathing quicken. + +Your blood pressure increases. You may feel a sudden relief of tension or even ejaculate. + +What makes a female orgasm different from a male orgasm? It may be surprising, but they’re not all that different. Both involve increased blood flow to the genitals, faster breathing and heart rate, and muscle contractions. Where they typically differ is in duration and recovery — also known as afterglow. Female orgasm may also last longer, ranging from 13 to 51 seconds on average, while male orgasm often ranges from 10 to 30 seconds. People with a penis typically have a refractory phase. Orgasms aren’t possible during this period, lasting from minutes to days. People with a clitoris may also go through a similar phase. A 2009 study involving 174 university students found that 96% of female participants experienced hypersensitivity in the clitoris following orgasm. Remember, the range of the refractory phase varies from person to person. Your own experience is unique to you. Then there’s ejaculation. For a person with a penis, contractions force semen into the urethra and out of the penis. And speaking of ejaculation … + +Is female ejaculation a thing? Yes! And it’s a fairly common thing. A 2013 research review of female ejaculation found that 10% to 54% of participants experienced ejaculation during orgasm. Ejaculation occurs when fluid is expelled from your urethral opening during orgasm or sexual arousal. The ejaculate is a thick, whitish fluid that resembles watered-down milk. It contains some of the same components as semen. + +What’s the orgasm gap? The orgasm gap refers to the gap between the number of male and female orgasms in heterosexual sex, where those with female genitalia are getting the shorter end of the stick. A 2018 study on orgasms in heterosexual newlywed couples found that 87% of husbands and only 49% of wives reported consistently experiencing orgasms during sexual activity. Why the gap? Researchers don’t know for certain. Some argue it could be biological, while others blame cultural and societal perspectives and a lack of education when it comes to pleasure. + +What can you try if you’ve never had an orgasm before? If you have a vulva and vagina, you know that real-life orgasms can be pretty different from what they show on TV. The first thing you should do is take the pressure off so you can enjoy yourself. Instead, take the time to get to know your body and concentrate on how it feels. You may find it helpful to: Get comfy somewhere you won’t be interrupted or distracted, like in bed or the bath. + +Try reading an erotic story or using your imagination to get yourself in the mood. + +Massage the fleshy area above your clitoris and the outer and inner lips of your vulva until you begin to get wet. You can also apply lube. + +Start rubbing your clitoris over the hood and find a rhythm that feels good. + +Rub faster and harder, increasing the speed and pressure to intensify the feeling until it releases. If you don’t orgasm, you can always try again. Trying new things is the best way to figure out what turns you on and how to orgasm. \ No newline at end of file diff --git a/data/txt/blog/Female orgasm_ Everything you need to know.txt b/data/txt/blog/Female orgasm_ Everything you need to know.txt new file mode 100644 index 0000000000000000000000000000000000000000..1a3686a69e68bf0cca18df62e26ad152058f56ff --- /dev/null +++ b/data/txt/blog/Female orgasm_ Everything you need to know.txt @@ -0,0 +1,74 @@ +Female orgasm: Everything you need to know +Zawn Villines, How We Reviewed This Article +None +A female orgasm can be a highly pleasurable experience during masturbation or sexual activity. While orgasms may not provide a direct reproductive benefit, the pleasure may help improve mood and relieve stress. In this article, we look at why female orgasms occur and what happens during an orgasm. We also debunk some common misconceptions. + +Causes Share on Pinterest honey and milk/Getty Images Orgasms are a response to sexual stimulation. The female orgasm can result from many types of stimulation, including vaginal, clitoral, and nipple contact. While vaginal orgasms are less common than those from clitoral stimulation, some women have them — with or without other stimulation. Not everyone orgasms from the same type of stimulation. + +What happens during an orgasm? During arousal, blood flow to the genitals increases, causing them to become more sensitive. As arousal increases, a person’s heart rate, blood pressure, and breathing rate may also increase. As orgasm approaches, the muscles may twitch or spasm. Many women experience rhythmic muscle spasms in the vagina during an orgasm. Orgasms may follow the following stages: excitement, during which arousal builds + +plateau, during which arousal increases and levels off + +orgasm, which causes intense feelings of pleasure + +resolution, during which arousal diminishes Many females can have another orgasm after resolution, whereas males usually require a period of rest before having another orgasm. A note about sex and gender Sex and gender exist on spectrums. This article will use the terms “male,” “female,” or both to refer to sex assigned at birth. Click here to learn more. + +What does it feel like? Orgamsms can feel different for all people, and they may report their experiences in different language. However, people typically experience intense feelings of pleasure in the genitals and throughout the body. The release of endorphins following an orgasm may cause people to feel happy and relaxed. The skin may also flush. Women may also experience vaginal contractions during and after an orgasm, and ejaculation is also possible. + +Why do females orgasm? The purpose of the female orgasm is less clear than that of the male orgasm. Researchers have suggested numerous potential benefits, but few have been rigorously tested, and no theory has conclusive scientific support. A 2016 study argues that the female orgasm may have no obvious evolutionary benefit and that it may be a relic of a time when the hormones associated with orgasm were necessary for a woman to ovulate. Since there was no evolutionary need to eliminate the female orgasm, it persisted even when it was no longer necessary for fertility. Orgasm may serve important purposes, however. The pleasure it can cause can encourage females to have sex. This may also promote bonding with a sexual partner, which does have significant evolutionary benefits. + +Health benefits While the internet is filled with articles promising that orgasms improve skin, hair, and overall health, there is little scientific evidence that orgasms offer any specific health benefits. Scientists have not identified any evolutionary benefits of female orgasms or found that orgasms improve health. But orgasms are pleasurable, and pleasure can be its own benefit. Pleasurable sex may improve a person’s mood, relieve stress, boost immunity, and foster better relationships. + +Common misconceptions People hold many misconceptions about female orgasms. Some myths include: Women who cannot orgasm have psychological problems. While trauma, relationship issues, and poor mental health can make it more difficult to orgasm, many people with healthy sexual attitudes and good relationships still have difficulties. An orgasm is both a physical and psychological response, and numerous health problems can make it more difficult to enjoy sex in this way. For example, some women experience vulvodynia, which refers to unexplained pain in the vagina or around the vulva. Treating this and other medical conditions may improve sexual pleasure. Orgasms from penetrative sex are common or the healthiest form of sexual expression. Self-appointed experts, mostly men, have long told women that they must orgasm from heterosexual intercourse. However, many women can only orgasm from clitoral stimulation. Women need to be in love to orgasm. Orgasm is a complex psychological and biological experience — reaching and experiencing orgasm is not the same for every woman. Some women may need to feel love to orgasm, while others may not. Studies found people were more likely to orgasm frequently if they: received more oral sex + +had longer-lasting sex + +reported higher relationship satisfaction + +asked for what they wanted in bed + +engaged in sexual emails or calls + +expressed love during sex + +acted out sexual fantasies + +tried new sexual positions A person’s relationship with their partner may or may not influence their ability to orgasm during sex. Sexual health resources Visit our dedicated hub for more research-backed information and in-depth resources on sexual health. A partner can tell if a woman has had an orgasm. There is no way to tell if a woman has had an orgasm without asking. Some people make noises during an orgasm, while others are silent. Some flush or sweat after an orgasm, but others do not. A person who wants to know if their partner has had an orgasm can ask without being confrontational. If the answer is no, avoid judgment, anger, or feelings of inadequacy — these can put pressure on the person to orgasm, which can lead to anxiety and make it more difficult. Instead, discuss whether they would prefer a different approach to sex. + +What if you can’t orgasm? Being unable to orgasm is a common issue, and it can occur for a variety of reasons. Some people may not receive the right kind of stimulation during sex, while others may have experienced trauma linked to sex. Others may simply be uninterested. Risk factors A 2018 analysis identified several factors that increase the risk of sexual dysfunction, including: relationship problems + +stress + +mental health issues + +poor physical health + +genitourinary issues, such as pelvic pain + +a history of abortion + +a history of female genital mutilation + +sexual abuse + +being religious, perhaps due to sexual shame and stigma The same study identified several modifiable risk factors that improve sexual experience, including: exercise + +daily affection from a partner + +a positive body image + +sex education + +intimate communication with a partner Increasing the likelihood The aforementioned study that compared orgasm frequency among people of various sexual orientations in the United States found that the following behaviors during sex increase the likelihood of women having an orgasm: deep kissing + +genital stimulation during vaginal intercourse + +oral sex Seeking help If self-help strategies do not work, a doctor who specializes in sexual dysfunction may be able to identify a problem, if there is one. Many medical issues can make having an orgasm difficult, including: a lack of lubrication + +hormonal imbalances + +pelvic pain + +muscle dysfunction + +a history of trauma When trauma or relationship problems make having an orgasm difficult, or when a person feels ashamed of sex or their desires, individual or couples counseling can help. \ No newline at end of file diff --git a/data/txt/blog/Female orgasms_ Different types & how to climax.txt b/data/txt/blog/Female orgasms_ Different types & how to climax.txt new file mode 100644 index 0000000000000000000000000000000000000000..b972d6417b6d190b13b5a763a73740b470f4e21a --- /dev/null +++ b/data/txt/blog/Female orgasms_ Different types & how to climax.txt @@ -0,0 +1,54 @@ +Female orgasms: Different types & how to climax +Medically Reviewed +None +What is a female orgasm? + +First things first, you might be curious about what an orgasm actually is . And there’s a fairly simple top-line answer: It’s one of your body’s responses to reaching the height of sexual arousal (or being turned on). + +“During orgasm, the uterus and muscles of the pelvic floor contract in a rhythmic fashion that is pleasurable for most women,” explains Dr. Brandye Wilson-Manigat , obstetrician and gynecologist (OB-GYN), California, US. This can feel like throbbing, twitching, tensing, or spasms in your vagina and anus. “Some women report a sensation of their whole body being involved in the contractions.” + +Orgasms don’t just happen out of the blue. They can feel like a buildup of pleasure and sexual tension. And that’s because orgasm is just one part of your body’s sexual response cycle . Prepare for some sexy science now; there are different phases when you’re feeling frisky. + +Desire: Having the urge to be intimate with a partner or alone. Your heart rate might quicken, and the blood flow to your vagina will increase. This pushes fluid to the surface of your vaginal walls, giving you the sensation of being wet. + +Excitement or feeling turned on: Your heart rate, breathing, and blood pressure will continue to increase, and you might notice that your clitoris and labia (the inner and outer lips of your vulva) start to feel more sensitive. + +Orgasm: This is the big O. The muscles in your vagina, uterus, and anus will contract (it might feel like a squeezing sensation), and you might feel a quick release of sexual tension. + +Resolution: This is when your heart rate, blood pressure, and breathing return to normal, and you might notice a warm feeling of well-being or satisfaction. + +Did you know that no two orgasms are the same? They can vary in length and intensity (but more on that below). + +What happens during female orgasms, and what does it feel like? + +Trying to explain what an orgasm feels like to other people can be really tough. We rarely have anything that we can compare our own orgasms to, and like falling in love, people often say you “just know” when you’ve had one. You might even notice that climaxing feels different to you each time. This is totally typical and healthy. + +"Orgasms can feel different, even if you are stimulating the same spot in the same way,” says Dr. Wilson-Manigat. “Some are more like a ‘fireworks on the Fourth of July’ sensation. Your whole body feels like it’s at a celebration. Others may feel like a slow burn, giving you a warm, satisfying sensation.” + +While it might feel like all the action of your orgasm is taking place in your genitals, there’s a lot going on in your brain, too. When you orgasm, your brain releases a surge in dopamine , the feel-good hormone. This helps you to recognize what you enjoy and gives you that sense of pleasure. Your brain also releases oxytocin . This is sometimes called the bonding hormone because it triggers a sense of love and attachment. + +Sounds pretty amazing, right? This surge in happy hormones is just one reason why reaching the big O is good for you. Keep reading to find out why. + +What are the different types of female orgasms? + +You might have heard your friends talk about an amazing nipple orgasm or an intense anal orgasm and wondered whether these are different types of orgasms. Here’s your answer: This is actually a little bit of a myth. “When people say there are different types of female orgasms, they usually mean which erogenous zone was stimulated for orgasm,” explains Dr. Sara Twogood , obstetrician and gynecologist, California, US. “It’s not that the orgasm itself is different; it’s the way the orgasm is achieved is different.” + +So let’s break that down. If you stimulate different parts of your body, you might reach orgasm. Areas that can help you to orgasm are: + +Clitoris: According to a survey published in the Journal of Sex & Marital Therapy , around 36% of the 1,000 women they spoke to said they needed some form of clitoral stimulation in order to orgasm. You can see part of your clitoris just above the opening of your vagina. It pays to know where your clitoris is, so you can learn more about yours here. + +Vagina: This is when you climax during vaginal penetration. A study found that only 18% of female orgasms come from vaginal stimulation. + +Anus: You might experience an anal orgasm while having the outside of your anus touched. + +Erogenous zones: You have erogenous zones all over your body. These are places where it feels really good to be touched. Some erogenous zones include your breasts, lips, neck, and thighs. + +No matter where you’re being touched, if you reach orgasm, your body responds in the same way. But it’s so important to remember that there’s no “right” type of orgasm — we all experience sexual pleasure in different ways. It’s very healthy to explore what you like either on your own or with a partner you trust. + +Where does the G-spot come in? + +In your conversations about orgasms, you might have heard about the elusive G-spot, or the Grafenberg spot to give it its full name. Did you know that you might be able to feel your own G-spot? It’s thought to be inside your vagina on the upper wall . It swells when you’re feeling aroused and can feel bumpy, a little bit like a walnut. + +Some people believe that you can reach orgasm by stroking and pressing on the G-spot. However, that’s still not certain where scientific evidence is concerned. In fact, some research has suggested that the G-spot doesn’t even exist and that it’s just part of the structure of the clitoris that’s inside your body. To learn more about your anatomy and the way your body works, you can download an app like Flo. + +There’s no denying that the G-spot is a hotly debated topic. But when it comes to getting intimate with a partner or having fun alone, you don’t need to worry too much about pleasure politics. If you’ve found something that makes you feel good, then keep going. \ No newline at end of file diff --git a/data/txt/blog/Orgasm & Female Orgasm_ How many types of orgasm are there_.txt b/data/txt/blog/Orgasm & Female Orgasm_ How many types of orgasm are there_.txt new file mode 100644 index 0000000000000000000000000000000000000000..bbec5a5b260544b2cca36fd287b9fcf3c440fc8a --- /dev/null +++ b/data/txt/blog/Orgasm & Female Orgasm_ How many types of orgasm are there_.txt @@ -0,0 +1,104 @@ +Orgasm & Female Orgasm: How many types of orgasm are there? + +None +Top things to know about female orgasms: + +There are multiple types of female orgasm + +Stimulation of the clitoris is probably the easiest way for most people to experience an orgasm. + +Not all orgasms are the same, and can experienced differently every time depending on how our mind and body feels at that time + +Orgasms are difficult to study. Similar to studying mood or pain, female* orgasms need to be interpreted through not just biological mechanisms but also psychological, sociological and historical trends. + +Historically, in Western countries, female orgasms have been highly scrutinized. Orgasms were sometimes seen as unhealthy or wrong. And orgasms that are achieved through stimulation that is not heterosexual vaginal intercourse have been considered unacceptable by researchers and doctors (1,2). + +The viewpoint that some orgasms were superior to others has been supported by healthcare professionals. Sigmund Freud popularized the idea that mature women experience vaginal orgasm while immature women enjoyed clitoral stimulation (1-3). + +The importance of vaginal orgasm became so rooted in 20th-century health that an inability to reach orgasm through heterosexual penetrative sex became part of a diagnosable condition in the DSM III (i.e. psychology and psychiatry’s diagnostic book) (4). + +Although most healthcare professionals no longer consider inability for penetrative sex to induce orgasm to be a problem (unless their patients are distressed by it), many people feel that orgasm is a requirement for happy, meaningful and/or fulfilling sex (2). Some people also feel that orgasms should be reserved for sex, as opposed to experiencing orgasm during masturbation (1). Orgasm is great, but feeling pressure to have an orgasm, or a certain type of orgasm at a certain time, can make sex stressful and unpleasant. + +What kind of research is there about orgasms? + +The historical and social aspects of orgasm can obscure research as researchers may bias respondents’ answers by asking questions that imply that an orgasm type exists. + +Relatedly, there is a disagreement among some sex researchers about how to classify orgasms (3,5). For example, if stimulation of a non-genital body part causes the genitals to become aroused and the person experiences an orgasm, did the stimulation of the non-genitals cause the orgasm, or was it the arousal of the genitals that caused the orgasm? + +Even if a researcher were to do a study using tools that measure arousal, this doesn’t avoid all problems. + +People with female genitals have been shown to experience arousal in their genitals but not report arousal to researchers, suggesting that bodily arousal is insufficient indicator of sexual interest or pleasure (5). + +Compounding researcher problems are problems of gathering participants for sex and orgasm studies. Enrolling participants in a study is always tricky, but when someone studies a topic that is potentially considered taboo or private, it can be difficult to ensure that your sample is representative of all people in all cultures (this is also called external validity). It also may be difficult for participants to accurately remember or know where and how they were stimulated to cause orgasm (5). + +So, why talk about orgasms at all? + +Given the large amount of social and media commentary on orgasm, it’s important to understand how our bodies and the bodies of our partners actually work so that we can help reduce stigma and stress during sex. In the process, we may learn a thing or two on how to make sex more enjoyable. + +What are the different types of female orgasms? + +Different types vs different stimuli + +There are many pop-science articles (i.e. articles not published in a research journal) that claim there are anywhere from four to 15 different types of orgasms. As mentioned before, there’s a lot of debate as to how to classify female orgasms. However, there’s little evidence to support the idea that different stimuli reliably (i.e. repeatedly, under experimental conditions) cause different types of female orgasms or different intensity of orgasms. Most people report that “some orgasms are better than others” (6), but this doesn’t necessarily seem to be related to the stimuli that cause that orgasm. + +Clitoral stimulation + +The clitoris contains a bundle of nerve endings and is located in the front of the female vulva and under the clitoral hood (i.e. the triangle part of female genitals that connects to the labia) (3). The clitoris, similar to a penis, will swell, enlarge and become more sensitive as a person becomes more sexually aroused (3,5). + +Stimulation of the clitoris is probably the easiest way for most people to experience an orgasm. + +In a 2017 study of over 1,000 women from the US, about 7 out of 10 people who had heterosexual sex said that they required clitoral stimulation to orgasm during that sex or that clitoral stimulation improved orgasms even if they didn’t require it to orgasm (6,7). + +The type of clitoral stimulation preferred varied among the women in the study, though many women reported enjoying direct clitoral stimulation and stimulation that involved making circles or “up-and-down” movement (6). + +That being said, there was a wide diversity in answers regarding how and in which ways a person liked having their clitoris stimulated, with even a few people saying they didn’t like direct contact at all (6). + +Vaginal stimulation + +A vaginally-stimulated orgasm is an orgasm that occurs through intentional stimulation of only the vagina. Although the clitoris or other body parts may be accidentally touched in the process, to have a “vaginal orgasm" there would be no intentional stimulation of other body parts. + +In the same study described above, less than 1 in 5 women reported being able to orgasm through vaginal stimulation without clitoral stimulation (6). + +The ability to orgasm from only vaginal sex may be related to the G-spot, though that is up for debate. The G-spot is not well understood (5,8,9). The G-spot may be its own structure, but it has also been argued that the G-spot is actually a retracted or enlarged clitoris or is a set of nerve endings attached to the clitoris (5,8,9). It’s also argued that the G-spot doesn’t exist at all (3,5). Regardless, there isn’t evidence to suggest that an orgasm from penetration-only is somehow superior to other forms of orgasm; in fact, intentional clitoral stimulation may make orgasm better than penetration-only orgasm (6). + +Stimulation of other body parts + +There is less research into orgasms caused by stimulation of body parts that aren't the genitals. Because many of these studies are small and aren’t all recent (10), the proportions of people reporting these types of orgasms may not be representative of the rate we would find in a large, representative survey. That being said, these studies do suggest that people don't necessarily need to directly stimulate their clitoris or vagina to experience an orgasm. + +Some studies have found that people can experience orgasm through stimulation of the mouth, nipples, breasts, anus, and skin surrounding an injury (6,10). + +Research with participants who have severe injuries to the spinal cord and with participants who have epileptic seizures suggest that there are orgasmic experiences that may be induced without direct incorporation of the genitals (10). + +Orgasms outside of sex + +Arousal of the genitals and even orgasm itself aren’t necessarily just experiences that happen during sex. + +Exercise-induced orgasm + +Exercise, especially weight training, cardio, and abdominal-focused exercise, can induce orgasms (sometimes called coregasms in pop-science) and other positive genital stimulation (11). This makes sense biologically, as both exercise and sex can stimulate the muscles around the genitals and can lead to increased blood flow to the area of the body. Exercise may also influence our mood via endorphins and other neurotransmitters (12), similar to sex and orgasm (13). + +Orgasms during sleep + +Many people experience sexual arousal or orgasm during sleep (10). It’s difficult to say what or how exactly this happens. Because reporting from dreams can be unreliable, it’s difficult to say if all arousal and orgasms during sleep are caused by sexual dreams (10,11). Similarly, no research has currently looked at whether people were unconsciously stimulating their bodies during sleep or were being stimulated by bedding or other objects, so we’re not currently able to say if orgasms during sleep happen entirely unaided from stimulation (10). + +Better orgasms + +The goal of many orgasm-themed articles is to help people enjoy their orgasm or gain new experiences. Although there’s little evidence to suggest that orgasm from any particular type of stimulation is better than another, there are some suggestions in the literature on factors that increase or change our orgasmic experience. In the published literature, people reported that orgasms and sexual arousal were enhanced by: + +“spending time to build-up arousal” (6) + +changing the intensity of touch, including stopping and restarting—this technique could help lead to a delayed and more pleasurable orgasm (6) + +being with a partner who they had a connection with or that knew their bodies (6) + +touching or stimulating nipples, breasts, or the anus (6,10,14), + +engaging in new positions, types of sex, or new behaviors (6,15) + +A happy sex life + +Although portrayals of orgasm in media, partners’ expectations for our orgasms, and our own interest in experiencing orgasm can make us feel like we need to have an orgasm every time we have sex (2), a happy sex life doesn’t necessarily mean having a mind-blowing orgasm during every sexual experience. Many people report that not all orgasms are the same (6), which makes sense—our minds and bodies change from day to day (due to mood, health, stress levels, etc.), and so it’s unrealistic to expect any type of stimulation to elicit the same experience every time. Orgasm is just one of many important elements to sexual satisfaction. + +*Note: This article uses the term female and male to refer to cis-gendered sexual anatomy. A person with entirely or partially female genitals may or may not be female as their gender, and a person with entirely or partially male genitals may or may not be male as their gender. There are also people with a mix of both male and female genitals, but unfortunately not a lot of research has been done with this population. I’m using the terms male and female to describe sexual organs because there is little agreement on other terms to use. + +Article was originally published May 20, 2018. \ No newline at end of file diff --git a/environment.yml b/environment.yml new file mode 100644 index 0000000000000000000000000000000000000000..2c9d58c259788410cd8e22541afebc559bb8490a --- /dev/null +++ b/environment.yml @@ -0,0 +1,350 @@ +name: testenv1 +channels: + - defaults +dependencies: + - _libgcc_mutex=0.1=main + - _openmp_mutex=5.1=1_gnu + - bzip2=1.0.8=h5eee18b_6 + - ca-certificates=2024.7.2=h06a4308_0 + - ld_impl_linux-64=2.38=h1181459_1 + - libffi=3.4.4=h6a678d5_1 + - libgcc-ng=11.2.0=h1234567_1 + - libgomp=11.2.0=h1234567_1 + - libstdcxx-ng=11.2.0=h1234567_1 + - libuuid=1.41.5=h5eee18b_0 + - ncurses=6.4=h6a678d5_0 + - openssl=3.0.15=h5eee18b_0 + - pip=24.2=py310h06a4308_0 + - python=3.10.14=h955ad1f_1 + - readline=8.2=h5eee18b_0 + - setuptools=72.1.0=py310h06a4308_0 + - sqlite=3.45.3=h5eee18b_0 + - tk=8.6.14=h39e8969_0 + - wheel=0.44.0=py310h06a4308_0 + - xz=5.4.6=h5eee18b_1 + - zlib=1.2.13=h5eee18b_1 + - pip: + - accelerate==0.34.2 + - addict==2.4.0 + - aiofiles==23.2.1 + - aiohappyeyeballs==2.4.0 + - aiohttp==3.10.5 + - aioitertools==0.12.0 + - aiosignal==1.3.1 + - aiosmtplib==2.0.2 + - aiosqlite==0.20.0 + - airportsdata==20241001 + - alembic==1.13.3 + - annotated-types==0.7.0 + - anyio==4.4.0 + - arize-phoenix==5.1.0 + - arize-phoenix-evals==0.16.1 + - arize-phoenix-otel==0.5.1 + - asgiref==3.8.1 + - asttokens==2.4.1 + - async-timeout==4.0.3 + - attrs==24.2.0 + - authlib==1.3.2 + - backoff==2.2.1 + - bcrypt==4.2.0 + - beautifulsoup4==4.12.3 + - blinker==1.8.2 + - bm25s==0.1.10 + - build==1.2.2 + - cachetools==5.5.0 + - certifi==2024.8.30 + - cffi==1.17.1 + - charset-normalizer==3.3.2 + - chevron==0.14.0 + - chroma-hnswlib==0.7.3 + - chromadb==0.5.3 + - chromedriver-autoinstaller==0.6.4 + - click==8.1.7 + - cloudpickle==3.0.0 + - coloredlogs==15.0.1 + - contourpy==1.3.0 + - cryptography==43.0.1 + - cssselect==1.2.0 + - cycler==0.12.1 + - dataclasses-json==0.6.7 + - datasets==2.21.0 + - decorator==5.1.1 + - deprecated==1.2.14 + - dill==0.3.8 + - dirtyjson==1.0.8 + - diskcache==5.6.3 + - distro==1.9.0 + - dnspython==2.6.1 + - docstring-parser==0.16 + - einops==0.8.0 + - email-validator==2.2.0 + - environs==9.5.0 + - exceptiongroup==1.2.2 + - executing==2.1.0 + - fastapi==0.115.0 + - fastapi-mail==1.4.1 + - feedfinder2==0.0.4 + - feedparser==6.0.11 + - ffmpy==0.4.0 + - filelock==3.16.1 + - fire==0.6.0 + - flatbuffers==24.3.25 + - fonttools==4.53.1 + - frozenlist==1.4.1 + - fsspec==2024.6.1 + - google-api-core==2.19.2 + - google-api-python-client==2.146.0 + - google-auth==2.34.0 + - google-auth-httplib2==0.2.0 + - google-auth-oauthlib==1.2.1 + - google-search-results==2.4.2 + - googleapis-common-protos==1.65.0 + - gradio==4.44.0 + - gradio-client==1.3.0 + - graphql-core==3.2.4 + - greenlet==3.1.1 + - grpc-interceptor==0.15.4 + - grpcio==1.66.1 + - h11==0.14.0 + - hdbscan==0.8.38.post1 + - html2text==2024.2.26 + - httpcore==1.0.5 + - httplib2==0.22.0 + - httptools==0.6.1 + - httpx==0.27.2 + - huggingface-hub==0.25.0 + - humanfriendly==10.0 + - idna==3.10 + - importlib-metadata==8.4.0 + - importlib-resources==6.4.5 + - interegular==0.3.3 + - ipython==8.27.0 + - jedi==0.19.1 + - jieba==0.42.1 + - jieba3k==0.35.1 + - jinja2==3.1.4 + - jiter==0.5.0 + - joblib==1.4.2 + - jsonpatch==1.33 + - jsonpickle==3.3.0 + - jsonpointer==3.0.0 + - jsonschema==4.23.0 + - jsonschema-specifications==2024.10.1 + - kiwisolver==1.4.7 + - kubernetes==30.1.0 + - langchain==0.3.0 + - langchain-chroma==0.1.4 + - langchain-community==0.3.0 + - langchain-core==0.3.1 + - langchain-ollama==0.2.0 + - langchain-text-splitters==0.3.0 + - langsmith==0.1.121 + - lark==1.2.2 + - literalai==0.0.627 + - llama-cloud==0.1.0 + - llama-index==0.11.14 + - llama-index-agent-openai==0.3.4 + - llama-index-callbacks-literalai==1.1.0 + - llama-index-cli==0.3.1 + - llama-index-core==0.11.14 + - llama-index-embeddings-langchain==0.2.1 + - llama-index-embeddings-openai==0.2.5 + - llama-index-indices-managed-llama-cloud==0.4.0 + - llama-index-legacy==0.9.48.post3 + - llama-index-llms-ollama==0.3.2 + - llama-index-llms-openai==0.2.9 + - llama-index-multi-modal-llms-openai==0.2.1 + - llama-index-program-openai==0.2.0 + - llama-index-question-gen-openai==0.2.0 + - llama-index-readers-file==0.2.2 + - llama-index-readers-llama-parse==0.3.0 + - llama-index-readers-web==0.2.4 + - llama-index-retrievers-bm25==0.3.0 + - llama-index-storage-chat-store-redis==0.2.0 + - llama-index-tools-google==0.2.0 + - llama-index-utils-openai==0.1.0 + - llama-index-utils-workflow==0.2.1 + - llama-index-vector-stores-chroma==0.2.0 + - llama-index-vector-stores-milvus==0.2.7 + - llama-parse==0.5.6 + - llamafactory==0.9.0 + - llvmlite==0.43.0 + - lmdeploy==0.6.1 + - lxml==5.3.0 + - lxml-html-clean==0.3.1 + - mako==1.3.5 + - markdown-it-py==3.0.0 + - markupsafe==2.1.5 + - marshmallow==3.22.0 + - matplotlib==3.9.2 + - matplotlib-inline==0.1.7 + - mdurl==0.1.2 + - milvus-lite==2.4.10 + - mmengine-lite==0.10.5 + - mmh3==4.1.0 + - monotonic==1.6 + - mpmath==1.3.0 + - multidict==6.1.0 + - multiprocess==0.70.16 + - mypy-extensions==1.0.0 + - nest-asyncio==1.6.0 + - networkx==3.3 + - newspaper3k==0.2.8 + - nltk==3.9.1 + - numba==0.60.0 + - numpy==1.26.4 + - nvidia-cublas-cu12==12.1.3.1 + - nvidia-cuda-cupti-cu12==12.1.105 + - nvidia-cuda-nvrtc-cu12==12.1.105 + - nvidia-cuda-runtime-cu12==12.1.105 + - nvidia-cudnn-cu12==8.9.2.26 + - nvidia-cufft-cu12==11.0.2.54 + - nvidia-curand-cu12==10.3.2.106 + - nvidia-cusolver-cu12==11.4.5.107 + - nvidia-cusparse-cu12==12.1.0.106 + - nvidia-nccl-cu12==2.20.5 + - nvidia-nvjitlink-cu12==12.6.68 + - nvidia-nvtx-cu12==12.1.105 + - oauthlib==3.2.2 + - ollama==0.3.3 + - onnxruntime==1.19.2 + - openai==1.46.0 + - openinference-instrumentation==0.1.18 + - openinference-instrumentation-llama-index==3.0.2 + - openinference-semantic-conventions==0.1.10 + - opentelemetry-api==1.27.0 + - opentelemetry-exporter-otlp==1.27.0 + - opentelemetry-exporter-otlp-proto-common==1.27.0 + - opentelemetry-exporter-otlp-proto-grpc==1.27.0 + - opentelemetry-exporter-otlp-proto-http==1.27.0 + - opentelemetry-instrumentation==0.48b0 + - opentelemetry-instrumentation-asgi==0.48b0 + - opentelemetry-instrumentation-fastapi==0.48b0 + - opentelemetry-proto==1.27.0 + - opentelemetry-sdk==1.27.0 + - opentelemetry-semantic-conventions==0.48b0 + - opentelemetry-util-http==0.48b0 + - orjson==3.10.7 + - outcome==1.3.0.post0 + - outlines==0.1.0 + - outlines-core==0.1.0 + - overrides==7.7.0 + - packaging==24.1 + - pandas==2.2.2 + - parso==0.8.4 + - peft==0.11.1 + - pexpect==4.9.0 + - phoenix==0.9.1 + - pillow==10.4.0 + - platformdirs==4.3.6 + - playwright==1.48.0 + - posthog==3.6.6 + - prompt-toolkit==3.0.47 + - proto-plus==1.24.0 + - protobuf==4.25.4 + - psutil==6.0.0 + - ptyprocess==0.7.0 + - pure-eval==0.2.3 + - pyarrow==17.0.0 + - pyasn1==0.6.1 + - pyasn1-modules==0.4.1 + - pycountry==24.6.1 + - pycparser==2.22 + - pydantic==2.9.2 + - pydantic-core==2.23.4 + - pydantic-settings==2.5.2 + - pydub==0.25.1 + - pyee==12.0.0 + - pygments==2.18.0 + - pymilvus==2.4.8 + - pymysql==1.1.1 + - pynndescent==0.5.13 + - pynvml==11.5.3 + - pyparsing==3.1.4 + - pypdf==4.3.1 + - pypika==0.48.9 + - pyproject-hooks==1.1.0 + - pysocks==1.7.1 + - pystemmer==2.2.0.1 + - python-dateutil==2.9.0.post0 + - python-dotenv==1.0.1 + - python-multipart==0.0.9 + - pytz==2024.2 + - pyvis==0.3.2 + - pyyaml==6.0.2 + - redis==5.0.8 + - referencing==0.35.1 + - regex==2024.9.11 + - requests==2.32.3 + - requests-file==2.1.0 + - requests-oauthlib==2.0.0 + - rich==13.8.1 + - rouge-chinese==1.0.3 + - rpds-py==0.20.0 + - rsa==4.9 + - ruff==0.6.5 + - safetensors==0.4.5 + - scikit-learn==1.5.2 + - scipy==1.14.1 + - selenium==4.25.0 + - semantic-version==2.10.0 + - sentencepiece==0.2.0 + - serpapi==0.1.5 + - sgmllib3k==1.0.0 + - shellingham==1.5.4 + - shortuuid==1.0.13 + - shtab==1.7.1 + - six==1.16.0 + - sniffio==1.3.1 + - sortedcontainers==2.4.0 + - soupsieve==2.6 + - spider-client==0.0.27 + - sqlalchemy==2.0.35 + - sqlean-py==3.45.1 + - sse-starlette==2.1.3 + - stack-data==0.6.3 + - starlette==0.38.5 + - stemmer==0.0.4 + - strawberry-graphql==0.236.0 + - striprtf==0.0.26 + - sympy==1.13.2 + - tenacity==8.5.0 + - termcolor==2.4.0 + - threadpoolctl==3.5.0 + - tiktoken==0.7.0 + - tinysegmenter==0.3 + - tldextract==5.1.2 + - tokenizers==0.20.0 + - tomli==2.0.1 + - tomlkit==0.12.0 + - torch==2.3.1 + - torchvision==0.18.1 + - tqdm==4.66.5 + - traitlets==5.14.3 + - transformers==4.45.2 + - trio==0.27.0 + - trio-websocket==0.11.1 + - triton==2.3.1 + - trl==0.9.6 + - typer==0.12.5 + - typing-extensions==4.12.2 + - typing-inspect==0.9.0 + - tyro==0.8.10 + - tzdata==2024.1 + - ujson==5.10.0 + - umap-learn==0.5.6 + - uritemplate==4.1.1 + - urllib3==2.2.3 + - uvicorn==0.30.6 + - uvloop==0.20.0 + - watchfiles==0.24.0 + - wcwidth==0.2.13 + - websocket-client==1.8.0 + - websockets==12.0 + - wrapt==1.16.0 + - wsproto==1.2.0 + - xxhash==3.5.0 + - yapf==0.40.2 + - yarl==1.11.1 + - zipp==3.20.2 + diff --git a/fetishTest/Q&A.json b/fetishTest/Q&A.json new file mode 100644 index 0000000000000000000000000000000000000000..81b62b1887581e3024109efc234e9ca7765ad4a8 --- /dev/null +++ b/fetishTest/Q&A.json @@ -0,0 +1,62 @@ +[ + { + "A": "Romantic", + "B": "Luxurious", + "C": "Thrilling", + "D": "Relaxing" + }, + { + "A": "Possessive", + "B": "Emotional", + "C": "Mysterious", + "D": "Chill" + }, + { + "A": "BDSM", + "B": "Thrilling", + "C": "Roleplay", + "D": "Masochism" + }, + { + "A": "Handcuffed", + "B": "Wearing lingerie", + "C": "Wearing roleplay props", + "D": "Freshness" + }, + { + "A": "Group Sex", + "B": "BDSM", + "C": "Taboo", + "D": "Roleplay" + }, + { + "A": "Passionate", + "B": "Trusting", + "C": "Controlling", + "D": "Chill" + }, + { + "A": "Emotional", + "B": "Visual Stimulation", + "C": "Gentle", + "D": "Hardcore BDSM" + }, + { + "A": "Trust", + "B": "Passion", + "C": "Control", + "D": "Relaxation" + }, + { + "A": "Dominance", + "B": "Submission", + "C": "Equal", + "D": "Introverted" + }, + { + "A": "BDSM", + "B": "Occasional BDSM", + "C": "Non-BDSM", + "D": "Anti-BDSM" + } +] \ No newline at end of file diff --git a/fetishTest/api.py b/fetishTest/api.py new file mode 100644 index 0000000000000000000000000000000000000000..ab628d3609e3fbf1789134be53e47de45270d156 --- /dev/null +++ b/fetishTest/api.py @@ -0,0 +1,66 @@ +from fastapi import FastAPI, Request +from requests import Response +from langchain_community.embeddings.ollama import OllamaEmbeddings +import numpy as np +import json + +app = FastAPI( + title="FetishTest", + description="Game of matching fetish of users", +) + +# set up +embed_model = OllamaEmbeddings(model="bge-m3") +with open("standard_character.json", "r") as f: + standard_character = json.load(f) +with open("Q&A.json", "r") as f: + answer2label = json.load(f) + +# cosine similarity +def cosine_similarity(vec1, vec2): + vec1, vec2 = np.array(vec1), np.array(vec2) + return vec1.dot(vec2) / (np.linalg.norm(vec1) * np.linalg.norm(vec2)) + +@app.post("/fetish") +async def matching(request: Request): + request = await request.json() + answer = request["answer"] # ['A', 'B' ...] + print(f"user_input: {answer}") + user_labels = [] + for idx, ans in enumerate(answer): + curr_label = answer2label[idx][ans] + if curr_label not in user_labels: + user_labels.append(answer2label[idx][ans]) + user_labels = sorted(user_labels) + print(f"user_labels: {user_labels}") + user_embedding = embed_model.embed_query(" ".join(user_labels)) + matching_dict = {} + for character in standard_character: + sim = cosine_similarity(user_embedding, character["embedding"]) + matching_dict[character["key"]] = sim + # sort by sim + matching_tuple = sorted(matching_dict.items(), key=lambda x: x[1], reverse=True) + # return the top 1 + matched = matching_tuple[0][0] + sim = matching_tuple[0][1] + matched_name = standard_character[matched]["name"] + matched_label = standard_character[matched]["label"] + result = { + "result": matched + } + print(f"matched: {matched}") + print(f"{matched_name}: {matched_label} -- score: {sim}") + return result + +if __name__ == "__main__": + import uvicorn + uvicorn.run( + "api:app", + host="0.0.0.0", + port=8002, + loop="asyncio", + workers=8, + limit_concurrency=10, + timeout_keep_alive=60, + access_log=True + ) \ No newline at end of file diff --git a/fetishTest/character.py b/fetishTest/character.py new file mode 100644 index 0000000000000000000000000000000000000000..47429f59c3de2b27f8591a65149311651bc588d5 --- /dev/null +++ b/fetishTest/character.py @@ -0,0 +1,26 @@ +class BaseCharacter: + def __init__(self, key, name, type, media, label: list): + self.key = key + self.name = name + self.type = type + self.media = media + self.label = label + self.embedding = None + + def parse(self): + labels = ",".join(self.label) + res = f"{self.name}: {labels}" + return res + + def get_label(self): + return " ".join(self.label) + + def to_dict(self): + return { + "key": self.key, + "name": self.name, + "type": self.type, + "media": self.media, + "label": self.label, + "embedding": self.embedding + } \ No newline at end of file diff --git a/fetishTest/fetish_test.py b/fetishTest/fetish_test.py new file mode 100644 index 0000000000000000000000000000000000000000..d250ccb4c35e02f51c3980852663da560cc0566e --- /dev/null +++ b/fetishTest/fetish_test.py @@ -0,0 +1,170 @@ +from langchain_community.embeddings.ollama import OllamaEmbeddings +from fetishTest.character import BaseCharacter +import json + + + +label_list = [] + +standard_character = [ + BaseCharacter( + key=1, + name="Oberyn Martell", + type="TV series", + media="Game of Thrones", + label=["Sensual","Non-traditional", "Charismatic", "Confident", "Adventurous"] + ), + BaseCharacter( + key=2, + name="Christian Grey", + type="movie", + media="50 Shades of Grey", + label=["BDSM", "Private", "Mysterious", "Dominant", "Caring"] + ), + BaseCharacter( + key=3, + name="Maddy Perez", + type="TV series", + media="Euphoria", + label=["Protective", "Adventurous", "Sensual", "Independent", "Passionate", "Confident"] + ), + BaseCharacter( + key=4, + name="Geralt of Rivia", + type="movie", + media="The Witcher", + label=["Selective", "Non-committal", "Discreet", "Sensual", "Courageous"] + ), + BaseCharacter( + key=5, + name="Emily Cooper", + type="movie", + media="Emily in Paris", + label=["Romantic", "Ambitious", "Adventurous", "Courageous", "Flirtatious"] + ), + BaseCharacter( + key=6, + name="Gatsby ", + type="movie", + media="The Great Gatsby", + label=["Luxurious", "Persistent", "Romantic", "Obsessive"] + ), + BaseCharacter( + key=7, + name="Daenerys Targaryen", + type="TV series", + media="Game of Thrones", + label=["Passionate", "Empowered", "Compassionate", "Fierce", "Loyal", "Romantic"] + ), + BaseCharacter( + key=8, + name="Daemon Targaryen", + type="TV series", + media="House of the Dragon", + label=["Dominant", "Seductive", "Experimental", "Power-driven", "Unpredictable"] + ), + BaseCharacter( + key=9, + name="Jessica Rabbit", + type="movie", + media="Who Framed Roger Rabbit", + label=["Seductive", "Vulnerable", "Confident", "Playful", "Passionate"] + ), + BaseCharacter( + key=10, + name="Tony Stark", + type="movie", + media="Iron Man", + label=["Loyal", "Confident", "Dominant", "Affectionate", "Adventurous"] + ), + BaseCharacter( + key=15, + name="Lucifer Morningstar", + type="movie", + media="Lucifer", + label=["Confident", "Playful", "Dominant", "Adventurous", "Passionate"] + ), + BaseCharacter( + key=11, + name="Love Quinn", + type="movie", + media="You", + label=["Romantic", "Impulsive", "Adventurous", "Intense", "Possessive"] + ), + BaseCharacter( + key=12, + name="Joe Goldberg", + type="movie", + media="You", + label=["Obsessive", "Controlling", "Intense", "Dedicated", "Possessive"] + ), + BaseCharacter( + key=13, + name="Marilyn Monroe", + type="movie", + media="Blonde", + label=["Vulnerable", "Emotional", "Romantic", "Passionate", "Sensual"] + ), + BaseCharacter( + key=14, + name="Don Massimo", + type="movie", + media="365 Days", + label=["BDSM", "Dominant", "Controlling", "Assertive", "Protective", "Passionate"] + ), + BaseCharacter( + key=16, + name="Harley Quinn", + type="movie", + media="The Suicide Squad", + label=["Spontaneous", "Playful", "Adventurous", "Dominant", "Passionate"] + ), + BaseCharacter( + key=17, + name="Catwoman", + type="movie", + media="The Batman", + label=["Seductive", "Confident", "Independent", "Adventurous", "Playful"] + ), + BaseCharacter( + key=18, + name="Mike Lane", + type="movie", + media="Magic Mike", + label=["Confident", "Charming", "Hardworking", "Dominant", "Sensual"] + ), + BaseCharacter( + key=20, + name="Lara Croft", + type="movie", + media="Tomb Raider", + label=["Adventurous", "Confident", "Independent", "Dominant", "Explorative"] + ), + BaseCharacter( + key=19, + name="Natasha Romanoff", + type="movie", + media="Black Widow", + label=["Confident", "Mysterious", "Passionate", "Dominant", "Sensual"] + ), +] +for character in standard_character: + labels = character.label + for label in labels: + if label not in label_list: + label_list.append(label) +print(len(label_list)) + +# 重排序人物label顺序 +for c in standard_character: + c.label = sorted(c.label) + +# 生成人物性格embedding +embed_model = OllamaEmbeddings(model="bge-m3") +for character in standard_character: + character.embedding = embed_model.embed_query(character.get_label()) +standard_character_dicts = [character.to_dict() for character in standard_character] +# 保存人物表 +with open("standard_character.json", "w") as f: + json.dump(standard_character_dicts, f, indent=4) + diff --git a/fetishTest/standard_character.json b/fetishTest/standard_character.json new file mode 100644 index 0000000000000000000000000000000000000000..0918e1655b9e1b3de5af9772c4a7c02e7aee3b64 --- /dev/null +++ b/fetishTest/standard_character.json @@ -0,0 +1,20784 @@ +[ + { + "key": 1, + "name": "Oberyn Martell", + "type": "TV series", + "media": "Game of Thrones", + "label": [ + "Adventurous", + "Charismatic", + "Confident", + "Non-traditional", + "Sensual" + ], + "embedding": [ + -1.5402640104293823, + -0.700488805770874, + -0.312874972820282, + -0.6276737451553345, + -1.4924581050872803, + -0.43865013122558594, + -0.1710326075553894, + -1.05926513671875, + 0.12203100323677063, + 0.08041048794984818, + 0.7728265523910522, + 0.2633148431777954, + -1.744207501411438, + -0.11810289323329926, + 1.6853774785995483, + 1.583385944366455, + -0.49445560574531555, + -0.11458097398281097, + -0.6448544263839722, + -0.7174381017684937, + -1.2904291152954102, + 0.38242268562316895, + -0.628741443157196, + -0.670871376991272, + -0.8290390968322754, + 0.7524328827857971, + -0.4487355947494507, + -0.4822896718978882, + -0.3953701853752136, + 1.1633491516113281, + 0.4189460873603821, + 0.03098282217979431, + 0.5116705894470215, + -0.7967855930328369, + 0.7462858557701111, + -0.6471718549728394, + -0.023155728355050087, + -0.05979868769645691, + -1.591498851776123, + 0.693060576915741, + 1.2996474504470825, + -1.144083857536316, + 0.9805507659912109, + -0.8074378967285156, + 0.4600507915019989, + -1.0033326148986816, + -0.00764886662364006, + -0.3375142514705658, + 0.8686936497688293, + 0.1720241904258728, + 0.14761552214622498, + 0.5840109586715698, + 1.0649317502975464, + -0.25172722339630127, + 0.41414108872413635, + -0.46983829140663147, + 0.35336121916770935, + -0.8017916679382324, + -1.0429911613464355, + -1.0894759893417358, + -1.802060604095459, + 0.8234593868255615, + -0.33818840980529785, + 0.3913966715335846, + 0.30387750267982483, + 1.276658296585083, + -0.6172463893890381, + -0.03145139664411545, + 0.45949575304985046, + -1.4323174953460693, + -0.5116780996322632, + -0.42286986112594604, + -0.9584873914718628, + -0.07320070266723633, + -2.122821807861328, + 0.2610868215560913, + -0.2109023481607437, + -1.5966434478759766, + -0.2953256070613861, + 0.47098225355148315, + 0.2735629379749298, + 0.2252328097820282, + -0.3198411762714386, + 0.24170544743537903, + -0.43172699213027954, + 0.5389489531517029, + 0.04711966961622238, + -0.40439197421073914, + 0.013482991605997086, + 0.22121167182922363, + -0.9129703044891357, + 0.1545613706111908, + -0.04873192682862282, + -1.1802560091018677, + -0.8028285503387451, + 0.5235177874565125, + 0.28365156054496765, + -0.25139322876930237, + 0.5585609078407288, + 0.19827382266521454, + -0.004964947700500488, + 0.6317663788795471, + -0.6622684597969055, + 0.31360042095184326, + 0.39719560742378235, + -1.7135993242263794, + 0.011927515268325806, + 1.0961018800735474, + 0.4923192262649536, + 0.28987663984298706, + 0.5092583894729614, + 0.5817119479179382, + 0.6877397298812866, + 0.7776834964752197, + -0.1255062371492386, + -0.3426492214202881, + 0.37254688143730164, + -0.13983581960201263, + -0.5145097970962524, + 0.07559554278850555, + 0.25906896591186523, + 0.25013038516044617, + 0.2564214766025543, + -1.1733514070510864, + -0.05201788246631622, + -0.30315956473350525, + -1.1508162021636963, + 0.9000409841537476, + -0.8620001077651978, + 0.7884247303009033, + 1.0101101398468018, + 0.15964561700820923, + 0.040270447731018066, + -0.9283742904663086, + 0.4723905920982361, + -0.5870362520217896, + 0.44771456718444824, + 1.1807270050048828, + 0.08997364342212677, + -0.9278547763824463, + -0.49273067712783813, + 1.7112528085708618, + 0.31791257858276367, + -1.886961579322815, + 0.3131429851055145, + -0.8433483242988586, + 0.316366046667099, + 0.24575871229171753, + -0.3141460418701172, + -0.11130846291780472, + 1.4264638423919678, + -0.8254154920578003, + 1.2993346452713013, + 2.5366995334625244, + 0.23066329956054688, + -1.2524257898330688, + -0.824472188949585, + 1.3488593101501465, + 1.1292318105697632, + 0.7470682859420776, + 0.6924476623535156, + -0.0625787302851677, + -1.1198012828826904, + -0.232647106051445, + -0.45015639066696167, + -0.2269999086856842, + 0.6033045053482056, + 1.203941822052002, + 0.28254908323287964, + -0.31003478169441223, + 0.17076514661312103, + -1.0195882320404053, + 0.47496485710144043, + 0.39842984080314636, + 0.676497220993042, + 0.11892878264188766, + 1.8810356855392456, + 0.45500874519348145, + 0.11755514144897461, + -1.5140734910964966, + -0.789957582950592, + 0.7746111154556274, + -0.9891960024833679, + 0.01980791985988617, + -1.0950266122817993, + -0.3111065626144409, + -1.0267894268035889, + -0.28213438391685486, + 0.5704322457313538, + 0.9738631248474121, + -0.2793402075767517, + -1.248353123664856, + -0.17470911145210266, + -0.6685370206832886, + 1.0815904140472412, + 0.9405814409255981, + -0.1902027279138565, + -1.1340478658676147, + 0.0223127119243145, + -2.045717716217041, + 0.43664276599884033, + 1.539047360420227, + -0.16356731951236725, + -0.46840131282806396, + -1.051322340965271, + 0.18028785288333893, + -1.1820183992385864, + -0.6203380227088928, + 1.1109685897827148, + -0.4376853108406067, + -0.05725319683551788, + 0.565371572971344, + 0.30925387144088745, + -0.9561480283737183, + -0.9532012343406677, + -1.0962153673171997, + -0.24702078104019165, + 0.4000241160392761, + -0.7917462587356567, + 0.643543541431427, + 0.69142085313797, + 0.6672146320343018, + 0.70417720079422, + 0.32174816727638245, + 0.23948636651039124, + 0.6370880007743835, + 0.2523324191570282, + 1.1160922050476074, + 0.16975289583206177, + 0.6740256547927856, + 0.5815989375114441, + 0.04679787904024124, + -0.19946634769439697, + -0.08510535955429077, + 0.21866004168987274, + 0.41043946146965027, + -0.8915040493011475, + 0.0833711251616478, + 1.381819248199463, + 0.585328221321106, + -0.7695789337158203, + -0.760400652885437, + 1.919317603111267, + 0.5901776552200317, + -0.9455984830856323, + -0.005811956711113453, + 0.4173009693622589, + 0.055478256195783615, + -0.2063334733247757, + -0.6786754131317139, + 0.7115739583969116, + -0.13204866647720337, + -1.2106740474700928, + -0.8737322092056274, + 1.0634294748306274, + -0.06253629177808762, + -0.41351819038391113, + -0.35554853081703186, + -0.03952546417713165, + -0.2316582351922989, + -0.09864304959774017, + 1.184367299079895, + 0.47115036845207214, + 0.8895488977432251, + -0.14572285115718842, + -0.18629810214042664, + 0.5368506908416748, + 0.5922613739967346, + 0.05157735198736191, + 0.4882435202598572, + -0.8153928518295288, + -0.5139126777648926, + -0.6711300611495972, + -0.950071394443512, + -0.9942384362220764, + 1.3095449209213257, + -0.28694888949394226, + -0.25158530473709106, + 2.039005756378174, + 0.3701043128967285, + 0.840775191783905, + 0.392360657453537, + 0.3448483943939209, + -0.0761052817106247, + 1.2095547914505005, + -0.41893473267555237, + 0.6242786049842834, + -0.3846008777618408, + 0.04565151408314705, + -1.5056910514831543, + 1.1867738962173462, + 0.9100785255432129, + 1.6112079620361328, + 0.6822180151939392, + -1.3002153635025024, + -0.9744141697883606, + -0.7568935751914978, + -3.5698580741882324, + 0.4002150595188141, + -0.3571332097053528, + 0.3192649483680725, + 0.3806087374687195, + 0.4756198823451996, + -1.7848185300827026, + 0.23524072766304016, + -0.24164126813411713, + -1.6087480783462524, + 0.29453200101852417, + -1.4320210218429565, + -0.601227879524231, + -0.0443328395485878, + -1.2994976043701172, + -0.7097387313842773, + -0.6124123334884644, + -0.06820154190063477, + 0.6843196749687195, + -0.7849504947662354, + -0.6996760964393616, + -0.7008426785469055, + 2.437274932861328, + 0.1568925529718399, + 0.14893871545791626, + 0.09694113582372665, + 0.42848461866378784, + -0.9359212517738342, + -0.7726247906684875, + -0.7510031461715698, + -0.21384111046791077, + 0.0015997588634490967, + -0.4057483673095703, + 0.5679270625114441, + 0.9092370867729187, + 1.01654052734375, + -0.2750762403011322, + 0.7408499121665955, + 0.7747517228126526, + -0.21649393439292908, + 0.7197458148002625, + 0.08017471432685852, + -0.6079822778701782, + 0.5630261301994324, + -0.4655788242816925, + -0.9247825741767883, + -0.025561410933732986, + 1.1466809511184692, + 0.11305807530879974, + -0.04240112006664276, + 0.05473332107067108, + -0.3281697630882263, + -0.48362308740615845, + -1.1542408466339111, + -1.529873251914978, + -0.38418591022491455, + -0.9335696697235107, + -0.18379880487918854, + 1.0082898139953613, + -0.5666422843933105, + -1.51016104221344, + -1.81510591506958, + 0.2231614887714386, + -0.23696468770503998, + -0.7106345295906067, + 0.728762149810791, + 0.06298644840717316, + -0.32862016558647156, + 0.9932780265808105, + 0.602500855922699, + 0.0011629816144704819, + -0.2916540503501892, + -0.48652374744415283, + -1.2004519701004028, + -0.745750904083252, + 0.49801599979400635, + 0.5324140787124634, + 0.45082831382751465, + -1.3927891254425049, + -0.5793971419334412, + 0.6690413951873779, + -0.08391287922859192, + 0.26325514912605286, + 0.6161260604858398, + -0.630919873714447, + -0.8116064667701721, + 0.3136915862560272, + 0.7957887053489685, + 1.0656627416610718, + 5.8566107749938965, + -0.07816251367330551, + 0.6169404983520508, + -0.08928877860307693, + 0.9981091022491455, + 0.11363647878170013, + 0.12752152979373932, + 0.9828008413314819, + 0.16707207262516022, + -0.477640837430954, + -0.6838179230690002, + 0.4295526444911957, + -0.07718121260404587, + -0.4787304103374481, + 0.35174983739852905, + 1.644463062286377, + -0.3029439449310303, + -0.41128289699554443, + 1.987596035003662, + -0.6277000308036804, + 1.0606344938278198, + -0.18976591527462006, + -0.1542821228504181, + 0.2505263686180115, + -0.9908128976821899, + 0.14521196484565735, + 0.5035157203674316, + 0.7210824489593506, + -0.5088570713996887, + 0.5561354756355286, + 0.14347891509532928, + 1.5325579643249512, + 1.9238989353179932, + 1.6988080739974976, + -0.29515302181243896, + -0.4466499090194702, + -1.7159076929092407, + 0.07351037859916687, + -1.1339761018753052, + 1.0081299543380737, + -0.7341699600219727, + -0.5180240869522095, + -0.13604848086833954, + 0.4893460273742676, + -0.1573592722415924, + 1.5178285837173462, + -0.1626727283000946, + -0.746541440486908, + 0.3463693857192993, + -0.015886269509792328, + -0.33905062079429626, + -0.9098195433616638, + -0.40631914138793945, + 0.7762868404388428, + 2.5259366035461426, + -0.3689165711402893, + -0.7242901921272278, + -1.2433298826217651, + -0.3883807063102722, + 2.180875301361084, + 0.30694741010665894, + 0.5272902250289917, + -1.7119343280792236, + -0.5828830599784851, + 0.026571819558739662, + 0.876936674118042, + -0.7437622547149658, + -0.5561343431472778, + 0.22843985259532928, + 0.5615748763084412, + -1.0477478504180908, + 0.8866007328033447, + -0.12679046392440796, + -0.172902449965477, + 0.27951642870903015, + 0.24031275510787964, + -0.3035103678703308, + 0.6764670610427856, + 0.9872521162033081, + 0.026572979986667633, + 0.6317977905273438, + -0.7692258954048157, + 0.0010383548215031624, + 0.26794978976249695, + 1.31975519657135, + 1.259670615196228, + -0.24832965433597565, + 1.2560677528381348, + 0.004000812768936157, + -1.3247931003570557, + -0.5724247097969055, + -0.8259336352348328, + -1.071650505065918, + 0.7583997249603271, + 0.12332740426063538, + -1.277356505393982, + 1.1334303617477417, + -0.6607608199119568, + -1.0321584939956665, + -0.3506033718585968, + 1.2374346256256104, + -0.13796289265155792, + -0.04622354358434677, + -0.05560213699936867, + 0.20367178320884705, + -0.6752105355262756, + -0.017516233026981354, + 0.228244811296463, + -0.9435675740242004, + 0.9929966926574707, + -0.6234782338142395, + 0.31607586145401, + -0.44482171535491943, + 0.20510774850845337, + 0.5318105220794678, + 0.4869711399078369, + 0.4269046485424042, + -0.46906790137290955, + 1.3324973583221436, + -0.3562791347503662, + -0.21627016365528107, + -0.11836004257202148, + -0.5419877767562866, + -0.12269581854343414, + -0.7483885288238525, + -1.4727932214736938, + -0.14896385371685028, + 1.1317542791366577, + -0.8741570115089417, + 1.0325050354003906, + 0.02788098156452179, + -0.4426725506782532, + 0.6493927240371704, + 1.1782788038253784, + 2.0579166412353516, + -0.3947434425354004, + 1.4339052438735962, + 0.17174962162971497, + -0.3457476496696472, + 0.20471182465553284, + 0.3674929738044739, + 1.0265586376190186, + -0.9161196947097778, + 0.6064240336418152, + 0.5032230019569397, + -0.2449404001235962, + -1.6962130069732666, + -0.15570655465126038, + 0.0731116533279419, + 0.4697527289390564, + 0.4954277276992798, + -0.31239357590675354, + 0.8437449932098389, + -0.984708845615387, + 0.16299642622470856, + -0.7315118312835693, + -0.356039434671402, + -0.9265331625938416, + -0.6953984498977661, + -0.6872889399528503, + -0.30063390731811523, + 0.3786489963531494, + 1.0836129188537598, + 2.30085825920105, + -0.531540036201477, + 1.2121158838272095, + 1.2336840629577637, + 1.482519507408142, + -0.3532266318798065, + -1.360548734664917, + 0.4367462694644928, + -0.08853779733181, + -0.08784772455692291, + 0.1940140575170517, + 0.10678458213806152, + 0.07627733796834946, + 0.21507425606250763, + 0.39917585253715515, + -0.35559749603271484, + -0.8478642106056213, + 0.47164681553840637, + -0.10366632789373398, + -0.3924366235733032, + -0.5084838271141052, + 1.7272377014160156, + -0.16061607003211975, + 0.7890585660934448, + -0.4186539649963379, + -0.8384816646575928, + -0.695302426815033, + -0.09223814308643341, + 1.4468345642089844, + -0.685546875, + -0.6002035140991211, + -0.012491822242736816, + -0.9191139340400696, + 0.21373909711837769, + 0.8300676941871643, + 0.07306338101625443, + 0.2813786566257477, + -1.1658375263214111, + -0.7577725052833557, + -0.9407233595848083, + -1.3264561891555786, + 0.5997209548950195, + 0.5575319528579712, + 0.1346876621246338, + 1.138498306274414, + -1.2712596654891968, + -0.6580885052680969, + -0.37459707260131836, + 0.0654991939663887, + -0.6793550252914429, + 0.25214484333992004, + -0.8226515054702759, + 0.3443187177181244, + 0.22435910999774933, + -0.41143396496772766, + -0.31715402007102966, + -1.4933245182037354, + -0.42364785075187683, + 0.09786644577980042, + 0.584220826625824, + -0.42812877893447876, + -0.915978193283081, + -1.353831171989441, + -0.3226275146007538, + -0.10099135339260101, + -0.7237997055053711, + -0.09822611510753632, + -0.16466917097568512, + 0.04554549604654312, + -2.028669834136963, + 0.26572614908218384, + 0.3329448401927948, + -0.1769062727689743, + -0.6579893827438354, + 1.1009187698364258, + 0.30083516240119934, + -0.13090120255947113, + 0.19829417765140533, + -1.1182581186294556, + -1.2572970390319824, + 0.9406173825263977, + 0.2285405397415161, + 0.9828187227249146, + -0.8430451154708862, + -1.285103678703308, + 1.3697245121002197, + 0.9900505542755127, + -0.3671112060546875, + 0.06494692713022232, + 0.06321785598993301, + -1.3209037780761719, + 1.0702297687530518, + -0.6586397290229797, + -0.007733570411801338, + -0.3547969460487366, + 0.17756851017475128, + -0.12645703554153442, + -1.6379621028900146, + 1.5177607536315918, + 0.16026344895362854, + 0.02169550210237503, + -2.641566753387451, + -0.7310885190963745, + 0.6467352509498596, + -1.1064332723617554, + -0.3770858943462372, + -0.13464097678661346, + -0.7240558862686157, + 0.06905096769332886, + -0.49766281247138977, + -1.6868634223937988, + 0.2340485155582428, + -0.05201875418424606, + -1.272987961769104, + 0.4421941637992859, + 0.19511286914348602, + 1.9543471336364746, + -0.4078123867511749, + 1.154126763343811, + 0.3183887302875519, + -0.08691562712192535, + 0.018604662269353867, + -0.004540998488664627, + 0.5467903017997742, + -0.32898685336112976, + 0.22634096443653107, + -0.20475907623767853, + 1.1222097873687744, + -0.6343277096748352, + -0.5090709328651428, + -0.277742475271225, + -0.4528070390224457, + 0.18406784534454346, + -0.2992728054523468, + 1.7023557424545288, + -0.519677996635437, + 0.05000583827495575, + -0.40428778529167175, + 0.6760047674179077, + -0.49057793617248535, + 0.574772834777832, + -1.1576910018920898, + 0.4049971103668213, + 0.7805167436599731, + -1.205025315284729, + 0.6275991201400757, + 1.020004153251648, + -0.4565214216709137, + -0.07195547223091125, + 0.18341775238513947, + -1.4092795848846436, + 0.7582040429115295, + -1.3796159029006958, + -0.01883310079574585, + 1.322432279586792, + 0.47652408480644226, + 0.07678504288196564, + -0.18976463377475739, + -0.7055371403694153, + -1.4262639284133911, + 0.04200541600584984, + -0.48850396275520325, + -0.4649006426334381, + 1.1503390073776245, + -0.5794268846511841, + 0.5124157667160034, + -0.540631115436554, + -0.40235552191734314, + -0.7849698066711426, + -0.07372498512268066, + -0.11054512858390808, + 1.1163663864135742, + 1.930534839630127, + -0.21415925025939941, + 0.48549145460128784, + -0.39390993118286133, + 0.9773629307746887, + 0.4116193354129791, + 1.1959525346755981, + 0.991265058517456, + -0.621330738067627, + -0.31238558888435364, + 0.7669398784637451, + -0.4099166989326477, + 0.008521764539182186, + 0.15782515704631805, + -1.025831937789917, + -0.65254145860672, + 2.0740959644317627, + -1.0442402362823486, + -0.8072599172592163, + -0.4464774429798126, + 0.6511180996894836, + -0.9494736194610596, + 0.2726265490055084, + 0.7622692584991455, + -0.28109997510910034, + -0.2593019902706146, + 0.9653624892234802, + 0.19612634181976318, + -0.2596457004547119, + 0.8324339389801025, + 0.622291624546051, + 0.08180335909128189, + 0.10617533326148987, + 0.7395566701889038, + -0.24141842126846313, + -0.6268001198768616, + 0.9219873547554016, + 0.021438775584101677, + 0.8380917906761169, + -0.05993581935763359, + 0.607433021068573, + -0.31528031826019287, + -0.805635392665863, + 0.5087024569511414, + -0.15357793867588043, + -0.3207626938819885, + 0.43483516573905945, + 0.1755436807870865, + -0.34055161476135254, + 0.5656222105026245, + 0.35202136635780334, + -0.8790273666381836, + -0.16460944712162018, + 0.26431477069854736, + 1.2888431549072266, + 0.13046064972877502, + -1.2953685522079468, + -1.1594051122665405, + -0.03364250436425209, + -4.21141242980957, + 0.34908363223075867, + 0.5753947496414185, + 0.038039274513721466, + -1.2646369934082031, + 0.6361868381500244, + -1.0329608917236328, + -1.4184372425079346, + 0.8656371831893921, + -0.3644384443759918, + -1.0544707775115967, + 0.344504714012146, + -0.21491257846355438, + -1.3303699493408203, + 0.5955738425254822, + 0.8990607857704163, + -0.15532286465168, + -0.7152588963508606, + 0.7825073003768921, + 1.8462207317352295, + -0.010490259155631065, + 0.06449844688177109, + 2.120906352996826, + 0.2322956621646881, + -0.0008344613015651703, + -0.6192339062690735, + -1.9688963890075684, + 0.7167671322822571, + -0.6576223969459534, + -1.2489455938339233, + -0.7841020226478577, + -0.6234598159790039, + 1.815015196800232, + 1.0763733386993408, + 0.8147101402282715, + 0.24956855177879333, + 0.44871634244918823, + -1.1217172145843506, + -0.31521108746528625, + 0.10609197616577148, + 0.21311089396476746, + 0.8500818014144897, + -0.9034683704376221, + 0.2157837450504303, + 0.3842087388038635, + -0.27011293172836304, + 0.4114881753921509, + -0.5048624873161316, + -0.6745143532752991, + -0.9325243234634399, + 0.3790512979030609, + 0.7612249255180359, + 0.4670203924179077, + 0.7376556992530823, + 0.8876520395278931, + -0.8855574131011963, + -0.8575488328933716, + 1.0370920896530151, + -0.8477000594139099, + 0.6337350010871887, + -0.658988893032074, + -0.33472076058387756, + -0.9751907587051392, + -1.7875521183013916, + -0.7950549721717834, + 0.5765982866287231, + -0.8444961309432983, + 1.2100565433502197, + 0.6843416690826416, + 0.5692279934883118, + -1.3641554117202759, + -1.0921076536178589, + 0.62647545337677, + -0.6424551606178284, + 0.3248630464076996, + 0.9026665091514587, + 0.9142006635665894, + 0.7290610671043396, + -2.2438628673553467, + -1.1233583688735962, + -0.49456027150154114, + -0.9439067244529724, + 0.2822161614894867, + 0.2835872769355774, + 0.32123976945877075, + 0.3409396708011627, + -0.4724993109703064, + 0.1557285189628601, + -2.447188138961792, + 0.4299542009830475, + -1.9177136421203613, + -1.0087653398513794, + 1.101854920387268, + 0.5352159738540649, + -0.9343932867050171, + 0.01126355491578579, + -0.22409072518348694, + 0.0646263062953949, + -1.004875659942627, + -0.8365664482116699, + 0.42247945070266724, + -0.7189466953277588, + 1.0248932838439941, + -0.5534313321113586, + -0.5788912177085876, + -0.5668805241584778, + 0.13983280956745148, + -0.7406386137008667, + -0.42665714025497437, + 0.563264787197113, + -0.7113365530967712, + -0.2510238587856293, + 0.3338998854160309, + -0.9777317643165588, + 0.1507827788591385, + 0.9263567924499512, + 0.8329513669013977, + -0.006636075675487518, + -0.5037071108818054, + 0.15383978188037872, + 0.10478033125400543, + -0.8066536784172058, + 0.3520379662513733, + -1.3989402055740356, + 0.5143769979476929, + 1.9871609210968018, + 0.56645268201828, + 1.0172512531280518, + 1.1244889497756958, + -0.14732050895690918, + 0.865662157535553, + -1.3478357791900635, + 0.21812278032302856, + 0.6250021457672119, + 1.2182155847549438, + -1.3476722240447998, + -0.5265400409698486, + 0.7321405410766602, + 0.01914104074239731, + -0.08834746479988098, + -0.09007585048675537, + 0.09592242538928986, + -0.43221738934516907, + 0.1876043677330017, + -0.5567271709442139, + 1.2991036176681519, + -0.4081811308860779, + 0.6138575077056885, + -1.4057353734970093, + -0.6133034229278564, + 0.7242575287818909, + -0.2988085150718689, + 0.7651078104972839, + 0.604285717010498, + 0.9629260301589966, + 1.0181225538253784, + 0.19142547249794006, + -0.508418083190918, + 0.6839373707771301, + 0.01727137714624405, + -0.00034593231976032257, + -1.4996576309204102, + -0.627162754535675, + -0.271623432636261, + -0.4460458755493164, + 0.18916910886764526, + 0.5517013669013977, + -0.5159867405891418, + -0.3497024178504944, + -1.1717504262924194, + 0.27589812874794006, + 1.3158879280090332, + -1.184504747390747, + -0.37573543190956116, + 0.8226597309112549, + -1.415078043937683, + 0.8646934032440186, + 0.01689373329281807, + 0.2090117335319519, + -1.4809775352478027, + 0.5785529017448425, + -0.029496371746063232, + -0.47816941142082214, + 1.2892255783081055, + -0.012853365391492844, + 0.18983253836631775, + -0.2305736541748047, + 0.37245452404022217, + -0.717310905456543, + 0.4953124523162842, + -0.15373149514198303, + -0.6628121137619019, + 1.1519044637680054, + -1.1453766822814941, + 0.9838641881942749, + -0.2215934842824936, + -0.5292319059371948, + 0.36203473806381226, + 0.5414028167724609, + 0.2632870674133301, + -0.5567426085472107, + 0.4287704527378082, + 0.6778624057769775, + -0.6920561790466309, + -0.6252822875976562, + 0.2328214794397354, + -0.38297659158706665, + -0.22782060503959656, + 0.42851728200912476, + 0.42052161693573, + -0.7770392298698425, + -0.30934393405914307, + -0.8405189514160156, + 1.190050721168518, + -1.2073606252670288, + 0.7493983507156372, + 0.5124196410179138, + -0.36831140518188477, + 0.8770961761474609, + 0.8441399931907654, + 1.4253100156784058, + 0.40631163120269775, + -0.6458932757377625, + 0.8145003318786621, + 0.224700927734375, + 0.5569019317626953, + -1.0006988048553467, + 0.17772351205348969, + -0.8155402541160583, + -0.15611590445041656, + 0.7577298879623413, + 0.48510226607322693, + 0.6854528784751892, + 1.1742843389511108, + 0.6079753041267395, + 0.44277822971343994, + -0.13045181334018707, + -0.45574939250946045, + -0.14361408352851868, + -0.5842359066009521, + 0.18540914356708527, + 0.1709177941083908, + -0.3416042625904083, + 0.5748975872993469 + ] + }, + { + "key": 2, + "name": "Christian Grey", + "type": "movie", + "media": "50 Shades of Grey", + "label": [ + "BDSM", + "Caring", + "Dominant", + "Mysterious", + "Private" + ], + "embedding": [ + -0.641779899597168, + 0.03177737072110176, + -1.3540120124816895, + -0.35137203335762024, + -1.5115057229995728, + -0.504022479057312, + 1.0736626386642456, + -0.8745614886283875, + -0.705489456653595, + 0.9412338137626648, + 0.014984529465436935, + 0.5499830842018127, + -1.8323944807052612, + -0.4734390676021576, + 0.6767491102218628, + -0.2008759081363678, + 0.31504026055336, + -0.47474709153175354, + -0.9165835380554199, + -0.820697009563446, + -1.04000723361969, + 1.4383231401443481, + -0.665213406085968, + 0.14371025562286377, + -0.19992253184318542, + 0.9555927515029907, + -1.0141830444335938, + -0.06204933673143387, + -0.7117618322372437, + -0.40557196736335754, + 0.16447117924690247, + -0.4455748200416565, + 0.37974855303764343, + 0.1730193793773651, + 1.2165617942810059, + -1.1407454013824463, + 0.45053964853286743, + -0.37193524837493896, + -1.237018346786499, + 1.4461910724639893, + 1.5362415313720703, + 0.41292959451675415, + 1.3112785816192627, + -1.2634990215301514, + 0.16726645827293396, + -0.24986222386360168, + -0.12499266862869263, + -0.05468308925628662, + 0.32910576462745667, + -0.20072896778583527, + 0.16762258112430573, + 0.08191945403814316, + 0.4361919164657593, + -0.8090243935585022, + 0.3291734457015991, + 0.4846506714820862, + 0.7081859707832336, + -1.0977046489715576, + 0.39608290791511536, + -1.3563395738601685, + -0.6186361312866211, + 0.42927998304367065, + 0.36488211154937744, + -0.1313754916191101, + 1.4194201231002808, + 1.6934326887130737, + 0.4618084132671356, + -0.2998524606227875, + 0.5211116671562195, + -1.4334131479263306, + -0.5484989285469055, + -0.4337528944015503, + 0.8514580130577087, + -0.06443643569946289, + -1.1116811037063599, + 0.5814032554626465, + -0.6426804661750793, + -0.1507648527622223, + -0.7566454410552979, + 0.7063093781471252, + -0.05912138521671295, + 0.22518834471702576, + 0.3785388171672821, + 0.7124698758125305, + -0.6115304231643677, + 1.266632080078125, + 0.28428587317466736, + 0.698220431804657, + 0.6591566801071167, + -0.3165833055973053, + -0.3303004801273346, + -0.3681568503379822, + 1.5481234788894653, + -1.3848401308059692, + -0.6550746560096741, + 0.4455520808696747, + -0.14650923013687134, + -0.1882392317056656, + 0.6595777869224548, + 0.8511504530906677, + 0.3551076352596283, + -0.017465954646468163, + 0.11289967596530914, + 0.07997065037488937, + -0.824841320514679, + -1.690775990486145, + 0.34880781173706055, + 1.8265184164047241, + 0.15155796706676483, + 0.522351861000061, + 0.5146071910858154, + 0.1998155564069748, + -0.0975203737616539, + 0.776784360408783, + -0.019567525014281273, + -0.09117688238620758, + 0.04131383076310158, + -0.9378847479820251, + -0.5768235921859741, + -0.7964629530906677, + 0.6592724919319153, + -0.0054085999727249146, + -0.8115034699440002, + -1.2128102779388428, + 0.3954763114452362, + -1.174193024635315, + -0.22789080440998077, + 0.00228683277964592, + -0.9071266055107117, + 0.03825829178094864, + 0.9229549169540405, + 0.3957499563694, + -0.06836876273155212, + -1.3009589910507202, + -1.3338263034820557, + -1.7456289529800415, + 0.755049467086792, + 0.5288494229316711, + -0.014188006520271301, + -0.1404624581336975, + 0.6059256792068481, + 0.8654226660728455, + 0.8555160164833069, + -2.0994415283203125, + -0.22874006628990173, + -1.1264797449111938, + 1.0467876195907593, + 0.06964151561260223, + -0.15434356033802032, + -0.6084979176521301, + 1.8862115144729614, + -0.38420671224594116, + 0.34865260124206543, + 1.106107473373413, + 0.19548845291137695, + -0.7755422592163086, + 0.29162734746932983, + 0.14654359221458435, + 1.0983556509017944, + 1.1544722318649292, + 0.7181268334388733, + -0.3865460753440857, + 0.6055632829666138, + -0.13244187831878662, + -0.17453984916210175, + -0.5458958148956299, + 1.0068920850753784, + 1.0832120180130005, + 0.016013450920581818, + 0.3578391671180725, + 0.8119398951530457, + -1.8082056045532227, + -0.4430760145187378, + 0.49275344610214233, + 0.9128503799438477, + 0.14238572120666504, + 0.6310839056968689, + 0.5956188440322876, + 0.4079262316226959, + -1.0976489782333374, + 0.7395498156547546, + 0.7305409908294678, + -0.5183210372924805, + 0.23206189274787903, + -0.5317401885986328, + -0.9524262547492981, + -1.035165548324585, + 0.3317740857601166, + 0.6543170809745789, + 0.7454997301101685, + -0.6414925456047058, + -1.0176169872283936, + -0.5241962671279907, + -0.9060376882553101, + 0.3446512222290039, + 0.9301629066467285, + 0.19723781943321228, + -0.6543275117874146, + 0.13712549209594727, + -1.746118426322937, + 0.2833172678947449, + 0.9413588047027588, + 1.5061185359954834, + -0.7378313541412354, + -0.43176183104515076, + -0.6107893586158752, + 0.33621978759765625, + -0.3993494212627411, + 1.006381630897522, + -0.264043390750885, + -0.032811813056468964, + 0.3323732912540436, + -1.0582093000411987, + -0.6970270276069641, + -1.5669989585876465, + -1.1763700246810913, + 0.5093289017677307, + 0.31029704213142395, + -0.14682923257350922, + -0.1927955150604248, + -0.9290329813957214, + 0.8629969954490662, + -0.21284857392311096, + 0.06006293743848801, + 0.3234371244907379, + 0.4400618076324463, + 0.3442676067352295, + 1.4352227449417114, + 0.7605988383293152, + 1.1722465753555298, + -0.27665525674819946, + -0.4159422814846039, + 0.231486976146698, + 0.743783175945282, + -0.025003980845212936, + -0.050636887550354004, + -0.7698251605033875, + 0.12690478563308716, + 1.2402993440628052, + 0.9859218597412109, + 0.008017797023057938, + -0.5163713693618774, + 0.8585802912712097, + 0.0718579888343811, + -1.2621315717697144, + 0.08427796512842178, + 0.8817648887634277, + -0.40668395161628723, + 0.49304860830307007, + -0.23598039150238037, + 0.7178204655647278, + -0.30813655257225037, + -1.1979068517684937, + 0.16084200143814087, + 0.29163241386413574, + 0.08084451407194138, + 0.09317134320735931, + -0.8029153943061829, + -0.5320111513137817, + -0.4123671054840088, + -0.39407941699028015, + 1.0066057443618774, + -0.3980283737182617, + 0.34762677550315857, + 0.3415280878543854, + -0.8134375810623169, + 0.6316964030265808, + -0.305311381816864, + 0.2450898289680481, + 0.28466522693634033, + 0.4590970575809479, + 0.10886451601982117, + 0.3335954248905182, + -0.10113419592380524, + -0.3255578875541687, + 0.7327951192855835, + -0.5415253639221191, + -0.8118698596954346, + -0.2788841128349304, + 0.52314293384552, + 1.0670815706253052, + 0.28619831800460815, + -0.2053157389163971, + 0.36901867389678955, + 1.0482147932052612, + -0.5245116949081421, + -0.5302649140357971, + -0.6240211129188538, + 0.48093491792678833, + -1.2894231081008911, + 0.35684600472450256, + -0.2885735034942627, + 1.5628414154052734, + 0.1927584558725357, + -0.7866962552070618, + -0.7666223645210266, + -0.5846961140632629, + -4.033330917358398, + 0.7829115390777588, + 0.21526367962360382, + -0.2889794707298279, + 0.7260012030601501, + 0.058169297873973846, + -0.8238844871520996, + 0.6654417514801025, + -0.8565649390220642, + -0.1959320306777954, + 0.9895130395889282, + -1.199237585067749, + -0.33784928917884827, + 0.56919926404953, + -1.2375378608703613, + -0.3624277710914612, + 0.457265704870224, + -0.20269747078418732, + -0.7365899682044983, + -1.0066275596618652, + -0.02201775088906288, + -0.028881218284368515, + 1.4568530321121216, + 1.452528476715088, + 0.24889522790908813, + 0.971200168132782, + 1.0832630395889282, + -0.25815916061401367, + -0.9755820035934448, + -0.015027791261672974, + 0.07341986894607544, + 0.6480038166046143, + -0.18818901479244232, + 1.5328646898269653, + 0.2982010841369629, + 0.41108497977256775, + -0.5807107090950012, + -0.008049048483371735, + 0.6242904663085938, + -0.5394701361656189, + 0.28955450654029846, + 0.3984754681587219, + -1.2588117122650146, + 0.28611212968826294, + 0.4862772822380066, + -0.2493933141231537, + 0.3341656029224396, + -0.15401749312877655, + -0.05712061747908592, + 0.18018627166748047, + 1.1737732887268066, + -0.11900166422128677, + 0.4946554899215698, + 0.2682171165943146, + -1.0759838819503784, + -0.4895652234554291, + -0.27130138874053955, + -0.36921489238739014, + -0.2398787885904312, + 0.7785485982894897, + -1.2919185161590576, + -1.2911689281463623, + 0.7280510663986206, + -0.12474314868450165, + -0.8519774079322815, + -0.06492897868156433, + -0.5051551461219788, + -0.071893110871315, + 1.4277008771896362, + -0.09971646219491959, + 0.49061596393585205, + -1.3486648797988892, + 0.3815903067588806, + -0.37249556183815, + -0.08805260807275772, + 0.013369569554924965, + -0.3744102418422699, + -0.9634501934051514, + -0.3971497118473053, + -1.8913421630859375, + -0.25028350949287415, + -0.01981312781572342, + -0.15467990934848785, + 0.5442914962768555, + 0.0645933598279953, + -1.5434499979019165, + -0.06461955606937408, + 1.1260788440704346, + 1.3838773965835571, + 5.923635005950928, + 1.1207524538040161, + 0.22351866960525513, + -0.3967123329639435, + 0.9414955377578735, + 0.022942401468753815, + -0.08587689697742462, + 0.8526423573493958, + 0.27640390396118164, + -0.5560352802276611, + 0.39532122015953064, + 0.697363555431366, + -0.5735930800437927, + 0.5239760279655457, + -0.6705711483955383, + 0.5932459831237793, + -0.49678221344947815, + -1.7077453136444092, + 2.1010661125183105, + -0.3785899579524994, + 0.60076904296875, + 0.21905484795570374, + 0.5481229424476624, + -0.15722718834877014, + -0.03723909333348274, + -0.576001763343811, + -0.22407527267932892, + 0.535759449005127, + -0.9210917353630066, + 1.0659419298171997, + -0.8559780716896057, + 0.7201180458068848, + 1.7068101167678833, + 0.2844761312007904, + -0.21610629558563232, + -0.7969790697097778, + -0.9329385161399841, + -0.7137275338172913, + -1.2555440664291382, + 1.4198848009109497, + -2.202101230621338, + -0.3371797800064087, + -0.2608407139778137, + -0.7181169986724854, + 0.2772786617279053, + 0.5821688175201416, + 0.10599631816148758, + 0.43310680985450745, + 0.5283573269844055, + -0.6462786793708801, + 0.2260836362838745, + -1.4265239238739014, + 0.30274084210395813, + -0.3624803423881531, + 0.3342123329639435, + -0.32159823179244995, + 0.20219653844833374, + -1.0063432455062866, + -0.7799496054649353, + 2.085726022720337, + 0.8381955027580261, + 0.6715478301048279, + -2.468151330947876, + 0.1861570179462433, + 0.18628212809562683, + 1.481024146080017, + 1.0905026197433472, + -0.8149076104164124, + 0.18706069886684418, + 0.008782600983977318, + 0.03319287300109863, + 0.38996443152427673, + 0.6323531866073608, + -0.014916274696588516, + 0.6666658520698547, + 0.9420283436775208, + -0.15040160715579987, + 0.4379218518733978, + 1.1242516040802002, + -0.31190919876098633, + 0.11831839382648468, + -0.4762863218784332, + 0.6711845993995667, + -0.4544706344604492, + 0.6045134663581848, + 0.47658032178878784, + -0.9016404151916504, + 1.1720918416976929, + 0.1274770200252533, + -0.15402188897132874, + -0.6800135374069214, + -0.4529901444911957, + -0.494613915681839, + -0.20668967068195343, + -0.3069268465042114, + -1.3403923511505127, + 0.35909220576286316, + 0.5411009192466736, + -0.7386426329612732, + -0.10771627724170685, + 0.7124879360198975, + -0.8474370241165161, + -0.2056191861629486, + -0.6377461552619934, + 0.955367922782898, + -0.24815323948860168, + -0.1599181741476059, + 0.12836432456970215, + -0.7870268821716309, + 0.4113587737083435, + -0.1397826224565506, + 1.0817596912384033, + -1.0281906127929688, + -0.38113710284233093, + 0.4213304817676544, + 0.45220357179641724, + 0.38471630215644836, + -0.4012882113456726, + -0.018422365188598633, + -0.11740315705537796, + -1.1633914709091187, + -0.40213561058044434, + 0.11747872829437256, + -0.13767756521701813, + -1.21475350856781, + -1.2830994129180908, + 0.26624584197998047, + 0.9382166266441345, + -0.5028825998306274, + -0.12164133787155151, + -0.8758828043937683, + -0.6130377054214478, + -0.10279414057731628, + 0.745843768119812, + 1.6157716512680054, + -0.6823022961616516, + 1.3908326625823975, + -0.06841515004634857, + 1.14790678024292, + 0.3684278130531311, + 0.4102543294429779, + -0.6047756671905518, + -1.0923945903778076, + 1.1127859354019165, + 0.062290288507938385, + -0.13094016909599304, + -2.1079375743865967, + -0.16969060897827148, + -0.6529718637466431, + 0.8412983417510986, + 0.34177520871162415, + 0.8162763118743896, + -0.0720878317952156, + -1.2962466478347778, + -0.07612983882427216, + 0.626102864742279, + -0.42849671840667725, + -1.4306187629699707, + -1.4771367311477661, + -1.1596198081970215, + 0.04592743143439293, + -0.28096240758895874, + 0.6799731850624084, + 1.9272501468658447, + -1.116510272026062, + 0.456218957901001, + 0.39906641840934753, + 0.6146168112754822, + -0.4153720438480377, + -1.0193769931793213, + -0.08480655401945114, + -0.3198322057723999, + -0.34744831919670105, + 1.1597833633422852, + 0.4743815064430237, + -0.17376500368118286, + -0.7484235763549805, + -0.5249136686325073, + 0.48100823163986206, + -0.7156429290771484, + 0.4496842622756958, + -0.5066404938697815, + -1.3146566152572632, + 0.15427687764167786, + 1.7375940084457397, + 0.19640380144119263, + 0.670562744140625, + -0.549964189529419, + -0.6633843183517456, + -0.40981078147888184, + 0.061238229274749756, + 1.7181051969528198, + -0.1790962815284729, + -0.5752722024917603, + 0.24644750356674194, + 0.38558268547058105, + 0.5132750272750854, + 0.7810498476028442, + 0.663241446018219, + 0.1280950903892517, + -1.1999919414520264, + -0.34984636306762695, + 0.44600242376327515, + -0.5955732464790344, + 0.25690266489982605, + 0.5773437023162842, + -0.36763566732406616, + 0.8580222129821777, + 0.3874475657939911, + -1.2592936754226685, + -0.6578226089477539, + 0.4704042375087738, + -0.23969604074954987, + 0.5100834369659424, + -0.30973660945892334, + -0.3087948262691498, + 0.19585342705249786, + 0.33654627203941345, + -1.6632795333862305, + -0.5917710661888123, + 0.021817021071910858, + 0.31020307540893555, + 0.24260219931602478, + -1.1048251390457153, + -1.1422228813171387, + -0.8070906400680542, + 0.2745245695114136, + -1.1785926818847656, + 0.09259995818138123, + 0.35665956139564514, + -0.10484524071216583, + 0.6224948167800903, + -1.7874246835708618, + 0.1853184700012207, + -1.4811333417892456, + -0.21878261864185333, + 0.35671454668045044, + 0.8557184338569641, + 0.36943769454956055, + -0.5034531950950623, + 0.45574161410331726, + -1.4743858575820923, + -0.4870273470878601, + 0.11078247427940369, + -0.1602598875761032, + 1.3384487628936768, + -1.2814027070999146, + 0.01087748259305954, + 1.8693584203720093, + 0.8246941566467285, + -0.7595504522323608, + -0.3888750970363617, + 0.16361786425113678, + -1.1866039037704468, + 0.08888961374759674, + -0.8957682847976685, + -0.5531471371650696, + 0.029600156471133232, + -0.46067118644714355, + -0.8063685297966003, + -1.4029675722122192, + 1.3553038835525513, + -0.6052427887916565, + 0.20428550243377686, + -2.338144302368164, + 0.8995005488395691, + -0.07972012460231781, + 0.53294438123703, + 0.04143134504556656, + -0.691794753074646, + 0.5507431626319885, + -0.19145166873931885, + -1.3077855110168457, + -0.20329387485980988, + 0.5540876984596252, + 1.1692075729370117, + -1.6587998867034912, + 1.2334667444229126, + 0.6029390692710876, + 1.2573291063308716, + -0.8391298055648804, + 1.5304597616195679, + -0.24816718697547913, + 0.6369237899780273, + 0.5494204759597778, + 0.8770820498466492, + -0.74148029088974, + 0.6029798984527588, + 0.016658809036016464, + -0.4194531738758087, + 0.3086127042770386, + -0.054128535091876984, + -0.8794705271720886, + 1.2155379056930542, + -1.0756690502166748, + -0.42011749744415283, + -0.1504887491464615, + 1.051278829574585, + -0.18762388825416565, + -0.7476758360862732, + -0.7038778066635132, + 1.2765642404556274, + -0.5799261927604675, + -0.6995583772659302, + -0.04854506626725197, + -0.7192485332489014, + 0.5883392691612244, + -2.150864362716675, + 0.5779917240142822, + 0.8447909951210022, + -0.19116505980491638, + 0.03931691497564316, + 0.17536450922489166, + -0.4161830246448517, + -0.23711082339286804, + -0.010137906298041344, + -0.7525566220283508, + 1.1375138759613037, + -0.5637031197547913, + 0.1959584802389145, + -0.32435351610183716, + 0.3320470452308655, + -0.6782844662666321, + 0.3382687568664551, + 0.2736056447029114, + -0.026804765686392784, + 0.1301342248916626, + -0.47875043749809265, + 0.1926678717136383, + -0.7540497183799744, + -1.2731256484985352, + -1.054963231086731, + 0.10584840178489685, + -0.7277040481567383, + 1.164684772491455, + 1.4761409759521484, + 1.1527724266052246, + 0.053669966757297516, + 1.0676734447479248, + 0.4544216990470886, + -0.3488251268863678, + -0.03296075761318207, + -0.12413489818572998, + -0.4511817991733551, + 0.09084135293960571, + 0.5052719116210938, + -0.02788105607032776, + -0.12193771451711655, + -0.9367602467536926, + -1.0269317626953125, + -0.25384247303009033, + 0.5564804077148438, + 0.10110029578208923, + -1.0318224430084229, + 0.05478852987289429, + 0.9949029684066772, + -1.2068095207214355, + -0.10912899672985077, + -0.23070254921913147, + 0.4562912583351135, + -0.8907257318496704, + 0.6818834543228149, + -0.349440336227417, + 0.057949431240558624, + -0.12169221043586731, + 0.3586486876010895, + 0.24174617230892181, + -0.2255576103925705, + 1.102432131767273, + -0.40773439407348633, + -0.11736626923084259, + -1.017362356185913, + 0.10290568321943283, + 1.2274760007858276, + -1.1554309129714966, + 1.0727952718734741, + -0.3303818702697754, + -0.058145277202129364, + 0.6472989916801453, + -0.2888590395450592, + -0.346809983253479, + 0.6060439348220825, + 1.1312611103057861, + -0.792887270450592, + 0.22120437026023865, + 0.01744929887354374, + -1.2385640144348145, + 0.26205703616142273, + 0.1628032624721527, + 0.3333457112312317, + -0.5245915651321411, + 0.4149283766746521, + -0.6761166453361511, + -0.04739394411444664, + -4.295731067657471, + -0.05623859167098999, + 0.2555537521839142, + -1.332513451576233, + -1.7334493398666382, + -0.27864253520965576, + 0.042742326855659485, + -0.8779314756393433, + 0.34061527252197266, + -0.5503886938095093, + -0.46829119324684143, + 0.6571397185325623, + 0.9705821871757507, + -0.618179440498352, + 0.39623960852622986, + 0.9635816812515259, + 0.5590202808380127, + -0.604564368724823, + 0.039393071085214615, + 2.1871681213378906, + -0.1722983717918396, + 0.50749671459198, + -0.3426184356212616, + 0.9303714036941528, + -0.04383695125579834, + -0.5277815461158752, + 0.029964148998260498, + 0.8082872629165649, + -1.4593570232391357, + -1.0825886726379395, + -0.18290412425994873, + -1.6612181663513184, + 1.2946380376815796, + 1.7829004526138306, + 0.9258652329444885, + 0.3907882273197174, + 0.7125898003578186, + -1.2705061435699463, + -1.4774240255355835, + 0.1587604582309723, + 0.8929833173751831, + 0.03890415281057358, + -0.856880247592926, + 0.32844874262809753, + -0.23855379223823547, + -0.40017759799957275, + 1.1911383867263794, + -0.30247557163238525, + -0.9988833665847778, + 0.17792418599128723, + 0.6728686094284058, + 1.3488761186599731, + 0.1751786470413208, + 0.6802142262458801, + 0.45650216937065125, + -1.063192367553711, + -0.2831791341304779, + 0.24606084823608398, + 0.2810869812965393, + 1.1135648488998413, + 0.3164878487586975, + 0.19321326911449432, + -0.5620285272598267, + -1.432605266571045, + -0.2784079611301422, + 0.400560587644577, + -1.5913887023925781, + 0.09931743144989014, + 0.33868879079818726, + 1.5349023342132568, + -0.7925862669944763, + -0.7258550524711609, + 0.44969719648361206, + -0.5920366048812866, + 0.3711076080799103, + -0.35129910707473755, + 0.5388162732124329, + 0.6454861760139465, + -1.248339295387268, + -1.6341580152511597, + -1.5193226337432861, + -0.8806661367416382, + 0.2058039903640747, + -0.5580443739891052, + 1.2173283100128174, + 0.004338102415204048, + -0.21118272840976715, + 0.32663536071777344, + -1.4458171129226685, + 0.3733014464378357, + -1.2713674306869507, + -0.9100370407104492, + 1.3984127044677734, + 0.26998791098594666, + -1.5866810083389282, + 0.39675024151802063, + -0.7759220004081726, + 0.893754243850708, + -0.9645577073097229, + -0.5907274484634399, + -0.4231119751930237, + -0.2218637466430664, + -0.7830109000205994, + 0.07622037082910538, + -0.6126464009284973, + -0.7665963768959045, + 0.537307620048523, + -0.11583301424980164, + -1.1513731479644775, + -0.9727737307548523, + -0.11930545419454575, + 0.5368834733963013, + 0.200139120221138, + -0.5291394591331482, + -0.5114457607269287, + 0.6605852842330933, + 0.4021933674812317, + 0.4902878403663635, + -0.7163500785827637, + 0.06615818291902542, + 0.39680707454681396, + -0.5885503888130188, + -0.1000172346830368, + -1.4023840427398682, + 0.42424479126930237, + 1.251057744026184, + 0.8013465404510498, + 1.068491816520691, + 1.3864095211029053, + -0.8118207454681396, + 0.885468602180481, + -1.2084805965423584, + 1.414223313331604, + 1.5454366207122803, + 0.1462855041027069, + -1.1574442386627197, + 0.6862847208976746, + 0.629711925983429, + -0.024503525346517563, + -0.591924250125885, + -1.261322259902954, + -0.5132631063461304, + -0.44395002722740173, + 0.13566391170024872, + -0.8921465277671814, + 0.32910406589508057, + 0.11329302191734314, + 0.588909387588501, + -1.8154895305633545, + -1.2732634544372559, + -0.1879706233739853, + -0.9387450218200684, + -0.02061852067708969, + 1.3852946758270264, + 0.5511458516120911, + 1.2191450595855713, + -0.5473182201385498, + 0.5435233116149902, + 0.9883195161819458, + -0.38520297408103943, + 0.838503360748291, + -0.8549128770828247, + -0.6498332023620605, + -1.493038535118103, + -0.45078110694885254, + 0.34754619002342224, + 0.5971342921257019, + -0.6373798847198486, + 0.4828096032142639, + -0.17990483343601227, + 0.2831198573112488, + 1.686792254447937, + -0.7117591500282288, + 0.8889277577400208, + 0.6033833026885986, + 0.13203652203083038, + 0.17102870345115662, + -0.6637462973594666, + 0.402244508266449, + -1.311846137046814, + 0.7660702466964722, + -0.030057068914175034, + 0.21865113079547882, + 1.0362887382507324, + 1.6974486112594604, + 0.48825597763061523, + -0.908001720905304, + -0.036993950605392456, + 0.46883663535118103, + -0.2283831387758255, + 0.6945293545722961, + -0.3056880235671997, + 0.40329357981681824, + -1.1540613174438477, + 0.3909239172935486, + -0.019388578832149506, + -0.743374764919281, + 0.5069979429244995, + 0.04089350253343582, + 0.34554392099380493, + -0.47915107011795044, + -0.17599250376224518, + 0.15789289772510529, + -0.9170243144035339, + -0.7360209822654724, + 0.4296848177909851, + -0.4124668538570404, + -0.12160146981477737, + -0.859825611114502, + 0.11193373799324036, + -0.3290078639984131, + -0.5243054032325745, + -0.21323566138744354, + 0.5151247382164001, + -0.569595992565155, + 0.518437922000885, + -0.20612400770187378, + 0.043705400079488754, + 0.8405377268791199, + 0.8169645071029663, + 0.889077365398407, + 0.3091329336166382, + -0.8027288317680359, + 0.7554377913475037, + 0.49819254875183105, + 0.637477695941925, + -0.3441367447376251, + 0.5691964030265808, + -0.07291894406080246, + 0.383585661649704, + 0.6511408686637878, + -0.22605761885643005, + 0.9183389544487, + 0.5652324557304382, + 0.7594414949417114, + 0.7201747298240662, + -0.3697378933429718, + 0.07779182493686676, + -0.091946080327034, + 0.3383701741695404, + 1.8622171878814697, + -0.4511550962924957, + 0.7827509641647339, + 0.8240880966186523 + ] + }, + { + "key": 3, + "name": "Maddy Perez", + "type": "TV series", + "media": "Euphoria", + "label": [ + "Adventurous", + "Confident", + "Independent", + "Passionate", + "Protective", + "Sensual" + ], + "embedding": [ + -1.0475518703460693, + -0.3937600255012512, + -0.4951561391353607, + -0.25244981050491333, + -1.116165280342102, + -1.4471441507339478, + -0.08260035514831543, + -0.8750036954879761, + -0.09981559216976166, + 0.09399889409542084, + 0.11778824031352997, + -0.5278661251068115, + -2.1040284633636475, + -0.8624188899993896, + 1.8203612565994263, + 1.6765244007110596, + 0.23532134294509888, + 0.20461495220661163, + -0.4636339545249939, + -1.277566909790039, + -0.6047769784927368, + 0.38333508372306824, + -0.7059195637702942, + -0.06610769778490067, + -0.9964010119438171, + 0.017373332753777504, + 0.07315882295370102, + 0.3373109996318817, + -0.6726834177970886, + 0.5322297811508179, + 0.07829269021749496, + -0.0538262240588665, + -0.09678465873003006, + -0.26800310611724854, + 0.3307971656322479, + -0.5456286668777466, + -0.0048865340650081635, + -0.44310450553894043, + -1.1269264221191406, + 1.0180108547210693, + 0.7484744191169739, + -1.569048285484314, + 0.9951736927032471, + -0.9055948257446289, + 0.5377143025398254, + -0.3049018383026123, + 0.2963438630104065, + -0.4204972982406616, + 0.05754729360342026, + 0.2433098554611206, + 0.3669966161251068, + 0.4057100713253021, + 1.4419933557510376, + -0.39798465371131897, + -0.5171747207641602, + 0.4043480455875397, + 0.15238705277442932, + -0.7249968647956848, + -0.546421229839325, + -1.4417258501052856, + -1.498241662979126, + 0.16561181843280792, + -0.5281647443771362, + -0.011541672050952911, + -0.1602010279893875, + 1.4953972101211548, + -0.17571477591991425, + -0.4688870310783386, + 0.681067168712616, + -0.978499710559845, + -0.37033504247665405, + 0.17492061853408813, + -0.6013454794883728, + 0.45812487602233887, + -1.975157618522644, + 0.4302726686000824, + -0.06416673958301544, + -0.7867124080657959, + -0.4139324724674225, + 0.5774862170219421, + 0.15560759603977203, + 0.017830021679401398, + 0.21876809000968933, + 0.33750495314598083, + 0.3698059618473053, + 1.4261752367019653, + 0.6879363656044006, + -0.2104688137769699, + 0.3816443383693695, + -0.08200663328170776, + -0.06375735998153687, + -0.013469889760017395, + 0.9660760164260864, + -0.4525381326675415, + -0.7048721313476562, + 0.40988466143608093, + -0.25848519802093506, + -0.44214460253715515, + 1.1828620433807373, + 0.6975242495536804, + 0.6636494398117065, + 0.006788138300180435, + 0.0031929519027471542, + -0.5710822939872742, + 0.19359606504440308, + -1.3820197582244873, + 0.2204011082649231, + 1.3975149393081665, + -0.05222190171480179, + 0.17466427385807037, + 0.3049897849559784, + 0.4081466794013977, + 0.4276299774646759, + 0.6625410914421082, + 0.16096608340740204, + -0.9383906126022339, + 0.1549656093120575, + -0.3070473372936249, + 0.05482637137174606, + -0.002690965309739113, + 0.8781824111938477, + -0.4550730586051941, + -0.5805545449256897, + -0.6142482757568359, + -0.23800401389598846, + -0.4587002694606781, + -1.4211724996566772, + 0.507915735244751, + -0.48456698656082153, + 1.0085529088974, + 1.2020066976547241, + -0.012642400339245796, + -0.40687596797943115, + -0.120612733066082, + -0.5484600067138672, + -0.6695660948753357, + 0.11900703608989716, + 1.65097975730896, + 0.08784817159175873, + -1.5738025903701782, + 0.5027380585670471, + 1.6831865310668945, + 1.2734602689743042, + -1.2110975980758667, + 0.03546583652496338, + -2.1201956272125244, + 0.7024816274642944, + 0.42739835381507874, + -0.5073334574699402, + -0.17041394114494324, + 0.8112266063690186, + -0.759279727935791, + 1.0545967817306519, + 0.9973152875900269, + 1.2886112928390503, + -0.9297512173652649, + -1.2982728481292725, + 0.8166799545288086, + 2.003708600997925, + 0.32787469029426575, + 0.5041619539260864, + -1.2356786727905273, + -0.7906022071838379, + 0.6991980671882629, + -0.2927609086036682, + 0.3835637867450714, + 1.3391674757003784, + 0.694451093673706, + 0.5951456427574158, + -0.17363210022449493, + 0.06873385608196259, + -1.28121817111969, + 0.021500930190086365, + 0.5044069290161133, + 0.35859912633895874, + 0.00871813390403986, + 1.333448886871338, + 0.12880480289459229, + 0.2491687834262848, + -0.9695323705673218, + -0.21605965495109558, + 0.8122187256813049, + -1.0672695636749268, + -0.22408518195152283, + -0.2872874140739441, + -0.8907930254936218, + -0.3869497776031494, + 0.09157554060220718, + 0.4383849501609802, + 1.0081249475479126, + -0.041829273104667664, + -1.2150003910064697, + 0.5045543909072876, + -0.5681813359260559, + 0.7971746325492859, + 0.467140793800354, + -0.003064580261707306, + -1.1237378120422363, + 0.9041063189506531, + -0.6743300557136536, + 0.5473076701164246, + 1.2165428400039673, + 1.3110967874526978, + -1.1065744161605835, + -0.8212993741035461, + 0.5765361189842224, + -0.6899286508560181, + -0.1276317834854126, + 1.002747893333435, + -1.0598500967025757, + -0.30880990624427795, + -0.031055176630616188, + -0.00298120453953743, + -0.8152610063552856, + -1.630193829536438, + -0.44076260924339294, + 0.8583264946937561, + 0.1880587637424469, + -0.6860613822937012, + 0.16527973115444183, + -0.6034302711486816, + 1.314448595046997, + 0.42426902055740356, + 0.0742591917514801, + 0.20210997760295868, + 1.4278558492660522, + -0.06696189194917679, + 1.6325359344482422, + 0.5038929581642151, + 0.9014362692832947, + 0.5912125706672668, + -0.09044450521469116, + -0.539118230342865, + -0.0559418611228466, + 0.43117624521255493, + 0.08166062831878662, + -1.207374930381775, + 0.5229381918907166, + 0.7454412579536438, + 0.21256974339485168, + -0.36368465423583984, + -1.2609745264053345, + 1.558210015296936, + 0.3799620568752289, + -0.630179226398468, + -0.3907696306705475, + 0.5330155491828918, + -0.33775731921195984, + 0.36013272404670715, + -0.687911331653595, + 0.4422089755535126, + -0.43538612127304077, + -1.039516806602478, + -0.11189743131399155, + 0.3506730794906616, + 0.05266726762056351, + -0.08288630843162537, + -0.043648842722177505, + -0.012403078377246857, + 0.3720800578594208, + -0.4235694706439972, + 1.3836359977722168, + -0.17700223624706268, + 0.5981990694999695, + 0.621527373790741, + 0.03096381574869156, + 0.5009874105453491, + 0.4709319770336151, + 0.32732659578323364, + 0.08440228551626205, + -0.15530604124069214, + -0.37924057245254517, + 0.3967015743255615, + -0.6456583738327026, + -0.33169999718666077, + 1.3403457403182983, + -0.2365310788154602, + -0.31109142303466797, + 1.2934632301330566, + 0.6457973718643188, + 0.9033718705177307, + 0.09484216570854187, + -0.5226678848266602, + 0.10619042813777924, + 1.3233017921447754, + -0.7194705605506897, + 0.4247357249259949, + -0.16048569977283478, + 0.34397172927856445, + -2.0361523628234863, + 0.7066931128501892, + 0.6806210875511169, + 1.9723544120788574, + -0.015884531661868095, + -0.9656887054443359, + -0.6510321497917175, + -0.6486054062843323, + -3.7604522705078125, + 0.3641098737716675, + -0.3578818738460541, + 0.545337975025177, + 0.4024791419506073, + 0.25088629126548767, + -1.609798550605774, + 0.27600663900375366, + -0.9101487994194031, + -1.081626296043396, + 0.3115696310997009, + -1.5663747787475586, + -0.5864966511726379, + 0.3132597506046295, + -1.0153231620788574, + -0.7485676407814026, + -0.5686540603637695, + 0.712496280670166, + -0.547539472579956, + -0.8136790990829468, + -0.23563961684703827, + -0.5960744619369507, + 1.663231372833252, + 0.3259877562522888, + 0.4165852665901184, + 1.6683354377746582, + 0.8930734395980835, + -0.9313968420028687, + -1.2982771396636963, + -0.5796608924865723, + -0.5523818135261536, + 0.5834112167358398, + -0.5257461071014404, + 1.2057121992111206, + 1.0204002857208252, + 1.228171467781067, + 0.022763997316360474, + 0.70464026927948, + 0.9857460260391235, + -0.41962435841560364, + 1.1890889406204224, + 0.5663210153579712, + -0.37781786918640137, + 1.0775175094604492, + -0.4649674892425537, + -0.6414918303489685, + -0.16675783693790436, + 0.5025736093521118, + -0.13498786091804504, + -0.6076359748840332, + 0.3044913709163666, + 0.08811642229557037, + 0.45279407501220703, + -0.17566484212875366, + -1.1293271780014038, + -0.34053876996040344, + -0.9792979955673218, + 0.2544793486595154, + 0.5600366592407227, + 0.028291214257478714, + -1.1846059560775757, + -2.187337636947632, + -0.02819015085697174, + -0.35821738839149475, + -0.43907979130744934, + -0.23743045330047607, + -0.4499589502811432, + 0.0954790711402893, + 0.6243869066238403, + 0.10975828021764755, + -0.1753779500722885, + -0.3041371703147888, + -0.293951153755188, + -0.59600830078125, + -0.20000699162483215, + 1.0695703029632568, + 0.7063546180725098, + 0.3238135874271393, + -1.04054594039917, + -0.7316771149635315, + 0.5709424018859863, + -0.1526641547679901, + -0.2468576431274414, + 0.8156540393829346, + -1.0798883438110352, + -1.738067388534546, + 0.7434033155441284, + 0.7149966359138489, + 0.22465559840202332, + 6.111536502838135, + 0.13046486675739288, + 0.18645921349525452, + 0.7620576024055481, + 1.356581687927246, + -0.225082665681839, + -0.32007524371147156, + 0.35129112005233765, + 0.009896531701087952, + -0.4976235032081604, + 0.037405386567115784, + 1.0797913074493408, + 0.15452493727207184, + -0.1229100376367569, + 0.3035489320755005, + 1.2523151636123657, + -0.4599077105522156, + -0.4241354167461395, + 1.897531509399414, + -0.5305374264717102, + 0.5610782504081726, + 1.2656203508377075, + -0.2285739630460739, + 0.5952934622764587, + -0.6747238039970398, + -1.0111126899719238, + 0.8368033766746521, + 1.194823145866394, + -0.5537418127059937, + 0.0802774727344513, + 0.07839237153530121, + 1.2385939359664917, + 1.6744585037231445, + 0.9062579274177551, + -0.07096671313047409, + 0.4426296353340149, + -1.8609787225723267, + -0.6751550436019897, + -1.6531548500061035, + 0.8239449858665466, + -1.106985330581665, + -0.9897397756576538, + -0.18853792548179626, + -0.6543692946434021, + 0.281633198261261, + 0.11708657443523407, + 0.3957810401916504, + -1.3514171838760376, + 0.596251904964447, + -1.386029601097107, + -0.05322187393903732, + -0.7668424248695374, + -0.5288374423980713, + 0.3790063261985779, + 2.070844888687134, + 0.03838581591844559, + -0.32916733622550964, + -0.30100709199905396, + -0.12480369210243225, + 1.7753748893737793, + 0.7612406015396118, + 0.34731024503707886, + -2.0009145736694336, + -0.24457494914531708, + 0.7529182434082031, + 0.9665607213973999, + -0.2430807501077652, + -0.0024831779301166534, + 0.6314102411270142, + 0.8755353689193726, + -0.14420269429683685, + 0.7993306517601013, + 0.6011701822280884, + 0.32958027720451355, + -0.30466192960739136, + 0.3730894923210144, + -0.17520183324813843, + 1.032353401184082, + 0.24992787837982178, + -0.3986537456512451, + 0.7215913534164429, + -0.41166940331459045, + -0.08471804112195969, + 0.5791876316070557, + 1.0179383754730225, + 1.0205425024032593, + -0.9524453282356262, + 1.010817050933838, + -0.8502677083015442, + -0.7434757947921753, + -0.6700906157493591, + -0.7170625925064087, + -0.4968796670436859, + -0.23683449625968933, + -0.6057890057563782, + -1.4352017641067505, + 1.2565895318984985, + -0.25041112303733826, + -1.7359317541122437, + -0.5301399827003479, + 0.6137498021125793, + -0.3411308228969574, + -0.34692323207855225, + -0.21454544365406036, + 0.5304802060127258, + -0.9253165125846863, + -0.5452936887741089, + -0.28674983978271484, + -1.0253491401672363, + 0.8263339996337891, + 0.13128572702407837, + 0.19071297347545624, + 0.36250653862953186, + -0.00038580503314733505, + 0.6246864795684814, + 1.463125228881836, + 0.2734757363796234, + -0.2832995057106018, + 1.1612417697906494, + 0.1550251543521881, + -0.4260093569755554, + 0.01156967505812645, + -0.28255313634872437, + -1.0768455266952515, + -1.1053900718688965, + -2.300523519515991, + -0.678733229637146, + 0.8275015354156494, + -0.14695042371749878, + 1.0782865285873413, + -0.2749427556991577, + -0.5697407722473145, + 1.506585955619812, + 0.9421374797821045, + 2.125910758972168, + -0.4285808503627777, + 1.3213648796081543, + 0.7041051983833313, + 0.3643016815185547, + 0.05603886395692825, + 0.12062275409698486, + 0.41078105568885803, + -0.7386570572853088, + 0.1880829930305481, + 0.48051702976226807, + 0.14184387028217316, + -0.8436810374259949, + -0.6180822849273682, + -0.950894832611084, + 0.3136712908744812, + 0.1501084715127945, + 0.09597858041524887, + 0.891106128692627, + -1.3430707454681396, + 0.03620069473981857, + -0.6390104293823242, + -0.35035160183906555, + -0.625342071056366, + -1.1096771955490112, + -1.2377979755401611, + 0.13157488405704498, + 0.18894970417022705, + 1.0432100296020508, + 2.2069501876831055, + -0.5864515900611877, + 1.227813959121704, + 0.20492619276046753, + 1.2213138341903687, + -0.927038848400116, + -1.1328028440475464, + 0.5166397094726562, + 0.0008492544293403625, + -0.2559080719947815, + 0.8079689741134644, + 0.7567148804664612, + 0.06897921115159988, + 0.3777196705341339, + -0.774523138999939, + -0.4210115969181061, + -0.6534443497657776, + 0.09066710621118546, + -0.6852340698242188, + -1.0459389686584473, + 0.2875209450721741, + 1.8107439279556274, + 0.39642712473869324, + 0.5665703415870667, + -0.8298277258872986, + -0.9329614043235779, + -0.4581385552883148, + 0.037010662257671356, + 1.5294469594955444, + 0.16322989761829376, + -0.29800477623939514, + 0.3304556906223297, + -0.9304264783859253, + -0.22324325144290924, + 0.43606990575790405, + -0.550576388835907, + 0.8154438734054565, + -0.7089309096336365, + -0.8232880234718323, + -0.2027820199728012, + -1.416599988937378, + 0.4820061922073364, + 0.045480407774448395, + 0.14585715532302856, + 0.11106085032224655, + -0.2948366701602936, + -0.8328009843826294, + -0.36903926730155945, + -0.38019004464149475, + -0.10490168631076813, + 0.13304947316646576, + -0.9544768333435059, + 0.13875271379947662, + 0.43127602338790894, + -0.9685318470001221, + -1.3079701662063599, + -1.391768217086792, + 0.19105404615402222, + 0.48181992769241333, + 0.7522904276847839, + -0.9718541502952576, + 0.13477423787117004, + -0.9769014716148376, + -0.020152561366558075, + -0.8704347610473633, + -0.20229534804821014, + -0.05437074229121208, + -0.10019475221633911, + -0.10883443057537079, + -1.5419024229049683, + 0.33052003383636475, + 0.29752296209335327, + 0.28287142515182495, + -0.30008217692375183, + 0.5959838032722473, + 0.19412314891815186, + 0.00998992845416069, + -0.4254050552845001, + -0.8677625060081482, + -1.2077265977859497, + 0.7993792295455933, + 0.36211633682250977, + 0.5512138605117798, + -0.7532753944396973, + -0.8383682370185852, + 1.0067696571350098, + 0.49242544174194336, + -0.3420366942882538, + 0.6029605269432068, + 0.7575839161872864, + -0.8782129287719727, + 1.1475507020950317, + -0.9109379649162292, + 0.47440826892852783, + -0.2957468330860138, + -0.7825044989585876, + -0.4041607975959778, + -1.4587817192077637, + 1.3197355270385742, + -0.2848207950592041, + -0.10683470219373703, + -2.091106653213501, + -0.37034788727760315, + 0.3514765799045563, + -0.8355547189712524, + -0.7102371454238892, + 0.08447660505771637, + -1.05989408493042, + -0.1241338849067688, + -0.7767312526702881, + -1.0098837614059448, + 1.324649453163147, + 0.2451787292957306, + -1.1805894374847412, + 0.24660202860832214, + 0.4151655435562134, + 1.516186237335205, + -0.8174219727516174, + 1.6175026893615723, + -0.41218629479408264, + -0.2454967349767685, + 0.47582316398620605, + 0.35072454810142517, + 0.7037005424499512, + -0.1793743520975113, + -0.0203702375292778, + 0.16762509942054749, + 1.9150240421295166, + -0.6835513114929199, + -1.3711090087890625, + -0.5456722974777222, + -0.8329582214355469, + -0.4670809805393219, + 0.2711825966835022, + 1.0102179050445557, + -0.5462628602981567, + -0.11318006366491318, + -0.5700178146362305, + 0.9132975935935974, + -0.4159940481185913, + 0.3755938410758972, + -0.2205735296010971, + -0.4600889980792999, + 1.514397144317627, + -1.0420565605163574, + 0.14040464162826538, + 0.7072462439537048, + -0.23193970322608948, + -0.053963810205459595, + 0.5803876519203186, + -1.3128999471664429, + 0.7115483283996582, + -1.0636833906173706, + -0.09854689985513687, + 0.4369956851005554, + 0.20636746287345886, + -0.2692258059978485, + -0.10917875170707703, + 0.1966519057750702, + -1.0193498134613037, + -0.06814266741275787, + -0.23572595417499542, + -0.16236186027526855, + 1.110730767250061, + -0.5169539451599121, + 0.15693120658397675, + -0.17735359072685242, + 0.03447610139846802, + -1.510538935661316, + -0.6029724478721619, + 0.47951817512512207, + 1.1824169158935547, + 2.4518015384674072, + -0.12840192019939423, + -0.5713563561439514, + 0.21507519483566284, + 1.2829031944274902, + 0.12810617685317993, + 0.12481115758419037, + 1.1883538961410522, + -0.13737183809280396, + -0.017338715493679047, + -0.08079597353935242, + -0.3636436462402344, + 0.2827175557613373, + -1.048692226409912, + -1.2547906637191772, + -0.4407835602760315, + 0.920450747013092, + -0.3035421669483185, + -1.7816197872161865, + 0.1244281530380249, + 0.4489193856716156, + -1.1417828798294067, + -0.019047681242227554, + 0.07590208202600479, + -0.04657263308763504, + -0.15195588767528534, + 0.8351496458053589, + -0.5389254093170166, + -0.8175278306007385, + -0.6904160380363464, + 0.5809680819511414, + 0.13349418342113495, + -0.24177148938179016, + 0.0844389870762825, + -0.42259329557418823, + -1.0198633670806885, + 0.015599442645907402, + 0.39916279911994934, + 0.9820626974105835, + -0.7491141557693481, + 0.8812907934188843, + -0.42247167229652405, + 0.06480848044157028, + 0.612940788269043, + 0.21891038119792938, + -0.3379608392715454, + 1.0119935274124146, + -0.019031839445233345, + -0.3706207573413849, + 0.6374184489250183, + -0.5117350220680237, + -1.206825613975525, + 0.5415226817131042, + -0.7729857563972473, + 1.4722002744674683, + 0.091612309217453, + -1.2065943479537964, + -0.14941832423210144, + 0.45410746335983276, + -4.223142147064209, + 0.24570129811763763, + 0.23397517204284668, + -0.928677499294281, + -1.1925112009048462, + 0.23007085919380188, + -1.0704753398895264, + -1.6485732793807983, + 0.4821000099182129, + -0.6298251152038574, + -0.44328466057777405, + -0.17252397537231445, + 0.29387810826301575, + -0.8680712580680847, + 0.6190166473388672, + 0.9908802509307861, + 0.8874445557594299, + -1.2140979766845703, + 0.7887416481971741, + 1.9459251165390015, + -0.14010918140411377, + 0.4637584686279297, + 1.4056482315063477, + 0.49995362758636475, + -0.19499905407428741, + -0.4121816158294678, + -1.6719688177108765, + 0.3566794693470001, + -1.139462947845459, + -0.09142574667930603, + -0.9643753170967102, + -1.1610082387924194, + 1.4036039113998413, + 2.035858631134033, + 1.6549490690231323, + 0.23132967948913574, + 0.4172457456588745, + -0.5146321058273315, + -0.4386177361011505, + 0.3748818337917328, + 0.9216092228889465, + 0.2190617024898529, + -0.49764373898506165, + 0.24076521396636963, + 0.5463624596595764, + -0.11069471389055252, + 0.7213592529296875, + 0.14328935742378235, + -0.6099342107772827, + -0.21075281500816345, + 0.008263914845883846, + 0.0829332023859024, + 1.2343207597732544, + 1.1698222160339355, + 0.8636144995689392, + -0.7788892984390259, + -1.5552303791046143, + 0.9490317702293396, + -0.7936421632766724, + 0.9958963394165039, + -1.30406653881073, + -0.4214235544204712, + -1.4083328247070312, + -1.8020319938659668, + 0.21915028989315033, + 0.39414992928504944, + -1.4289101362228394, + 0.8968761563301086, + 0.4506935775279999, + 0.4963921308517456, + -0.28274354338645935, + -1.0010199546813965, + 1.297711968421936, + -0.09048684686422348, + 0.428877592086792, + 1.093215823173523, + 1.1824575662612915, + 0.29568159580230713, + -2.3656516075134277, + -1.3984079360961914, + -0.9646362066268921, + -0.9532443284988403, + 0.35418030619621277, + 0.45643195509910583, + 0.6781677007675171, + 0.32148492336273193, + -1.0010061264038086, + 0.7629972100257874, + -1.589925765991211, + 1.2453086376190186, + -2.027432441711426, + -1.1786458492279053, + 0.9867236614227295, + 0.38784220814704895, + -0.9530383348464966, + 0.519212543964386, + -0.6959365010261536, + 0.543200671672821, + -0.7458526492118835, + 0.10962031781673431, + -0.46726951003074646, + -0.009077130816876888, + 0.7209254503250122, + -0.6420469880104065, + -0.4832473397254944, + 0.025254584848880768, + 0.4620450437068939, + -0.5780662894248962, + -0.3375411033630371, + 0.584003746509552, + -0.15452587604522705, + -0.0607144832611084, + 0.06228053569793701, + -0.4709896743297577, + -0.2349909394979477, + 0.381535142660141, + 0.4702337086200714, + 0.7611263394355774, + -0.40058791637420654, + 0.21142888069152832, + 0.39679786562919617, + -0.5166540741920471, + 0.3482476770877838, + -1.4897533655166626, + 0.4686342477798462, + 1.4802354574203491, + 1.0117051601409912, + 0.895746111869812, + 1.678837776184082, + -0.33582451939582825, + 0.8439515829086304, + -2.1733591556549072, + -0.030291683971881866, + -0.04150509089231491, + 1.0119917392730713, + -1.3868800401687622, + 0.1385829746723175, + 0.938322901725769, + -0.22432322800159454, + -0.6175576448440552, + -0.29744860529899597, + -0.2875809967517853, + -1.4089291095733643, + 0.25710052251815796, + -0.44966617226600647, + 0.7890524864196777, + -0.4595611095428467, + 0.38448524475097656, + -1.8808163404464722, + -1.3816380500793457, + -0.10206131637096405, + -0.5571868419647217, + 0.5533304214477539, + 0.5026518106460571, + 0.43245774507522583, + 0.6397390365600586, + -0.37374159693717957, + -0.7824108600616455, + 0.12506136298179626, + 0.7041292190551758, + 0.2332768738269806, + -0.9131583571434021, + -0.5976174473762512, + -0.39110204577445984, + -0.758936882019043, + -0.3592321276664734, + 0.6985518932342529, + -0.47730186581611633, + -0.9622618556022644, + -1.1181477308273315, + 0.07546637952327728, + 0.7312949299812317, + -0.7219504117965698, + -0.6417906284332275, + 0.44856688380241394, + -0.6834646463394165, + 0.47753775119781494, + -0.39270198345184326, + 1.3838446140289307, + -1.047913670539856, + 0.5741575360298157, + 0.8034817576408386, + -0.37951573729515076, + 0.7497617602348328, + -0.33478686213493347, + 0.40875715017318726, + -0.4310244917869568, + -0.43081626296043396, + -0.2568645477294922, + 0.5490862727165222, + -0.3585949242115021, + -0.7411054968833923, + 0.7114929556846619, + -1.3619740009307861, + 1.0542527437210083, + -0.02168591320514679, + -0.5375610589981079, + 0.24096143245697021, + -0.18880483508110046, + 0.030610911548137665, + -0.23039771616458893, + 0.405166894197464, + -0.27259302139282227, + -0.13936403393745422, + -0.6653674244880676, + 0.5224511623382568, + -0.4172174036502838, + -0.025346428155899048, + -0.052211254835128784, + 0.4652702212333679, + -0.360880047082901, + -0.799102246761322, + -0.9156358242034912, + 0.7083598375320435, + -1.1320277452468872, + 0.9262363314628601, + 0.08305114507675171, + -0.22745521366596222, + 0.2010330706834793, + 0.9706462621688843, + 1.4496809244155884, + 0.2617977559566498, + -0.8291578888893127, + 0.47968846559524536, + 0.29125767946243286, + 0.3087140917778015, + -0.171536386013031, + 0.5551432967185974, + 0.09099078923463821, + -1.0962551832199097, + 0.8814903497695923, + 0.5243364572525024, + 0.7047240138053894, + 0.6833091974258423, + 0.9182928204536438, + 0.23724082112312317, + -0.8077110648155212, + -0.05946099013090134, + -0.5241314172744751, + -0.02588576078414917, + 0.8613319993019104, + 0.16187140345573425, + 0.19675154983997345, + 0.5900828242301941 + ] + }, + { + "key": 4, + "name": "Geralt of Rivia", + "type": "movie", + "media": "The Witcher", + "label": [ + "Courageous", + "Discreet", + "Non-committal", + "Selective", + "Sensual" + ], + "embedding": [ + -1.6829643249511719, + 0.2458125352859497, + -0.4092563986778259, + -0.22580377757549286, + -1.3198057413101196, + 0.25582146644592285, + 0.5196247696876526, + -0.6485291719436646, + -0.5039767622947693, + 0.6552594900131226, + 0.8693555593490601, + 0.10102817416191101, + -1.4468687772750854, + -0.737717866897583, + 1.5373376607894897, + -0.12156952172517776, + -0.19470557570457458, + 0.052819304168224335, + -0.6961650848388672, + -0.4391222894191742, + -1.0562934875488281, + 0.3969132900238037, + -0.034979671239852905, + 1.0898492336273193, + -0.40092676877975464, + 0.28166663646698, + -0.14591282606124878, + -0.4343140721321106, + -0.8166250586509705, + 1.1689468622207642, + 0.032258909195661545, + -0.3172224760055542, + 0.20552629232406616, + -1.4384597539901733, + 0.4589235782623291, + -0.7978368401527405, + -0.55722975730896, + -0.5948014855384827, + -1.5100911855697632, + 0.7077680230140686, + 1.2338895797729492, + 0.20275288820266724, + 1.4162170886993408, + -1.422505259513855, + 0.9327942728996277, + -0.6772369742393494, + 0.13407683372497559, + -0.3556596338748932, + 0.45443016290664673, + 0.10993671417236328, + 0.12233221530914307, + 0.753875195980072, + 1.150722622871399, + -0.5882855653762817, + -0.010613268241286278, + -1.4811205863952637, + -0.23785659670829773, + -0.658596396446228, + -1.188393235206604, + -1.449931025505066, + -1.5894042253494263, + 0.8470000624656677, + -0.178512841463089, + -0.1549525111913681, + 1.0442578792572021, + 1.18735933303833, + -0.271328866481781, + 0.8708488941192627, + 0.3389909267425537, + -0.9769206047058105, + -0.23519577085971832, + -0.30819380283355713, + -0.7778662443161011, + -0.27002936601638794, + -2.30853271484375, + 0.6230435371398926, + -0.5340403318405151, + -0.26932892203330994, + -0.0235130712389946, + 1.0765711069107056, + 0.46956759691238403, + 0.7489230632781982, + 0.09194119274616241, + -0.013329754583537579, + -0.17358209192752838, + 0.6887227892875671, + -0.9510101079940796, + 0.2883736789226532, + -0.09693040698766708, + -0.2893291115760803, + -1.0920722484588623, + 0.1484912782907486, + -0.39980003237724304, + -0.9346578121185303, + -0.3133224844932556, + 0.839601457118988, + -0.855558454990387, + -0.08250746876001358, + 0.06897547096014023, + 1.0467960834503174, + -0.04969693347811699, + 0.37382039427757263, + 0.13042162358760834, + 0.19955720007419586, + 0.33298665285110474, + -1.2498526573181152, + 0.11786583065986633, + 1.5336273908615112, + 0.6078792214393616, + 0.4161597788333893, + 0.38124144077301025, + 1.0885827541351318, + 0.6570560932159424, + 0.3580245077610016, + 0.7340758442878723, + -0.827539324760437, + 0.3835258185863495, + 0.14271759986877441, + -1.024249792098999, + -0.9905064105987549, + 1.6452350616455078, + -0.21641957759857178, + 0.30708974599838257, + -1.1888431310653687, + -0.1716991662979126, + -0.2602843642234802, + -1.2490345239639282, + 0.07320722937583923, + -0.5369278788566589, + 0.3019809424877167, + 0.8773223757743835, + 0.036140404641628265, + 0.08436699956655502, + -0.9799204468727112, + -0.2442275732755661, + 0.07831505686044693, + -0.3416413366794586, + 0.6060912013053894, + -0.49770233035087585, + -0.6461062431335449, + 0.01923191174864769, + 0.8654019236564636, + 1.2284784317016602, + -1.4550540447235107, + 1.3331348896026611, + -1.4579086303710938, + 0.440329909324646, + 0.09530368447303772, + 0.4186159670352936, + -0.14318683743476868, + 1.2218877077102661, + -0.5312671065330505, + 1.2496953010559082, + 0.06036485731601715, + 0.6468198895454407, + -0.858181893825531, + -0.3863612413406372, + 1.1859556436538696, + 0.9968008995056152, + 1.3587719202041626, + 0.5025365948677063, + -0.6777172684669495, + -0.7138834595680237, + 0.10297511518001556, + 0.1399923712015152, + 0.21755313873291016, + 0.7517195343971252, + 1.3589242696762085, + 0.04805311560630798, + -0.6983808279037476, + 0.2131197452545166, + -1.2052003145217896, + -0.07889416813850403, + -0.10388397425413132, + 0.9421340227127075, + 0.20683667063713074, + 1.8429198265075684, + 0.6633847951889038, + 0.15177561342716217, + -1.403327226638794, + -0.2657800316810608, + 0.6138646006584167, + -0.5703750252723694, + 0.02655661851167679, + -1.331779956817627, + -0.8616226315498352, + -0.7618334889411926, + -0.30354925990104675, + 0.4301859140396118, + 1.4046845436096191, + -0.2339082658290863, + -0.9651691317558289, + 0.46590107679367065, + -0.14066465198993683, + 0.6769965887069702, + 0.2880330979824066, + 0.05428279936313629, + -1.5984340906143188, + 0.3645177483558655, + -1.213428258895874, + 0.9749802947044373, + 1.3981391191482544, + 0.48890241980552673, + -1.5611129999160767, + -1.0390074253082275, + -0.08875061571598053, + -0.6287132501602173, + 0.010436641052365303, + 1.1896203756332397, + -0.039950430393218994, + -0.17860791087150574, + 0.5150607228279114, + -0.5701534152030945, + -0.6118291616439819, + -0.8753008842468262, + -0.8187574744224548, + -0.411189466714859, + 0.320627361536026, + -0.827307403087616, + -0.17087240517139435, + -0.9076724052429199, + 1.507745623588562, + 0.4438266158103943, + -0.16167449951171875, + 0.05563175678253174, + 0.2845499515533447, + 0.5344213843345642, + 0.851624608039856, + 0.2046537697315216, + 0.13125291466712952, + 0.4172365367412567, + -0.2829664945602417, + 0.4117216169834137, + 0.24814113974571228, + 0.8249467611312866, + -0.06622599065303802, + -1.0003308057785034, + 0.5763611197471619, + 1.2074583768844604, + 0.40391793847084045, + -1.0863308906555176, + -0.48162320256233215, + 2.056691884994507, + -0.26916590332984924, + -1.0349786281585693, + 0.24621248245239258, + 0.9814237356185913, + 0.10543754696846008, + 0.4990708827972412, + -0.6674587726593018, + 0.393113374710083, + 1.4587265253067017, + -0.6597355008125305, + -0.34652116894721985, + 0.20153537392616272, + -0.3224210739135742, + 0.5218005180358887, + -0.6972642540931702, + -0.28344976902008057, + -0.2859373986721039, + 0.676555335521698, + 0.5939217805862427, + 0.18608173727989197, + 0.7830237746238708, + 0.17320820689201355, + -0.6063365936279297, + 0.10537319630384445, + 0.3563978374004364, + -0.27384909987449646, + -0.5317574143409729, + 0.028078189119696617, + 0.0478348582983017, + -0.5701301693916321, + -0.40858137607574463, + -1.4755197763442993, + 1.067946434020996, + -0.8873451948165894, + 0.1286214292049408, + 2.4284727573394775, + 0.6691347360610962, + 0.014430584385991096, + 0.882921040058136, + 0.9438324570655823, + -0.13936379551887512, + 0.9982949495315552, + -0.5806906223297119, + -0.12010986357927322, + 0.058014437556266785, + 0.12863454222679138, + -1.4208385944366455, + -0.02313217520713806, + 0.22985577583312988, + 1.4518601894378662, + 0.8222963213920593, + -1.0323842763900757, + -0.9308382868766785, + -1.1837375164031982, + -3.5723156929016113, + 0.11476224660873413, + -0.19050544500350952, + 0.030773364007472992, + 0.2679218351840973, + 0.4996058940887451, + -1.4890978336334229, + -0.21004392206668854, + -0.7792911529541016, + -0.6813858151435852, + 1.253544807434082, + -1.7976213693618774, + -1.093717336654663, + 0.747836709022522, + -0.8802781105041504, + -0.7939344048500061, + -0.28410643339157104, + 0.07612140476703644, + 0.6861076354980469, + -1.3653963804244995, + -0.11390767246484756, + -0.914588451385498, + 1.2768787145614624, + 0.5215522050857544, + 0.7642822265625, + -0.49016547203063965, + 1.116633653640747, + -0.017829054966568947, + -0.9192723631858826, + -1.0959395170211792, + -0.6240020990371704, + -0.48491916060447693, + -0.13528048992156982, + 1.4228018522262573, + 0.816819965839386, + 0.8158164024353027, + -0.39696288108825684, + -0.46483728289604187, + 1.3502918481826782, + -0.8055365681648254, + 0.625, + 0.14764302968978882, + -0.3801744878292084, + 0.7130166888237, + -0.44218727946281433, + -0.3605829179286957, + 0.10616931319236755, + 0.6008207201957703, + -1.069273829460144, + -1.1458820104599, + -0.3758634924888611, + -0.39814794063568115, + -1.0717887878417969, + -0.5891772508621216, + -1.281683087348938, + -0.2891145348548889, + -0.9664280414581299, + -0.6436675786972046, + -0.11366140842437744, + -0.22264686226844788, + -1.3215678930282593, + -1.6571887731552124, + 0.32089465856552124, + -0.851330041885376, + -0.32237571477890015, + 0.4673829674720764, + 0.10761083662509918, + -0.5227762460708618, + 1.2171820402145386, + 0.5648720860481262, + 0.2292838990688324, + -0.5190205574035645, + -0.09301132708787918, + -1.3738131523132324, + -0.6996115446090698, + 0.11857619136571884, + 0.6892504692077637, + -0.06858968734741211, + -0.24536122381687164, + -1.4203789234161377, + 0.6354407072067261, + 0.04365513473749161, + -0.23262184858322144, + 1.1808005571365356, + -0.6997830271720886, + -0.6672974824905396, + 0.3359152674674988, + 0.09643442928791046, + 0.3354813754558563, + 5.307951927185059, + -0.8924180269241333, + 0.3091352581977844, + 0.2891259789466858, + 0.8435040712356567, + 0.5953741073608398, + -0.38714319467544556, + 0.5948919653892517, + 0.3422478139400482, + -0.3967220187187195, + 0.11985887587070465, + 0.040226563811302185, + -0.5718772411346436, + 0.14671000838279724, + -0.3856866955757141, + 1.4457545280456543, + 0.13131247460842133, + -0.791020393371582, + 2.531120538711548, + -1.2427852153778076, + 0.18059442937374115, + -0.32709798216819763, + 0.285272479057312, + 0.254247784614563, + -1.3864612579345703, + 0.07384683191776276, + 0.6676358580589294, + 0.2192244529724121, + 0.0640263482928276, + 0.6831933259963989, + -0.3603917062282562, + 1.6609550714492798, + 1.7947160005569458, + 0.039010562002658844, + -0.35099443793296814, + -0.08809186518192291, + -0.5377401113510132, + 0.32574132084846497, + -0.5534836053848267, + 2.049957513809204, + -0.4408360421657562, + -0.6140372157096863, + -1.9541555643081665, + -0.4689147472381592, + -0.6754796504974365, + 0.9176554679870605, + 0.27462834119796753, + -1.1655340194702148, + 0.04433651268482208, + -0.7280724048614502, + 0.21327129006385803, + -1.492472529411316, + -0.358568400144577, + 0.015297045931220055, + 2.2654404640197754, + -0.3172603249549866, + -1.2390979528427124, + -0.6268597841262817, + -0.030607983469963074, + 1.9576654434204102, + -0.5161348581314087, + 0.5004169940948486, + -2.923588752746582, + -0.35931575298309326, + -0.45477721095085144, + 1.543139934539795, + -0.8890525102615356, + 0.20872588455677032, + 0.9814194440841675, + 0.4897211790084839, + 0.45024561882019043, + 0.8737897276878357, + 0.2762264907360077, + 0.4660126566886902, + -0.3604084849357605, + 0.5310971140861511, + -1.1606526374816895, + 1.599592685699463, + 1.1250368356704712, + -0.22597503662109375, + 1.123454213142395, + -1.1597737073898315, + 0.32746610045433044, + 0.5043123960494995, + 1.0396119356155396, + 0.5555650591850281, + -0.43578243255615234, + 1.4897879362106323, + -0.22971221804618835, + -1.3249075412750244, + -0.5289071798324585, + -0.16283613443374634, + -0.23435741662979126, + 1.2759439945220947, + 0.04513019323348999, + -0.32843688130378723, + 1.7152445316314697, + 0.1001664400100708, + -0.3850632309913635, + -0.27832069993019104, + 0.820831835269928, + -0.5604473948478699, + 0.19935199618339539, + -0.49526381492614746, + -0.24217228591442108, + -0.4627857208251953, + 0.007718246430158615, + -0.2753065824508667, + -0.9763833284378052, + 0.03640107810497284, + -0.8249455690383911, + 0.419403076171875, + 0.007518649101257324, + -0.5712658166885376, + 0.6960774660110474, + 1.391433596611023, + 0.32028406858444214, + 0.18271876871585846, + 0.8315620422363281, + 0.8524177670478821, + -0.8233785033226013, + -0.3844749331474304, + -0.4915633201599121, + -0.34622785449028015, + -0.4357391595840454, + -0.8844352960586548, + -0.08197756856679916, + 0.9538995027542114, + -0.9996567964553833, + 0.7596847414970398, + 0.8249725103378296, + -0.4429539144039154, + 0.7178550958633423, + 1.2156298160552979, + 1.5881341695785522, + -0.5642540454864502, + 1.6995317935943604, + 0.5966086983680725, + 0.21733307838439941, + -0.1687617003917694, + 0.8065965175628662, + 0.08226031810045242, + 0.336587518453598, + 0.49292778968811035, + 0.4781613349914551, + 0.17516277730464935, + -1.3002573251724243, + -0.4918134808540344, + -0.22993600368499756, + 1.1152290105819702, + 0.6123819351196289, + 0.7755173444747925, + 1.0523568391799927, + -0.5376787185668945, + 0.33793577551841736, + -0.41070127487182617, + -0.5498583316802979, + -0.3358481824398041, + -0.9498001337051392, + -1.0489699840545654, + -0.608162522315979, + 0.7719741463661194, + -0.008585592731833458, + 0.8778671622276306, + -0.3678213655948639, + 0.9398657083511353, + 1.0005087852478027, + 1.6430315971374512, + 0.7572729587554932, + -0.31621748208999634, + 0.7042922973632812, + 0.2226864993572235, + -0.31328362226486206, + 1.161482810974121, + -0.028483260422945023, + -0.1319982409477234, + 0.05252256989479065, + -0.4914103150367737, + -0.11940091848373413, + -1.0008434057235718, + 0.3983267843723297, + -0.6910654306411743, + -1.4680830240249634, + -0.927669882774353, + 1.0919109582901, + -0.2620914578437805, + 0.13961920142173767, + -0.29772400856018066, + -0.25633275508880615, + -0.011379770934581757, + -0.00277719646692276, + 1.8279898166656494, + 1.1631381511688232, + -0.5424356460571289, + -0.34467482566833496, + -0.6777631044387817, + 0.694936990737915, + 1.1576944589614868, + -0.017650587484240532, + -0.10717064142227173, + -0.8030324578285217, + -0.73590487241745, + -0.5447722673416138, + -2.2063753604888916, + 0.516879677772522, + 0.1248609870672226, + -0.6397959589958191, + 0.8568034172058105, + -0.9211729168891907, + -1.3915079832077026, + -0.34755203127861023, + 0.2511600852012634, + -0.7484042644500732, + -0.08054026961326599, + -1.375534176826477, + -0.1216459795832634, + 0.26351672410964966, + 0.05128036439418793, + -0.8357353210449219, + -1.521991491317749, + -0.11264732480049133, + 0.21588526666164398, + 0.43909940123558044, + -0.3587047755718231, + -2.1211836338043213, + -1.92136549949646, + -0.7543349266052246, + -1.0013669729232788, + -0.4711427092552185, + 0.3724556863307953, + -0.12844766676425934, + -0.2888977527618408, + -0.9726524949073792, + 0.5986140370368958, + -0.24242161214351654, + 0.24744167923927307, + -0.2806212306022644, + 1.3504390716552734, + 0.683686375617981, + -0.8728073835372925, + -0.6447239518165588, + -1.1260079145431519, + -0.9625758528709412, + 1.109498381614685, + -0.06818214058876038, + 0.39079713821411133, + -0.03644811734557152, + -0.5313693284988403, + 1.3558316230773926, + 1.1406484842300415, + -1.1344369649887085, + -0.13194429874420166, + -0.31225430965423584, + -1.077792763710022, + 0.8539286255836487, + 0.4307728111743927, + -0.7922762632369995, + -0.47974979877471924, + 0.4849435091018677, + -0.05083022266626358, + -1.2052600383758545, + 1.3586156368255615, + 0.05516640841960907, + -0.1562870591878891, + -2.259213447570801, + -0.6167377829551697, + 0.7262377142906189, + -1.0760825872421265, + 0.5089835524559021, + -1.0006929636001587, + -0.30017974972724915, + -0.25574004650115967, + -0.7039914727210999, + -1.4515079259872437, + 1.24684739112854, + -0.012779349461197853, + -1.2980101108551025, + 0.23945266008377075, + 1.089299201965332, + 1.9782665967941284, + -0.8144065737724304, + 1.2449814081192017, + 0.4629247784614563, + 0.7061453461647034, + 0.15363723039627075, + 0.5253363847732544, + 1.2944775819778442, + -0.20405249297618866, + 0.37300172448158264, + -1.264917016029358, + 1.1712470054626465, + -0.8018582463264465, + -0.927237331867218, + 0.7447201609611511, + -0.34840452671051025, + -0.20390869677066803, + 0.33746832609176636, + 0.40257787704467773, + -0.22008055448532104, + 0.28489619493484497, + -0.35172075033187866, + 0.11931201815605164, + -0.6012043952941895, + 0.1767316311597824, + -0.794996976852417, + -0.5440570116043091, + 0.7281885743141174, + -0.9959375858306885, + 0.2544458210468292, + 1.152714490890503, + -0.6446012854576111, + -0.23124918341636658, + -0.6220802664756775, + -0.26800215244293213, + 0.37656378746032715, + -0.3593195080757141, + -0.4365979731082916, + 1.2295567989349365, + 0.13188950717449188, + 0.7061722278594971, + -1.0316836833953857, + -0.5277619361877441, + -0.7819141149520874, + -0.1496337503194809, + -1.1198124885559082, + 0.33577051758766174, + 0.36723852157592773, + -0.1408061385154724, + 1.245080828666687, + -1.8095118999481201, + -0.16376572847366333, + -1.1570488214492798, + 0.43642064929008484, + 0.017502859234809875, + 0.7530035376548767, + 2.068221092224121, + 0.06865011900663376, + 1.1388545036315918, + 0.1774793416261673, + 1.0533537864685059, + -0.4499959647655487, + -0.3500271141529083, + 1.3283531665802002, + -0.5370144248008728, + -0.39217036962509155, + 1.1427743434906006, + -0.31281426548957825, + 0.03469594195485115, + 0.2575015723705292, + -0.5067633390426636, + 0.1960265189409256, + 0.9014397263526917, + -0.930626392364502, + -1.0385998487472534, + -0.30876174569129944, + 0.49368757009506226, + -0.7111886143684387, + 0.7249775528907776, + 0.1567411720752716, + -0.06601496040821075, + -0.910725474357605, + 0.07310653477907181, + -0.2843147814273834, + -0.43803998827934265, + 0.5831022262573242, + 0.8237647414207458, + -0.2909625768661499, + -0.7269676327705383, + 1.001997947692871, + -0.7721547484397888, + -0.7498102188110352, + 0.971781313419342, + 0.20038720965385437, + 0.7776167988777161, + -0.7437002658843994, + 0.9363001585006714, + -0.1638226956129074, + -0.006270227953791618, + 0.6613166928291321, + 0.22129377722740173, + -0.5037299394607544, + 1.0544211864471436, + 0.6112596392631531, + 0.11134795844554901, + 0.630823016166687, + -0.18622097373008728, + -0.7935577630996704, + 0.11748630553483963, + -0.12505212426185608, + 1.5457383394241333, + -0.057999372482299805, + -0.9628442525863647, + -1.3339951038360596, + -0.3747406303882599, + -3.827758312225342, + 0.16325342655181885, + -0.13142693042755127, + 0.06127063184976578, + -1.556986927986145, + -0.30194032192230225, + -0.7917845845222473, + -1.3095362186431885, + 1.0542545318603516, + -0.3132663667201996, + -0.7766544818878174, + -0.09713749587535858, + -0.9210371971130371, + -1.1951301097869873, + 0.9175567030906677, + 0.8756079077720642, + -0.10872437804937363, + -1.1245625019073486, + 0.7035769820213318, + 2.889251708984375, + -0.0360046923160553, + 0.7276871800422668, + 1.7429883480072021, + 0.6820039749145508, + -0.6893470287322998, + -0.9591223001480103, + -0.9210542440414429, + -0.0009433962404727936, + -0.9754754304885864, + -1.2602285146713257, + 0.29098695516586304, + -0.747571587562561, + 2.021019697189331, + 1.751353144645691, + 1.4417142868041992, + 0.5019100904464722, + 0.411567747592926, + -0.5092809200286865, + 0.3410460948944092, + -0.21845726668834686, + -0.2959781587123871, + 0.5274823307991028, + -0.6226019859313965, + -0.17512007057666779, + 0.2526155412197113, + 0.7865374088287354, + 1.0719645023345947, + -0.3344336450099945, + -0.49272969365119934, + -0.2547629177570343, + 0.7054104208946228, + 0.8395776748657227, + -0.5814949870109558, + 0.12924322485923767, + 0.8817228078842163, + -1.0396921634674072, + -1.3402910232543945, + 0.34344151616096497, + -0.6009087562561035, + 0.56369549036026, + -0.5265145301818848, + -0.29250505566596985, + -1.2848035097122192, + -1.8196510076522827, + -1.020331621170044, + 1.0296010971069336, + -1.054504632949829, + 0.8250865936279297, + 0.8603881597518921, + 1.0810657739639282, + -1.769437551498413, + -0.37460842728614807, + 0.8413809537887573, + -0.011225839145481586, + 0.08709980547428131, + 0.5479653477668762, + 0.21635660529136658, + -0.1465304046869278, + -1.4285920858383179, + -0.6360998749732971, + -0.23442377150058746, + -0.7433455586433411, + 0.6896586418151855, + -0.30043676495552063, + 0.8783072233200073, + -0.19979968667030334, + -0.10970084369182587, + 0.3372015655040741, + -1.4789363145828247, + 0.26378023624420166, + -1.6212613582611084, + -0.831260085105896, + 0.4700539708137512, + 0.03969357907772064, + -1.4741288423538208, + 0.23634546995162964, + -0.427188515663147, + 0.44163691997528076, + -1.1695406436920166, + -1.2269659042358398, + -0.48328861594200134, + -0.4025880694389343, + 0.255276620388031, + -0.724515438079834, + -0.5421721935272217, + 0.14623120427131653, + 0.6851348280906677, + -0.6386953592300415, + 0.1809483915567398, + 0.23046641051769257, + -0.9061475396156311, + 0.2966683506965637, + -0.01852523721754551, + -0.7408685088157654, + -0.4741729199886322, + 0.35719600319862366, + 0.9068987965583801, + 0.448069304227829, + -0.03510580211877823, + -0.1987922042608261, + 0.16387997567653656, + -0.3434574007987976, + -0.6625919342041016, + -1.1778113842010498, + -0.9291026592254639, + 0.9102657437324524, + 0.9535101056098938, + 0.6179718375205994, + -0.047783344984054565, + 0.40655606985092163, + 1.013575553894043, + -1.027955412864685, + 0.4614315330982208, + 0.2195102423429489, + 1.0270158052444458, + -0.9992574453353882, + -1.2152386903762817, + 0.8307034373283386, + -0.04238925129175186, + -0.4241870641708374, + 1.1288435459136963, + 0.1728387475013733, + -0.10297181457281113, + -0.43070319294929504, + -0.7245205044746399, + 0.21671639382839203, + -0.18403978645801544, + 0.6433984637260437, + -1.1766455173492432, + -0.8823853135108948, + -0.5197881460189819, + -0.4846300184726715, + 1.1113271713256836, + 1.2978578805923462, + 1.00031316280365, + 0.6044570207595825, + -0.43537625670433044, + -0.6395081877708435, + 0.7627479434013367, + 0.9305368661880493, + -0.19162403047084808, + -0.17720645666122437, + -0.6489070057868958, + -0.06849177181720734, + 0.16561876237392426, + 0.79462730884552, + 1.0288679599761963, + -0.1900556981563568, + -0.6711165308952332, + 0.09062367677688599, + 0.5110888481140137, + 1.2029616832733154, + -1.122361421585083, + 0.09971068799495697, + 0.12904676795005798, + -0.9588370323181152, + 1.158914566040039, + -0.7053718566894531, + -0.015874989330768585, + -1.1714370250701904, + 0.7531986236572266, + -0.5170239806175232, + -0.29207614064216614, + 1.0923212766647339, + -0.0994618758559227, + -0.09286092221736908, + -0.46450719237327576, + 0.9693856239318848, + -0.2119777351617813, + 0.5915653705596924, + 0.29830867052078247, + -0.8945173621177673, + 1.2965478897094727, + -1.7532542943954468, + 1.5939539670944214, + -0.06794453412294388, + -0.5338616371154785, + -0.03823663294315338, + 0.6925313472747803, + 0.5488585233688354, + -0.7808416485786438, + 0.2895021438598633, + 0.336620032787323, + -0.3193483352661133, + -0.6293757557868958, + 0.4553722143173218, + -0.3938710391521454, + -0.6588837504386902, + 0.44871944189071655, + 0.9352108836174011, + -0.2628611922264099, + -0.3398936986923218, + -0.6980348229408264, + 0.9670835733413696, + -0.35534459352493286, + -0.32961007952690125, + 1.2925666570663452, + -0.8231470584869385, + 1.1970394849777222, + 0.4116436541080475, + 0.708166778087616, + 1.2333954572677612, + -0.19586262106895447, + 0.5800647139549255, + -0.23422522842884064, + 0.3626834452152252, + -0.6495195031166077, + -0.11536897718906403, + -1.3013538122177124, + -1.2261102199554443, + 0.7194820046424866, + 0.7405726313591003, + 1.1797112226486206, + 0.510381817817688, + 0.716805100440979, + 0.28215545415878296, + 0.251433402299881, + -0.1590781807899475, + -1.5162910223007202, + -0.8034846782684326, + 0.5994957089424133, + 0.04665602743625641, + -0.33542507886886597, + 1.2059036493301392 + ] + }, + { + "key": 5, + "name": "Emily Cooper", + "type": "movie", + "media": "Emily in Paris", + "label": [ + "Adventurous", + "Ambitious", + "Courageous", + "Flirtatious", + "Romantic" + ], + "embedding": [ + -0.8122904300689697, + 0.11889711022377014, + 0.18937936425209045, + -0.6038594245910645, + -0.6165827512741089, + -0.01430707797408104, + 0.0874282717704773, + -0.7644797563552856, + -0.9360663294792175, + -0.4054986238479614, + 0.4043772518634796, + 0.07641427218914032, + -1.6600923538208008, + -0.18849997222423553, + 1.2037925720214844, + 0.9811651706695557, + 0.5330884456634521, + -0.15822233259677887, + -1.457280158996582, + -0.6408333778381348, + -0.26919859647750854, + 0.25191694498062134, + -0.6334505677223206, + -0.9277969002723694, + -1.2508240938186646, + 0.06505124270915985, + -0.5428680181503296, + 0.03166898712515831, + -1.0663501024246216, + 0.7762659788131714, + -0.41417208313941956, + 0.5660287737846375, + -0.1288377195596695, + -1.700079321861267, + 0.5145546793937683, + -1.0680086612701416, + 0.11398909986019135, + 0.41758617758750916, + -1.726424217224121, + 1.0893508195877075, + 1.1171157360076904, + -0.9404629468917847, + 0.5653876662254333, + -0.7646632194519043, + 0.5717947483062744, + -0.5774726867675781, + 0.11673621833324432, + -0.6696977019309998, + 0.40586286783218384, + 0.24334856867790222, + -0.4947727918624878, + 0.3789561092853546, + 0.6716940402984619, + 0.013366911560297012, + 0.1597806215286255, + 0.46340397000312805, + 0.42003002762794495, + -0.6639547348022461, + -1.1935392618179321, + -2.296175718307495, + -1.0192828178405762, + -0.0749327689409256, + -0.3604423701763153, + 0.16370810568332672, + -0.4070195257663727, + 1.4501322507858276, + -0.0036948565393686295, + -0.22211700677871704, + 0.4620678424835205, + -1.171877384185791, + -0.5505256652832031, + 0.0907147079706192, + -0.857604444026947, + 0.636594295501709, + -2.1753149032592773, + 0.06851145625114441, + 0.10199898481369019, + -0.7779062390327454, + -0.1666852831840515, + 1.2114028930664062, + 0.44236379861831665, + 0.8042166829109192, + 0.18723064661026, + 0.3543573319911957, + -0.6329708695411682, + 0.8132692575454712, + -0.20001868903636932, + -0.767549455165863, + -0.10201717168092728, + 0.31758564710617065, + -1.3807414770126343, + 0.29509273171424866, + 0.5187625885009766, + -1.2867815494537354, + -0.8363784551620483, + 0.4285043776035309, + -0.7130795121192932, + -0.25401771068573, + 1.3176419734954834, + 0.28642722964286804, + 0.10735653340816498, + 0.4933916926383972, + 0.02986479550600052, + 0.15796545147895813, + 0.39257946610450745, + -1.7280128002166748, + 0.12568803131580353, + 0.9500346779823303, + 0.6191926002502441, + 0.09534826874732971, + 0.943405270576477, + -0.5045432448387146, + 0.5307637453079224, + 0.36833566427230835, + 0.1612568348646164, + 0.24274396896362305, + -0.1558709293603897, + -0.5308884382247925, + 0.02766038477420807, + 0.07508088648319244, + 0.7584908604621887, + 0.6809718608856201, + 0.5943867564201355, + -0.6332818269729614, + -0.6703513264656067, + -0.7164848446846008, + -0.29096370935440063, + 1.2556332349777222, + 0.298221230506897, + 0.6562967896461487, + 1.8379167318344116, + -0.11726971715688705, + -1.0153110027313232, + -0.8281075358390808, + -0.038052089512348175, + -0.5036255121231079, + -0.6677537560462952, + 0.08413907140493393, + 0.2877749800682068, + -1.21615469455719, + -0.05993900075554848, + 0.3147635757923126, + 0.4070378541946411, + -1.3783329725265503, + 0.6923828125, + -1.4410479068756104, + 0.8569208383560181, + 0.07421872764825821, + -0.8822723627090454, + 0.07066883891820908, + 1.487009882926941, + -0.13259658217430115, + 0.5448575019836426, + 1.435193657875061, + 0.49497997760772705, + -1.9224538803100586, + -0.41374310851097107, + 0.5899842977523804, + 0.5138614773750305, + 0.883815586566925, + 0.07848235964775085, + -0.7661558389663696, + -0.26703986525535583, + -1.1204564571380615, + 0.13131855428218842, + -0.3752657175064087, + 1.3554922342300415, + 1.092748999595642, + 0.3023171126842499, + -0.6117034554481506, + 0.11373648047447205, + -1.5159474611282349, + -0.034461092203855515, + 0.48843157291412354, + 0.2780376672744751, + -0.19450484216213226, + 2.091815948486328, + 0.12030734121799469, + 1.5464073419570923, + -1.0296775102615356, + -0.9781790375709534, + 0.7951244115829468, + -1.002345085144043, + -0.2736700773239136, + -0.508433997631073, + 0.1954548954963684, + -0.45304107666015625, + -0.2863890528678894, + 0.5482822060585022, + 0.9791632890701294, + -0.08433651179075241, + -1.0720651149749756, + -0.20482948422431946, + -0.9359437227249146, + 0.5953586101531982, + -0.14822284877300262, + -0.26221656799316406, + -1.123104453086853, + 0.09402791410684586, + -2.1202073097229004, + 0.6121523976325989, + 0.24746578931808472, + 0.5956720113754272, + -0.5104382038116455, + -0.6600471138954163, + 0.02466636151075363, + -1.3522779941558838, + -0.9152101874351501, + 0.9749524593353271, + -1.0201973915100098, + -0.05087548494338989, + -0.281292587518692, + -0.2335241734981537, + -0.7990289926528931, + -1.0468604564666748, + -0.7281791567802429, + 0.5409387350082397, + 0.8656837940216064, + -0.5192398428916931, + 0.1891811043024063, + 0.6426912546157837, + 0.7224546670913696, + 1.4182645082473755, + 0.30165213346481323, + 0.8599305152893066, + 1.5191649198532104, + 0.18848884105682373, + 1.0409033298492432, + -0.33152899146080017, + 0.5110116600990295, + 0.47202879190444946, + 0.30465489625930786, + 0.7318886518478394, + 0.32727518677711487, + -0.6275789141654968, + -0.2511259913444519, + -0.3240376114845276, + 0.2586688697338104, + 0.42238327860832214, + 0.34534507989883423, + -0.4185701906681061, + -0.7824423313140869, + 1.6248418092727661, + 0.5344693660736084, + -0.7785927057266235, + 0.20320989191532135, + 0.5152348875999451, + 0.22979973256587982, + -0.34951475262641907, + -0.4986269474029541, + 0.28741568326950073, + -0.5019767880439758, + -1.928200602531433, + -1.1035553216934204, + 0.692581057548523, + -0.1644631177186966, + 0.09793567657470703, + 0.17003709077835083, + 0.03222731500864029, + -0.2183459848165512, + -0.5505551695823669, + 0.567571759223938, + -0.34325242042541504, + 1.1392467021942139, + -0.11551980674266815, + -0.47426745295524597, + 0.4783112704753876, + 0.350299596786499, + 0.1942826360464096, + -0.49588239192962646, + -0.7281690239906311, + 0.1260616034269333, + 0.3001466393470764, + -0.9598283767700195, + -0.22225883603096008, + 0.9163636565208435, + -0.3985616862773895, + -0.32817405462265015, + 1.075372338294983, + 0.6396099328994751, + 0.83260577917099, + 0.6703763008117676, + -0.11763588339090347, + -0.5874794125556946, + 1.0078809261322021, + -0.5590976476669312, + -0.48735105991363525, + -0.7204746603965759, + 0.28776970505714417, + -2.0047850608825684, + 0.9333615303039551, + 0.16437223553657532, + 1.640456199645996, + 0.6800558567047119, + -0.1373317688703537, + -1.1790915727615356, + -0.5992216467857361, + -3.8440165519714355, + -0.5350828766822815, + -0.6429529190063477, + 0.5449528098106384, + -0.2126200944185257, + 0.19264782965183258, + -0.9087117314338684, + 0.1602698564529419, + 0.10338094830513, + -0.33884137868881226, + -0.019868243485689163, + -1.3181487321853638, + -0.582904577255249, + -0.19371435046195984, + -0.6867525577545166, + -0.3107130527496338, + -1.1394001245498657, + 0.5403401851654053, + 0.6168420910835266, + -0.839906632900238, + -0.9484211802482605, + -0.35084864497184753, + 1.3561793565750122, + 0.06216044723987579, + -0.0868983119726181, + 0.05906284600496292, + -0.5272969007492065, + -0.8533174395561218, + -0.914831280708313, + -0.15117120742797852, + -0.5208699703216553, + -0.013775113970041275, + -0.4518880248069763, + 0.7086966037750244, + 0.975954532623291, + 1.41594660282135, + -0.1913655549287796, + 0.4161341190338135, + 0.194364994764328, + -0.38116300106048584, + 0.04368503391742706, + 0.5735489726066589, + -0.22694313526153564, + 0.20575840771198273, + -0.0802111029624939, + -0.6577948927879333, + -0.17814472317695618, + 0.8366195559501648, + -0.7797808647155762, + -1.5100809335708618, + 0.08392637223005295, + -0.7453406453132629, + 0.016646862030029297, + -0.34121841192245483, + -1.6627203226089478, + 0.6786235570907593, + -0.18420058488845825, + 0.037210360169410706, + 1.5087357759475708, + 0.6788035035133362, + -0.5421187877655029, + -1.3787891864776611, + -0.19963787496089935, + -0.18243375420570374, + -0.5452833771705627, + -0.06870640814304352, + 0.031833574175834656, + 0.0017750300467014313, + 0.98291015625, + 0.283525675535202, + 1.084182620048523, + 1.2750698328018188, + 0.5735196471214294, + -0.624397337436676, + 0.13439464569091797, + 0.8448923230171204, + 0.21725524961948395, + 0.3696124255657196, + -1.2037752866744995, + -0.11698052287101746, + 0.9922342300415039, + -0.0380207821726799, + 0.12387338280677795, + -0.17430490255355835, + -0.7948538661003113, + -1.013683557510376, + 0.31885868310928345, + 0.7004942893981934, + 0.7188729643821716, + 5.918939113616943, + 0.10020765662193298, + 1.7731473445892334, + 0.6291056871414185, + 1.747329831123352, + -0.07823961228132248, + -0.20307880640029907, + 0.5496593117713928, + -0.05330464988946915, + -0.4383400082588196, + 0.7318715453147888, + 0.9090404510498047, + -0.9251723885536194, + 0.42006540298461914, + 0.11766929924488068, + 1.4163023233413696, + -0.38494858145713806, + -0.21287699043750763, + 1.808642029762268, + -0.40919730067253113, + 0.6652523875236511, + -0.27309510111808777, + -0.20593807101249695, + -0.2346247434616089, + -1.0088157653808594, + 0.008970104157924652, + 1.1469099521636963, + 0.05282990634441376, + -0.2874295115470886, + 0.06112593412399292, + -0.30474451184272766, + 1.7422823905944824, + 1.399823546409607, + 0.7556502223014832, + -0.5208436250686646, + -0.24040065705776215, + -1.364383578300476, + -0.4998861253261566, + -1.052280306816101, + 0.9301301836967468, + -1.3521090745925903, + -0.9629130363464355, + -0.423379123210907, + -0.31673887372016907, + -0.2609739303588867, + 0.153691366314888, + 0.18076202273368835, + -0.9727231860160828, + -0.1248483955860138, + -1.1086069345474243, + -0.5345298647880554, + 0.4433036744594574, + -0.35452088713645935, + 0.6916897892951965, + 1.567430853843689, + -0.174565851688385, + -0.5283614993095398, + -0.40874114632606506, + -0.23427052795886993, + 1.4374767541885376, + 0.6857172250747681, + 0.43486127257347107, + -1.7807878255844116, + -1.016729712486267, + 0.08291276544332504, + 1.4981651306152344, + -1.0627659559249878, + -0.17319628596305847, + -0.8179856538772583, + -0.05377521738409996, + -1.3723640441894531, + 0.7933686971664429, + 0.13840873539447784, + 0.32405292987823486, + -0.5127102136611938, + 0.6647617220878601, + -0.2662738561630249, + 1.1015541553497314, + 0.7532535195350647, + 0.2515876293182373, + 0.7436748743057251, + -0.7323644757270813, + -0.23189467191696167, + 0.4662516415119171, + 1.1480069160461426, + 0.7723361253738403, + -0.8471466898918152, + 0.6796361804008484, + -0.1190200001001358, + -0.5738732218742371, + -0.6965367197990417, + -0.2470414638519287, + -1.0139446258544922, + -0.45142239332199097, + -0.6561782956123352, + -1.3272196054458618, + 2.005690574645996, + -1.6413589715957642, + -2.006570816040039, + -0.1627039909362793, + 0.9608558416366577, + -0.1734546422958374, + -0.8149366974830627, + -0.4691479504108429, + 0.9376739263534546, + 0.31181856989860535, + -0.4903380274772644, + -0.34031978249549866, + -0.8597709536552429, + 0.9148135781288147, + -0.03197021782398224, + 0.7351291179656982, + -0.7278478145599365, + 0.5244502425193787, + 0.8753735423088074, + 0.5791494846343994, + 0.3273434638977051, + -0.6794427037239075, + 1.3636428117752075, + 0.05938849598169327, + -0.42119285464286804, + -0.7019041180610657, + -0.8278884887695312, + -0.6870149374008179, + -0.9871585965156555, + -2.409008026123047, + 0.7175402045249939, + 1.7216781377792358, + -0.7372967004776001, + 0.8062309622764587, + 0.2509799897670746, + -0.6305743455886841, + 0.35405927896499634, + 1.0281203985214233, + 1.743392825126648, + -0.3321603238582611, + 2.063777446746826, + -0.10269072651863098, + -0.14009545743465424, + 0.147856205701828, + 0.17261908948421478, + 0.2720628082752228, + -1.1349964141845703, + 0.897773027420044, + 0.47711557149887085, + 1.0950852632522583, + -2.1309003829956055, + -0.4710572063922882, + 0.13961371779441833, + 0.3643995523452759, + 0.567335844039917, + -0.5560863018035889, + 0.9377809166908264, + -1.346261739730835, + 0.48143458366394043, + 0.01793215051293373, + -0.29822811484336853, + -0.09148315340280533, + -0.5962930917739868, + -1.023348093032837, + 0.17957454919815063, + 0.8697295188903809, + 0.9056746363639832, + 2.255333423614502, + -0.8461818695068359, + 1.5902431011199951, + 0.48843127489089966, + 1.2384697198867798, + -0.4907970428466797, + -0.5532758235931396, + -0.5333210229873657, + 0.2790883481502533, + -0.6226260662078857, + 1.0426708459854126, + 0.6975402235984802, + 0.30970102548599243, + 0.9463833570480347, + -0.022820990532636642, + -1.3737181425094604, + 0.014490019530057907, + 0.3478853702545166, + 0.8846322298049927, + -0.45856672525405884, + -0.04801308363676071, + 0.7293742895126343, + 0.4179246127605438, + -0.34801581501960754, + -0.7225557565689087, + -0.4535231292247772, + -0.4983694851398468, + 0.9596043825149536, + 1.4576066732406616, + 0.19422227144241333, + -0.9104282259941101, + 0.2606613337993622, + -1.733361005783081, + 1.0649791955947876, + -0.14231452345848083, + -0.4827665686607361, + 0.6851164102554321, + -0.4026324152946472, + -0.5365752577781677, + -0.9358506202697754, + -1.0806491374969482, + -0.04145471006631851, + -0.2482963502407074, + 0.5646129846572876, + 0.5666780471801758, + -0.4704807996749878, + -0.5006862878799438, + -0.20618093013763428, + 0.6912057399749756, + 0.12019333988428116, + 0.17131561040878296, + -1.0554591417312622, + -0.0017045550048351288, + 0.6130859851837158, + -0.5368338823318481, + -0.6784523129463196, + -0.8614903092384338, + -0.807510495185852, + 0.5467953681945801, + 0.9727545976638794, + -0.010745234787464142, + -1.0067352056503296, + -1.370663046836853, + 0.24080294370651245, + -0.6896464824676514, + -0.30539655685424805, + 0.06877383589744568, + -0.18693546950817108, + 0.7322242259979248, + -0.9585889577865601, + 0.8124675154685974, + -0.13282358646392822, + -0.6305235028266907, + 0.17235863208770752, + 0.6507667303085327, + 0.3320768177509308, + -0.5556907653808594, + -0.6974369883537292, + -0.5281186699867249, + -0.6246827244758606, + 1.2179290056228638, + 0.17525018751621246, + 0.18784518539905548, + 0.5534427165985107, + -0.5837693214416504, + 0.9566476941108704, + 1.0640668869018555, + -0.5308685302734375, + -0.4122709035873413, + 0.33845949172973633, + -0.645642101764679, + 1.0720628499984741, + -1.1165375709533691, + 0.9013353586196899, + -0.12745115160942078, + -0.8366870880126953, + -0.4220045506954193, + -0.7907819151878357, + 0.7062985301017761, + -0.3823409676551819, + 0.3775867521762848, + -2.264281988143921, + -1.5137596130371094, + 0.0074093639850616455, + -1.4265302419662476, + -1.3180160522460938, + 0.04722399264574051, + -1.0854986906051636, + -0.50901198387146, + -0.720474362373352, + -1.4960973262786865, + 1.1452651023864746, + 0.7979925274848938, + -0.9136332869529724, + 0.6603260636329651, + 0.5957611799240112, + 1.5001962184906006, + -1.0789463520050049, + 1.7380852699279785, + -0.4014013111591339, + -0.29798051714897156, + 0.6412525773048401, + 0.26549017429351807, + 0.13065782189369202, + 0.05828803777694702, + 0.15975822508335114, + -0.26287418603897095, + 0.6901777386665344, + -1.1086018085479736, + -0.497453510761261, + 0.8765474557876587, + -0.4728080928325653, + -0.6420004963874817, + -0.04627421870827675, + 0.663985550403595, + -0.6423060297966003, + -0.10902291536331177, + 0.09785936772823334, + 0.43892550468444824, + -0.10631824284791946, + 0.18706141412258148, + -0.6211332678794861, + 0.04169490188360214, + 0.6397305130958557, + -0.5394302606582642, + 1.0958739519119263, + 1.1325231790542603, + -0.14114628732204437, + -0.9959030151367188, + 0.31057605147361755, + -0.4333610236644745, + 0.36290210485458374, + -1.2443634271621704, + -0.053195156157016754, + 1.0287033319473267, + 0.4106328785419464, + 0.2328449785709381, + 1.0325003862380981, + -0.21853962540626526, + -0.36457106471061707, + 0.5545187592506409, + -0.7972370386123657, + 0.43288031220436096, + 0.6629946827888489, + -0.05188353732228279, + 0.22573962807655334, + -0.33796292543411255, + -0.08558608591556549, + -1.5942704677581787, + -0.1776191145181656, + 0.0009677484631538391, + 0.9478318095207214, + 2.0483970642089844, + 0.19968102872371674, + 0.16154110431671143, + 0.24215316772460938, + 0.48117032647132874, + 0.7659547328948975, + 1.9500805139541626, + 0.26237979531288147, + -0.6195691823959351, + 0.9883936643600464, + -0.8534420728683472, + -0.4034460783004761, + 0.4572739601135254, + 0.13326913118362427, + -1.3885046243667603, + 0.13372603058815002, + 2.6746468544006348, + -0.027942363172769547, + -1.2683029174804688, + 0.9133937358856201, + 0.8581316471099854, + -1.2023512125015259, + -0.042964957654476166, + 0.23870113492012024, + 0.15656158328056335, + -0.6713587641716003, + 0.5179125666618347, + 0.11352640390396118, + -0.4315606653690338, + 0.34392333030700684, + 0.5307884216308594, + 0.015955744311213493, + 0.04530651122331619, + 0.7808144688606262, + -0.4931145906448364, + -0.45951753854751587, + 0.3611562252044678, + 0.04760301485657692, + 1.3985484838485718, + -0.3654199242591858, + 1.2662228345870972, + -0.5929840803146362, + -0.6291642785072327, + 0.46897172927856445, + 0.012637749314308167, + -0.2521607279777527, + -0.2821425795555115, + 0.07166934758424759, + -0.40762606263160706, + -0.09920775890350342, + -0.27184170484542847, + -0.204824760556221, + 1.1286741495132446, + -0.3997141122817993, + 0.7459679245948792, + -0.21022671461105347, + -0.9389165043830872, + -1.3158137798309326, + 0.7129049897193909, + -4.335606575012207, + 0.6463784575462341, + 0.006241673603653908, + 0.11025667190551758, + -0.8016533255577087, + 0.6064565181732178, + -1.8228521347045898, + -1.512272834777832, + 0.927642822265625, + -0.22080495953559875, + -0.4980812668800354, + 0.69029700756073, + -0.17910413444042206, + -1.0528796911239624, + 0.411554753780365, + 1.1301172971725464, + 0.6346296668052673, + -0.6030521392822266, + 0.501581609249115, + 1.1656886339187622, + 0.3294470012187958, + -0.5104058980941772, + 1.1992846727371216, + 0.2270236313343048, + 0.07505661249160767, + -0.3340674638748169, + -0.4821693003177643, + 0.23791015148162842, + -0.9725891947746277, + -0.27003780007362366, + -0.8900377154350281, + -0.6220181584358215, + 1.4456523656845093, + 0.6358937621116638, + 1.3391211032867432, + -0.24636416137218475, + 0.4901197552680969, + -0.5104149580001831, + -0.7122089266777039, + -0.42179787158966064, + 0.863067626953125, + -0.1321500837802887, + -0.899344801902771, + 1.190536379814148, + 0.3370458483695984, + -0.8136798143386841, + 0.7832944393157959, + -0.13532820343971252, + -1.0148124694824219, + -0.29287853837013245, + 0.10934355854988098, + 0.9807630777359009, + 1.1142688989639282, + 0.98331618309021, + 0.5569309592247009, + -0.2182662934064865, + -0.5755133628845215, + 0.34728795289993286, + -0.5140343904495239, + 0.5180967450141907, + -1.2125236988067627, + -0.24442945420742035, + -1.2176955938339233, + -1.0459686517715454, + -0.47538089752197266, + 0.2307962328195572, + -0.9394955039024353, + 1.5399351119995117, + 0.39263781905174255, + -0.0017230957746505737, + -0.7625220417976379, + -0.6347237229347229, + 1.2139222621917725, + -0.8059096932411194, + 0.1328693926334381, + 0.7370768785476685, + 0.8817285299301147, + 0.20832116901874542, + -1.4154893159866333, + -0.7689786553382874, + -0.49723881483078003, + -0.8083207607269287, + 0.8044858574867249, + 0.3314685821533203, + 0.5381460785865784, + -0.14963187277317047, + -1.044448733329773, + 0.30160191655158997, + -2.541886568069458, + 1.1578222513198853, + -1.28225576877594, + -1.2402334213256836, + 0.8955882787704468, + -0.2328137457370758, + -0.24303190410137177, + 0.1007123738527298, + -0.05722741037607193, + 0.9358694553375244, + -0.7927906513214111, + -0.6649056673049927, + -0.043214231729507446, + -0.8949816226959229, + 0.28555911779403687, + -0.7322231531143188, + -0.4899623394012451, + 0.27654144167900085, + 0.3176286816596985, + -0.3748621940612793, + -0.011228781193494797, + 0.07615619897842407, + -0.6003689169883728, + -0.4998781979084015, + 0.49539297819137573, + -0.26535212993621826, + 0.1462835669517517, + 0.6680489778518677, + 1.0846296548843384, + -0.151266410946846, + -0.644607424736023, + 0.3207170069217682, + 0.5658468008041382, + -0.22307178378105164, + 0.9230639934539795, + -1.5932941436767578, + 0.15779224038124084, + 1.4964519739151, + 0.7624805569648743, + 0.970378041267395, + 0.7404930591583252, + -0.26331207156181335, + 0.72629314661026, + -1.4470555782318115, + 0.19412298500537872, + 0.2885512411594391, + 1.0813297033309937, + -0.7544127702713013, + -0.05337051674723625, + 0.7298746109008789, + -1.1334877014160156, + -0.3720930218696594, + 0.011819615960121155, + -0.5488405227661133, + -0.4862433671951294, + 0.6285761594772339, + -0.8314398527145386, + 0.9753861427307129, + -1.5076406002044678, + 0.031040910631418228, + -0.8146782517433167, + -0.962234616279602, + 0.5251708626747131, + -0.7017142176628113, + 1.2080652713775635, + 0.2031843662261963, + 0.49468737840652466, + 0.8146265149116516, + -0.560021162033081, + -1.2772117853164673, + 0.05576857179403305, + 0.6744510531425476, + -0.32266634702682495, + -0.6161602139472961, + -0.615780770778656, + -0.07459824532270432, + -1.2859165668487549, + 0.33804741501808167, + 0.4490061402320862, + -0.08058737218379974, + 0.09067302942276001, + -1.8091561794281006, + 0.18397128582000732, + 1.546291708946228, + -1.5137794017791748, + -0.29419267177581787, + 0.9914754629135132, + -1.4999945163726807, + 0.8145664930343628, + 0.6017510294914246, + 1.1939433813095093, + -0.7696224451065063, + 0.829850435256958, + 0.03829166665673256, + -0.15243522822856903, + 1.0225627422332764, + -0.48373469710350037, + 0.19966194033622742, + 0.11978277564048767, + -0.2063688337802887, + 0.6867982149124146, + 1.0016988515853882, + -0.33007684350013733, + -0.7810826301574707, + 0.7829805612564087, + -0.6106613278388977, + 0.9637441635131836, + 0.11352753639221191, + -0.7876851558685303, + 0.7425732016563416, + 0.2582424283027649, + -0.19879229366779327, + -0.8336648941040039, + 0.5592759847640991, + 0.4459945261478424, + -0.4824080467224121, + -0.5968169569969177, + 0.44106632471084595, + -0.30906662344932556, + -1.2825132608413696, + -0.7776336073875427, + 0.26034268736839294, + -0.48502081632614136, + -0.4831899404525757, + -0.34934234619140625, + 0.10652066767215729, + -0.28525781631469727, + 1.2067339420318604, + 1.141274333000183, + -1.0442650318145752, + 0.5614427328109741, + 1.1378483772277832, + 1.5466734170913696, + -0.012603726238012314, + -0.5041149854660034, + 0.6442027688026428, + 0.14214549958705902, + 0.6881312727928162, + -1.3069723844528198, + 0.11825983226299286, + -0.5788388848304749, + -1.2117373943328857, + 0.468098521232605, + 0.5323364734649658, + 0.11128653585910797, + 1.3964152336120605, + 0.29742667078971863, + 1.224966049194336, + 0.997399091720581, + 0.22987797856330872, + -1.070387601852417, + -1.115496039390564, + 0.30702340602874756, + -0.12960267066955566, + 0.40180590748786926, + 1.0262290239334106 + ] + }, + { + "key": 6, + "name": "Gatsby ", + "type": "movie", + "media": "The Great Gatsby", + "label": [ + "Luxurious", + "Obsessive", + "Persistent", + "Romantic" + ], + "embedding": [ + -1.465692162513733, + 0.45611485838890076, + -0.15926505625247955, + -0.07192640006542206, + -0.7212294936180115, + 0.15460170805454254, + 0.9022558927536011, + -0.6401174068450928, + -0.4808160662651062, + -0.056078068912029266, + 0.5118240118026733, + -0.23057518899440765, + -0.7155296206474304, + 0.25318408012390137, + 1.1830594539642334, + 0.7862946391105652, + -0.02569311484694481, + -0.144690603017807, + -1.4215326309204102, + -0.3863096237182617, + -0.3252703547477722, + -0.8993948101997375, + 0.34039974212646484, + -0.17789457738399506, + -1.4967650175094604, + 0.34770599007606506, + 0.24797531962394714, + 0.1977003961801529, + -1.3126683235168457, + 0.13491319119930267, + 1.010241985321045, + 0.4082206189632416, + -0.034760862588882446, + -1.9823215007781982, + -0.15650665760040283, + -0.47060737013816833, + 0.16195356845855713, + -0.11179918050765991, + -1.5358808040618896, + 1.2972519397735596, + 1.2968096733093262, + -0.6425382494926453, + 0.49951738119125366, + -0.5845726132392883, + 0.9109589457511902, + -1.1586501598358154, + -0.0395764596760273, + -0.7168068289756775, + -0.39834874868392944, + 0.42162784934043884, + -1.1802787780761719, + -0.05147244781255722, + 1.5957086086273193, + -0.12875831127166748, + 0.6763680577278137, + 0.964803159236908, + -0.5983588695526123, + -1.1531763076782227, + -1.4651504755020142, + -1.381683111190796, + -1.3270692825317383, + 0.02889695018529892, + -0.8578264117240906, + 0.9969267845153809, + 0.6700496673583984, + 1.804517388343811, + -0.15630656480789185, + 0.48925793170928955, + 0.6680431962013245, + -0.7075271606445312, + -0.6799360513687134, + -0.0633556991815567, + -0.8397645950317383, + 0.47112685441970825, + -2.4236018657684326, + 0.20383961498737335, + 0.7735462188720703, + -0.9247545003890991, + -0.11549453437328339, + 0.7465705275535583, + 0.26543930172920227, + 0.8836440443992615, + 0.906913697719574, + 0.09156160056591034, + -0.8460531234741211, + 1.1117160320281982, + -0.09598971903324127, + -1.1110419034957886, + 0.09841590374708176, + 0.007787391543388367, + -0.7064823508262634, + 0.4008561968803406, + 0.5813997983932495, + -0.9820349812507629, + -0.18871289491653442, + 0.12555760145187378, + 0.3165770173072815, + 0.20604489743709564, + 1.5745388269424438, + -0.15306828916072845, + -0.5315859317779541, + -1.0933281183242798, + -0.355065256357193, + 0.2177353799343109, + -0.47671443223953247, + -0.698248565196991, + 0.4850742816925049, + 0.6286002397537231, + 0.004756199195981026, + 0.2618313729763031, + 0.3130605220794678, + 0.023154135793447495, + 0.08197136968374252, + -0.07672098278999329, + 0.24918267130851746, + -0.2280922383069992, + -0.27863025665283203, + -1.0411412715911865, + 0.5587872266769409, + -0.7395166754722595, + 0.567546546459198, + 0.23113659024238586, + 0.20673242211341858, + -0.8211097717285156, + -0.09917066246271133, + -0.7145595550537109, + -0.49030283093452454, + 0.8217403888702393, + -0.20186994969844818, + 0.5594845414161682, + 1.4468284845352173, + 0.25999608635902405, + -0.44304320216178894, + -0.90968257188797, + -0.941618025302887, + -0.6985758543014526, + -0.0660051703453064, + 0.6965763568878174, + 0.4368315041065216, + -0.8930355310440063, + 0.33356496691703796, + 1.3238571882247925, + 1.0476596355438232, + -1.0831120014190674, + 0.6392350792884827, + -1.1208034753799438, + -0.03203126788139343, + 0.6112051010131836, + -0.08165822178125381, + -0.6067003011703491, + 1.3952672481536865, + 0.3283897638320923, + 1.211412787437439, + 2.0480804443359375, + 0.6485729813575745, + -0.8567641973495483, + -1.1113758087158203, + 0.973098874092102, + 0.7310493588447571, + 0.4334287643432617, + -0.1373758763074875, + 0.5242639183998108, + -0.33383435010910034, + -0.6331255435943604, + -0.10032439976930618, + -0.8852510452270508, + 1.3332123756408691, + 0.5728276371955872, + 0.13138335943222046, + -0.9423376321792603, + 0.8541322350502014, + -2.268977403640747, + 0.1359313279390335, + -0.34366580843925476, + 0.5492333769798279, + 0.08033452928066254, + 2.170949697494507, + 0.5393934845924377, + 1.6373050212860107, + -1.480782389640808, + -0.8960248827934265, + 0.5621092319488525, + -0.0017934758216142654, + -0.10839486867189407, + -0.46972906589508057, + 0.25761547684669495, + -0.8379579186439514, + 0.44017887115478516, + 0.312020480632782, + 0.8610253930091858, + 0.3336757719516754, + -0.5031914710998535, + -0.13248175382614136, + -1.3421984910964966, + 0.5773135423660278, + -0.6453715562820435, + -0.22593079507350922, + -1.1576366424560547, + -0.3264859616756439, + -1.5637108087539673, + 0.4559233784675598, + 1.0583938360214233, + 0.711353600025177, + 0.031236104667186737, + -0.8116496801376343, + -0.38899680972099304, + -0.39727845788002014, + -1.2050772905349731, + 1.5641306638717651, + -0.016094397753477097, + 0.006577577441930771, + -0.38440999388694763, + 0.3955479860305786, + -0.2812376618385315, + -0.6444458365440369, + -1.3836302757263184, + 0.7645699381828308, + 1.1208480596542358, + 0.014994204044342041, + 0.5702763199806213, + -0.8857735991477966, + 0.7022852301597595, + 0.9484362602233887, + 0.20125232636928558, + 0.16108852624893188, + 1.3548609018325806, + 0.08274425566196442, + 1.1680545806884766, + -0.31455710530281067, + 0.5473964214324951, + -0.37143027782440186, + -0.11413988471031189, + 0.4487653970718384, + -0.16532002389431, + -0.02167658880352974, + 0.11151861399412155, + 0.6997002363204956, + -0.12791305780410767, + 0.6931524276733398, + 0.45012763142585754, + -0.7577568888664246, + -0.5394273996353149, + 0.8488094210624695, + 0.5325213670730591, + -0.5526771545410156, + -0.11335594952106476, + 0.8167701363563538, + -0.31748589873313904, + -0.08901327848434448, + -0.46084392070770264, + 0.2759382724761963, + 0.12282352149486542, + -1.5615429878234863, + -0.9363943338394165, + 0.5034605264663696, + 0.7002343535423279, + -0.11166888475418091, + -0.23664037883281708, + 0.15016378462314606, + -0.29767557978630066, + 0.5649340152740479, + 1.1164666414260864, + 0.14492842555046082, + 1.193237543106079, + -0.3640301525592804, + -0.751624345779419, + 0.5259284377098083, + 0.2787308394908905, + 0.013745133765041828, + -0.007428355515003204, + 0.5289120674133301, + 0.03974463790655136, + 0.3802075684070587, + -0.7921030521392822, + -0.03977208957076073, + 0.6473008990287781, + -0.5615766048431396, + -0.22659364342689514, + 0.5603684782981873, + 0.00790512003004551, + 0.8278478980064392, + 0.4482436776161194, + -0.2873185873031616, + -1.2010806798934937, + 1.3412566184997559, + -0.3635508418083191, + -0.47423768043518066, + 0.04766436666250229, + 0.3418206572532654, + -1.9084116220474243, + 0.08111720532178879, + -0.2734464704990387, + 1.7903395891189575, + 0.4208807349205017, + -0.5710065364837646, + -0.6292756795883179, + -1.2754744291305542, + -3.7124290466308594, + -0.9561830163002014, + -0.7773267030715942, + 0.4102271497249603, + 0.17637677490711212, + 0.059001341462135315, + -1.4367187023162842, + 0.3281538486480713, + -1.0123021602630615, + -0.2690449655056, + 0.4902178943157196, + -1.3830645084381104, + -0.6489621996879578, + 0.6306585669517517, + -0.5629804730415344, + -0.9939054250717163, + -0.5104161500930786, + 0.36966073513031006, + 0.7579692602157593, + -0.9147223234176636, + -0.210257887840271, + -0.5928770303726196, + 1.419124722480774, + 1.1734743118286133, + -0.13444454967975616, + 0.9207316040992737, + -0.08860810101032257, + -0.7167434692382812, + -1.8124041557312012, + -0.8032947182655334, + -0.5000936985015869, + 0.14792482554912567, + -0.48087432980537415, + 0.994779109954834, + 0.2978665828704834, + 1.9987492561340332, + 0.7654757499694824, + -0.34608030319213867, + 0.7175083160400391, + 0.024925922974944115, + 0.6481824517250061, + 0.9764403104782104, + -1.2342013120651245, + 0.5008817911148071, + -0.6752321124076843, + 0.010737736709415913, + -0.11098463833332062, + 0.42503321170806885, + -0.2606291174888611, + -0.8411270976066589, + 0.4360056519508362, + -0.5034576058387756, + 0.27121955156326294, + 0.3595143258571625, + -1.3563035726547241, + 0.20604106783866882, + -0.8786388039588928, + 0.443801611661911, + 0.44312506914138794, + -0.2541506588459015, + -0.6813491582870483, + -0.7185361981391907, + 0.9367364645004272, + -0.2872737944126129, + -0.5911071300506592, + -0.47178441286087036, + -0.5741249918937683, + -1.045842170715332, + 0.8863801956176758, + -0.10663716495037079, + 0.2614329755306244, + 0.22206979990005493, + -0.31751444935798645, + 0.12251071631908417, + -0.40112558007240295, + 1.2075295448303223, + 0.4480190575122833, + -0.41785117983818054, + -0.590216338634491, + -1.426918864250183, + -0.4833841025829315, + 0.737625002861023, + -0.40043964982032776, + 0.6158860921859741, + -0.034412942826747894, + -0.7747079730033875, + 0.6184255480766296, + 0.7268712520599365, + 0.8542964458465576, + 5.328135967254639, + 0.02711142599582672, + 1.7127094268798828, + 0.6963741183280945, + 1.350260853767395, + 0.17017307877540588, + -0.25096556544303894, + 0.7409434914588928, + -1.0731499195098877, + 0.13861967623233795, + 0.3296877145767212, + 0.8663384318351746, + -0.3027917444705963, + 0.6270989775657654, + -0.19761775434017181, + 1.6628376245498657, + -0.6431235671043396, + -0.7513142228126526, + 1.4997189044952393, + -0.71767657995224, + 0.3713160753250122, + -0.5593110918998718, + 0.029906559735536575, + -0.47776898741722107, + -0.11008283495903015, + -0.7159733176231384, + 0.46798503398895264, + 0.779758095741272, + -0.3732922077178955, + 0.9614248275756836, + -0.3708505928516388, + 0.12122879922389984, + 1.111545205116272, + 0.1125786304473877, + -1.4975965023040771, + 0.0091693215072155, + -1.5120042562484741, + 0.18816238641738892, + -1.3826344013214111, + 1.0378615856170654, + -1.3552658557891846, + -0.6486760973930359, + -0.424086332321167, + 0.3434382677078247, + 0.5900885462760925, + -0.04308174178004265, + 0.345662385225296, + -0.14546304941177368, + -0.1094774380326271, + -1.6973903179168701, + 0.11837844550609589, + -0.5176790952682495, + -0.7421711087226868, + 0.5444751381874084, + 0.8460597395896912, + -0.6593643426895142, + -0.6702152490615845, + 0.3098853826522827, + -0.7792406678199768, + 2.761050224304199, + 0.3991977274417877, + 0.8122486472129822, + -2.1590044498443604, + 0.6445703506469727, + 0.6775420904159546, + 0.45145702362060547, + -0.5944499969482422, + 0.8427201509475708, + -0.9165183901786804, + 0.031159237027168274, + -0.33430564403533936, + 0.5433438420295715, + 0.9672861099243164, + -0.42113402485847473, + -0.15883877873420715, + 1.0752614736557007, + -0.2747098207473755, + 1.4743455648422241, + 0.536225438117981, + -0.7730381488800049, + 1.5613341331481934, + -0.8343018889427185, + -0.2721542418003082, + 0.20091032981872559, + 1.227375864982605, + 0.4963722229003906, + -0.4351223111152649, + 1.3232070207595825, + -1.0622196197509766, + -0.9493465423583984, + -1.4787485599517822, + -0.28684568405151367, + -1.3404217958450317, + 0.17189829051494598, + -0.4989332854747772, + -1.1039211750030518, + 0.7141355872154236, + -0.8935973048210144, + -1.1067285537719727, + 0.2496064007282257, + 1.2262396812438965, + -0.11871148645877838, + -0.4904298186302185, + -1.4198081493377686, + 0.4002547562122345, + -0.8402169942855835, + -0.6464869379997253, + -0.8204519748687744, + -0.24606847763061523, + 0.05713799595832825, + 0.5535688996315002, + 0.2697351276874542, + -0.19022615253925323, + 0.15833744406700134, + 0.8550753593444824, + 0.5014367699623108, + 0.06459106504917145, + -0.34026774764060974, + 0.643226146697998, + 0.5355261564254761, + 0.14794671535491943, + -1.0385977029800415, + -0.5976370573043823, + -1.3457533121109009, + -0.8411705493927002, + -2.024229049682617, + -0.08304353803396225, + 0.5871365666389465, + -1.103897213935852, + 0.329165518283844, + -0.18936806917190552, + -0.295621782541275, + 0.14621396362781525, + 0.8324486017227173, + 2.2684950828552246, + -0.8339481353759766, + 1.6553012132644653, + 0.4319767951965332, + -0.0075968727469444275, + 0.43669989705085754, + 0.262080579996109, + -1.5291574001312256, + -0.45166462659835815, + 0.8897572755813599, + 0.8969386219978333, + 0.2195678949356079, + -0.9421408176422119, + -0.23605701327323914, + 0.5805171132087708, + 0.7810659408569336, + 0.7542423009872437, + 0.2451576590538025, + 0.353561133146286, + -1.1568421125411987, + 0.19421614706516266, + -0.26187098026275635, + -0.7032583355903625, + -0.45013952255249023, + -1.7388551235198975, + -1.2713719606399536, + 0.9484597444534302, + 0.7752135396003723, + 0.3430412709712982, + 1.687901496887207, + -2.0470809936523438, + 0.18011975288391113, + 0.2988990247249603, + 0.48333293199539185, + -0.7038682699203491, + -0.336631178855896, + -0.5104539394378662, + -0.16648247838020325, + -0.810437023639679, + 0.5073018670082092, + 0.822038471698761, + 0.25007832050323486, + 0.5394452810287476, + 0.10151512920856476, + -0.2939474880695343, + -0.6598231196403503, + 0.40795794129371643, + -0.11841341853141785, + -0.5614826679229736, + 0.1613045632839203, + 1.008998155593872, + 0.47401320934295654, + 0.29783356189727783, + -0.5662136077880859, + -0.44409438967704773, + -0.5693955421447754, + 0.4368431270122528, + 1.8896851539611816, + 0.4408569633960724, + -0.13963475823402405, + 0.34182390570640564, + -0.805097222328186, + 0.7277122139930725, + 0.4877319931983948, + 0.39300987124443054, + -0.7128519415855408, + -0.8191705942153931, + -0.42300114035606384, + -0.9846803545951843, + -0.519912838935852, + 0.3275689482688904, + -0.603659987449646, + 0.7161862254142761, + 0.026146292686462402, + 0.12398509681224823, + -1.2081527709960938, + -0.5901747941970825, + 0.5235393643379211, + -0.2910225987434387, + -0.1410861313343048, + -1.0374726057052612, + -0.7385537028312683, + 0.39571642875671387, + -0.2624548077583313, + -1.326642394065857, + -0.48076963424682617, + 0.25512567162513733, + -0.006688510999083519, + 0.6842900514602661, + -1.1842612028121948, + -0.6740950345993042, + -1.6140110492706299, + 0.6177886724472046, + -1.1121175289154053, + -0.27673429250717163, + -0.5430658459663391, + -0.03246514871716499, + 1.1734520196914673, + -0.7316791415214539, + 0.4924424886703491, + -0.36425378918647766, + -0.9558671116828918, + 0.272380530834198, + 1.2655476331710815, + 1.207085132598877, + -0.5398572683334351, + -0.6675475239753723, + -2.132831573486328, + -0.4237960875034332, + 0.9480674862861633, + -0.5349695682525635, + 0.4688166379928589, + -0.2445414513349533, + 0.1895148754119873, + 2.488194227218628, + 1.6674102544784546, + 0.08872245252132416, + 0.4353107810020447, + 0.5328753590583801, + -0.8544495701789856, + 0.3944028913974762, + -0.9997611045837402, + -0.3692898452281952, + -0.6648865938186646, + 0.46933552622795105, + 0.1111614853143692, + -0.3469395935535431, + 1.0651640892028809, + -0.35770857334136963, + 0.17358198761940002, + -2.287651538848877, + -1.6397849321365356, + 0.1946735382080078, + -0.4085446000099182, + -0.6359291672706604, + -0.8495795726776123, + -0.21840250492095947, + -0.7608712911605835, + -0.5990235209465027, + -0.5989632606506348, + 1.625564455986023, + 0.21111330389976501, + 0.1838706135749817, + 0.017772488296031952, + -0.06747326254844666, + 1.162302017211914, + -0.9729751944541931, + 0.5729308724403381, + 0.22860977053642273, + 0.33441129326820374, + 0.16259467601776123, + 0.21361368894577026, + 0.9772784113883972, + 1.0409902334213257, + -0.1978982388973236, + -0.404822438955307, + 0.6206232905387878, + 0.26939627528190613, + -0.8058288097381592, + 0.5878444314002991, + -0.2663169801235199, + -0.36750489473342896, + -0.7087773084640503, + 1.0852926969528198, + -0.20921987295150757, + -0.24737504124641418, + 0.21513628959655762, + 0.5870414972305298, + -1.3076446056365967, + 0.34507036209106445, + -0.19474773108959198, + -0.22285860776901245, + 0.9878158569335938, + 0.14068202674388885, + 0.7162569165229797, + 1.20656418800354, + 0.11615701019763947, + -0.1723858267068863, + 0.9344750046730042, + -0.08174591511487961, + 0.2484559714794159, + -0.12551076710224152, + -0.31828150153160095, + 0.5413256287574768, + 0.09036657959222794, + -0.2214197814464569, + -0.3026469647884369, + 0.2435557246208191, + -0.8524121642112732, + 0.14244510233402252, + -0.3336361348628998, + 0.03940623998641968, + 0.6907564997673035, + -0.8060136437416077, + -0.37798041105270386, + 0.020594581961631775, + 0.3558529019355774, + -1.8922613859176636, + -0.703669011592865, + -0.6835039854049683, + 1.5032331943511963, + 1.8803306818008423, + -0.4465617835521698, + 0.4169173836708069, + 0.4704185724258423, + 0.7361122965812683, + 1.110896348953247, + 0.9100390672683716, + 0.04008633643388748, + -0.7569771409034729, + 0.3611716628074646, + -0.21494928002357483, + -0.4140249788761139, + 0.41119855642318726, + -0.4711577892303467, + 0.06803128868341446, + -0.1805032193660736, + 1.6197973489761353, + 0.25312772393226624, + -2.19905161857605, + 0.7696211934089661, + 0.0008814278990030289, + -1.9968806505203247, + 0.28354206681251526, + 0.17243726551532745, + -0.1920558512210846, + -0.8024671673774719, + -0.08413025736808777, + 0.060392193496227264, + -0.7637332677841187, + -0.4327430725097656, + 1.769705891609192, + 0.004113714210689068, + -0.9628105759620667, + 1.1357965469360352, + -0.9893043637275696, + -0.675875723361969, + -0.5436890125274658, + 0.26774346828460693, + 0.567658543586731, + -0.518044650554657, + 1.090632677078247, + -0.3708209693431854, + -0.9537280797958374, + 0.38179534673690796, + -0.2968824505805969, + -0.6129911541938782, + -0.1695663183927536, + 0.15772658586502075, + 0.03726859390735626, + 1.2742366790771484, + -0.28285086154937744, + -0.28622549772262573, + 0.7276685833930969, + -0.7431191205978394, + 0.5863559246063232, + -0.3496739864349365, + 0.2608012855052948, + -0.8694780468940735, + 0.2292829155921936, + -4.560126781463623, + -0.4810357689857483, + 0.4620838761329651, + -0.4099219739437103, + -0.8036494255065918, + 0.1719077229499817, + -0.9523963928222656, + -1.5641696453094482, + -0.3470415472984314, + -0.1063854768872261, + -0.9720954895019531, + 0.4912841320037842, + -0.5333540439605713, + -1.0279438495635986, + 0.05187400057911873, + 1.610703945159912, + 0.3926396667957306, + -1.6627960205078125, + 0.6858043074607849, + 0.8378444314002991, + -0.3614359498023987, + 0.044741492718458176, + 0.24873566627502441, + 0.635202169418335, + -0.3238377869129181, + -0.8276918530464172, + -0.3499462306499481, + 0.27781885862350464, + -0.7198254466056824, + -0.6352798342704773, + -0.497293621301651, + -1.1089653968811035, + 1.675116777420044, + 0.9834408760070801, + 2.1507370471954346, + 0.871077835559845, + 0.6702672839164734, + -0.252319872379303, + -1.499105453491211, + -0.3314441740512848, + 0.6568489074707031, + 0.3699796199798584, + -0.7225253582000732, + 0.7136527299880981, + 0.40200674533843994, + -0.6428230404853821, + 1.088129997253418, + -0.35712930560112, + -0.022292479872703552, + -0.025228019803762436, + 0.7562748789787292, + 1.2904127836227417, + 0.5537521243095398, + 0.5091267824172974, + 0.7004534602165222, + -0.7644950747489929, + -0.04893743619322777, + 0.5145087838172913, + -0.08319536596536636, + 1.1290630102157593, + 0.40452104806900024, + 0.030816394835710526, + -1.297288417816162, + -2.464296817779541, + 0.2608618140220642, + -0.31102654337882996, + -1.106427788734436, + 1.062935709953308, + 0.3053654730319977, + 0.19828443229198456, + -0.34043100476264954, + -0.33549875020980835, + 0.606847882270813, + -0.37527477741241455, + 0.06024062633514404, + 0.2028500884771347, + 0.13981901109218597, + -0.7386486530303955, + -1.9932143688201904, + -0.8345769047737122, + -1.9270915985107422, + -0.4484270513057709, + 1.4059962034225464, + 0.02119823545217514, + 1.562158465385437, + -0.07160328328609467, + -0.7965118288993835, + 0.45283016562461853, + -2.1270463466644287, + 1.3089077472686768, + -1.1241652965545654, + -0.8071995973587036, + 0.6673231720924377, + 0.07484051585197449, + 0.30739694833755493, + 0.23534336686134338, + -0.04977487400174141, + 0.8196312189102173, + -0.6448891758918762, + -1.0955231189727783, + -0.3361327052116394, + -0.5724637508392334, + 0.48777344822883606, + -1.0033944845199585, + -0.2878330945968628, + -0.26688599586486816, + 0.7427008152008057, + 0.05273621529340744, + 0.010514464229345322, + -0.2775057852268219, + -1.1730983257293701, + -0.5145429968833923, + 0.24711546301841736, + 0.270013689994812, + 0.17968708276748657, + -0.2391989380121231, + 0.1480523943901062, + -0.5219658017158508, + -0.5348517298698425, + 0.3569875955581665, + 1.0951520204544067, + -0.39878615736961365, + 1.1090742349624634, + -1.299526572227478, + -0.026083754375576973, + 0.667404055595398, + 1.2341651916503906, + 0.5035516023635864, + 1.4743081331253052, + -0.3092142343521118, + 1.2262096405029297, + -1.2170977592468262, + -0.17042750120162964, + 0.6840113997459412, + 1.3525067567825317, + -0.7525750994682312, + 0.8976798057556152, + 0.8516225218772888, + -0.118839330971241, + -0.8665074110031128, + -0.1138828918337822, + -1.2475221157073975, + -0.4442130923271179, + 0.14624352753162384, + -0.5001678466796875, + 0.9691784977912903, + -0.506026029586792, + 0.2776221036911011, + -1.3801943063735962, + -1.0331324338912964, + 0.36368387937545776, + -0.1480022370815277, + 1.02135169506073, + -0.27683621644973755, + 1.2266935110092163, + 1.4429861307144165, + -0.44240519404411316, + 0.3064386546611786, + 0.7601901888847351, + 0.6515513062477112, + -0.3073161840438843, + -0.2466748207807541, + 0.1079847663640976, + 0.629254162311554, + -0.20091848075389862, + 0.795152485370636, + 0.6939657926559448, + -0.39310988783836365, + -0.9118298888206482, + -0.8067840337753296, + -0.2359291911125183, + 0.8535084128379822, + -1.2018237113952637, + 0.5413488149642944, + 0.4733653962612152, + -0.6938940286636353, + 0.45828455686569214, + -0.3261580467224121, + 1.0124478340148926, + -0.5052375793457031, + 1.0326215028762817, + -0.3340745270252228, + -0.35768720507621765, + 0.7237988710403442, + 0.488408625125885, + 1.1223706007003784, + -0.30126243829727173, + -0.3249155879020691, + 1.1657174825668335, + 0.05128499120473862, + 0.4272146224975586, + -0.9437419176101685, + 0.846681535243988, + -0.06937521696090698, + 0.7651842832565308, + -0.2348828911781311, + -0.8035345673561096, + 1.3909251689910889, + 0.25594907999038696, + -0.20209786295890808, + 0.15966881811618805, + 0.657498300075531, + 1.2009894847869873, + -0.6158086657524109, + -1.1003764867782593, + 0.15038080513477325, + 0.30222150683403015, + -0.892768919467926, + 0.5206961631774902, + -0.46646010875701904, + -1.1127814054489136, + -0.6738819479942322, + -0.5169685482978821, + -0.49779412150382996, + -1.419974684715271, + -0.16463884711265564, + 1.2929857969284058, + -0.4352695941925049, + 0.16905204951763153, + 0.3233051598072052, + 0.2444315403699875, + 0.6312602162361145, + -1.0229461193084717, + 0.09762513637542725, + -0.6671611666679382, + -0.049744896590709686, + -0.7451040148735046, + -0.7655964493751526, + -0.5771375298500061, + -0.592737078666687, + 0.8238162398338318, + 0.9533435106277466, + 0.16582415997982025, + 1.7837672233581543, + 0.5504649877548218, + 0.4369453191757202, + -0.003965354524552822, + 1.6147018671035767, + -1.520111083984375, + -0.685225784778595, + 0.6311977505683899, + -0.11159181594848633, + 0.3261429965496063, + 1.4641203880310059 + ] + }, + { + "key": 7, + "name": "Daenerys Targaryen", + "type": "TV series", + "media": "Game of Thrones", + "label": [ + "Compassionate", + "Empowered", + "Fierce", + "Loyal", + "Passionate", + "Romantic" + ], + "embedding": [ + -0.7139651775360107, + 0.4662613272666931, + -0.09801216423511505, + -0.18419307470321655, + -0.846545398235321, + -1.3327000141143799, + 1.5895867347717285, + -0.5396970510482788, + -0.3941423296928406, + -0.24652329087257385, + 0.6066539883613586, + -0.06423371285200119, + -1.275350570678711, + -0.6902244091033936, + 0.9875764846801758, + 0.7533605694770813, + 0.5486589670181274, + 0.09990540146827698, + -1.2061599493026733, + -0.9048448204994202, + -1.3634380102157593, + 0.8054422736167908, + -0.5179165005683899, + 0.16922341287136078, + -1.0960164070129395, + -0.401398241519928, + 0.01715737208724022, + 0.154872864484787, + -0.9575161337852478, + 0.13767218589782715, + 0.20068958401679993, + -0.0019614268094301224, + -0.6119587421417236, + -0.9274207353591919, + -0.13023151457309723, + -0.23883797228336334, + -0.5001970529556274, + 0.11198608577251434, + -1.6160999536514282, + 0.8260554075241089, + 0.9598530530929565, + -1.7438573837280273, + 0.6896283030509949, + -0.003082248382270336, + 0.5967977643013, + -0.6911442279815674, + -0.03831610083580017, + -0.484280526638031, + -0.5333731770515442, + 0.3598383665084839, + -0.7252613306045532, + -0.23155950009822845, + 0.7297062277793884, + -0.15605631470680237, + -0.0994168147444725, + 0.9271200895309448, + 0.1318093091249466, + -0.16800600290298462, + -1.0628238916397095, + -1.2374988794326782, + -1.2333948612213135, + 0.2978023290634155, + 0.506867527961731, + 0.3574560284614563, + 0.1953587532043457, + 1.58138108253479, + -0.17386944591999054, + 0.4410068690776825, + 0.8994606137275696, + -0.23058049380779266, + -0.1762506365776062, + 0.5417645573616028, + -0.4889287054538727, + 0.5113469362258911, + -1.8783409595489502, + 0.9812681674957275, + 0.3624816834926605, + -0.4255986213684082, + -0.879342257976532, + 1.4408153295516968, + 0.0756111666560173, + 0.36428114771842957, + 0.31321093440055847, + 0.3757553994655609, + -1.2202880382537842, + 0.4882701635360718, + -0.6012755632400513, + -0.5791659951210022, + -0.24590428173542023, + -0.6071658134460449, + -1.0570441484451294, + 0.816045880317688, + -0.0296978410333395, + -0.8117104172706604, + -0.4019447863101959, + 0.03321671858429909, + -0.8720298409461975, + 0.3116125166416168, + 0.9334704875946045, + 0.7749289870262146, + -0.5024040937423706, + 0.16967527568340302, + -0.30852562189102173, + 0.10478687286376953, + -0.6662529706954956, + -1.5269992351531982, + 0.39088594913482666, + 0.3619529604911804, + 0.19860312342643738, + 0.1767532378435135, + 0.9916254281997681, + -0.06828296184539795, + 0.06571466475725174, + 0.7081436514854431, + 0.6414801478385925, + -0.08731450140476227, + 0.9784705638885498, + -0.36545684933662415, + 0.2839674949645996, + -0.10282206535339355, + 0.2367018461227417, + 0.7333270907402039, + -0.7624257206916809, + -0.09403778612613678, + -0.7492518424987793, + -0.9490750432014465, + -1.0014121532440186, + -0.3472942113876343, + -0.6767621040344238, + 1.1611080169677734, + 1.373874306678772, + 0.2778530418872833, + 0.09671333432197571, + -0.7824417948722839, + -0.9542473554611206, + -0.2703492343425751, + 0.02624049410223961, + 0.15083348751068115, + 0.10843382775783539, + -0.5330443978309631, + -0.03190873563289642, + 0.2978200912475586, + 0.6644934415817261, + -1.0125643014907837, + 0.013434957712888718, + -2.8922488689422607, + 0.765623152256012, + -0.11975118517875671, + -0.07704155892133713, + -0.34912580251693726, + 1.5270209312438965, + -0.7713041305541992, + 1.151892900466919, + 0.7320672869682312, + 0.5399413108825684, + -0.9843125939369202, + -0.8842288851737976, + 1.0083974599838257, + 1.2618917226791382, + 0.7045783400535583, + 0.24583205580711365, + 0.3738132119178772, + -0.39360156655311584, + -0.30899256467819214, + 0.37499916553497314, + -0.44730207324028015, + 1.4085866212844849, + 0.5949801206588745, + 0.1766296923160553, + -0.214506134390831, + 0.6660768985748291, + -1.8876715898513794, + -0.07915541529655457, + 0.8364006280899048, + 0.4389651417732239, + -0.102730892598629, + 1.39073646068573, + 0.2278587520122528, + 0.8304535746574402, + -1.4534565210342407, + -0.5780572891235352, + -0.2557176947593689, + -0.13015106320381165, + 0.4401596784591675, + -0.44474107027053833, + -0.059095803648233414, + 0.04829740524291992, + -0.267021119594574, + 0.21679028868675232, + 0.9857511520385742, + -0.13845449686050415, + -1.0594377517700195, + -0.7652886509895325, + -0.29887107014656067, + 1.40226411819458, + -0.2706746459007263, + 0.5383471250534058, + -1.0079677104949951, + 0.13172855973243713, + -0.9865459203720093, + -0.19004763662815094, + 0.7041235566139221, + 0.8111063838005066, + -1.0206700563430786, + -0.9625869393348694, + 0.18522366881370544, + -0.28651803731918335, + -0.2532368302345276, + 1.392738699913025, + -0.7632583379745483, + 0.09567955881357193, + 0.43954017758369446, + -0.24170146882534027, + -1.43442964553833, + -1.1828597784042358, + -0.023201629519462585, + -0.29414594173431396, + 0.6344040036201477, + 0.15477223694324493, + -0.3286576569080353, + -0.6219786405563354, + 1.5855109691619873, + 1.361697793006897, + 0.6539080142974854, + 0.18088769912719727, + 0.8064654469490051, + -0.5250808596611023, + 2.042404890060425, + -0.02291152998805046, + 0.4487704038619995, + 0.011977549642324448, + -0.3178270161151886, + 0.13822540640830994, + 0.14559751749038696, + -0.13680410385131836, + -0.40963780879974365, + -1.3252931833267212, + 0.8476635813713074, + 0.8356982469558716, + -0.5127452611923218, + -0.27838370203971863, + -1.1655762195587158, + 1.3944799900054932, + -0.19391289353370667, + -0.2649047374725342, + 0.6307294964790344, + 0.7480397820472717, + -0.24656102061271667, + 0.07716953009366989, + -0.7658858299255371, + -0.007808968424797058, + -0.3004433214664459, + -1.1436619758605957, + -0.8318182229995728, + 0.342605859041214, + 0.2771770656108856, + 0.7948998212814331, + -0.4074268043041229, + -0.5381518602371216, + -0.09738615900278091, + 0.41424691677093506, + 1.458029866218567, + 0.008186869323253632, + 1.3729350566864014, + 0.2065451443195343, + -0.7370872497558594, + 0.6095746755599976, + -0.2208155244588852, + 0.045579150319099426, + -0.4251382350921631, + 0.6475367546081543, + 0.23846715688705444, + 0.67500901222229, + -0.7703036069869995, + 0.008568838238716125, + 1.3492203950881958, + 0.2728760242462158, + -0.5353262424468994, + 1.3598847389221191, + 0.45646098256111145, + 1.643683671951294, + 0.7529692053794861, + -0.3455999195575714, + -0.05301687493920326, + 1.9070624113082886, + -0.9484037160873413, + -1.085113525390625, + -0.7312641739845276, + 0.6933243870735168, + -1.8751533031463623, + 0.7396157383918762, + 0.11785013973712921, + 1.8852548599243164, + 0.5932190418243408, + -1.5583466291427612, + 0.035474009811878204, + -0.4382285475730896, + -3.723405361175537, + 0.7198426723480225, + -1.24384605884552, + -0.15241414308547974, + -0.1281038373708725, + -0.053441256284713745, + -0.38741257786750793, + -0.4546412527561188, + -0.8734543919563293, + -0.45724859833717346, + -0.2167108803987503, + -1.1343305110931396, + -0.42268210649490356, + -0.22154898941516876, + -0.12764325737953186, + -0.8937742114067078, + -0.40376678109169006, + 0.5486828684806824, + 0.6109623312950134, + -1.2963273525238037, + -0.19854074716567993, + -1.0619311332702637, + 0.9957200288772583, + 0.24314814805984497, + -0.4759373664855957, + 0.5717481374740601, + -0.12534967064857483, + -1.4105019569396973, + -1.4436345100402832, + -0.796779453754425, + -0.84698885679245, + 1.1206698417663574, + -0.4252158999443054, + 1.241441249847412, + 1.06333589553833, + 1.7617915868759155, + 0.07256369292736053, + -0.41272830963134766, + 0.7031806707382202, + -0.5491518974304199, + 0.19512104988098145, + 0.7671585083007812, + -0.2085428237915039, + 0.20328249037265778, + -1.1378319263458252, + -0.07773267477750778, + -0.38027533888816833, + 0.30588218569755554, + -0.5754163265228271, + -0.5503727793693542, + 0.48600339889526367, + -1.1974709033966064, + -0.5503987073898315, + 0.13952599465847015, + -1.4321873188018799, + 0.09946422278881073, + -1.340409755706787, + 0.31099626421928406, + 1.085223913192749, + -0.37133118510246277, + -1.0355952978134155, + -0.13857485353946686, + 0.047910064458847046, + -1.1328446865081787, + -0.9267479777336121, + -0.44868531823158264, + -0.1647598296403885, + 0.5829578638076782, + 1.0471551418304443, + 0.31540462374687195, + 0.38402730226516724, + 1.2434425354003906, + 0.4065770208835602, + 0.5368354916572571, + 0.21277378499507904, + 0.7293635606765747, + -0.43615981936454773, + -0.5792540311813354, + -0.6845307946205139, + -1.1529830694198608, + 0.3818674087524414, + 0.21862950921058655, + -0.005056698806583881, + 0.2909986972808838, + -0.452984482049942, + -1.6038215160369873, + 0.844837486743927, + 0.796937108039856, + 0.8554673790931702, + 6.138912200927734, + -0.16892991960048676, + 1.6058253049850464, + 1.0690194368362427, + 1.0944303274154663, + -0.1789533495903015, + 0.6439249515533447, + 0.0404229536652565, + -0.20108236372470856, + -0.4835580289363861, + 0.6262904405593872, + 0.41720548272132874, + -0.29004183411598206, + 0.37514299154281616, + 0.13469429314136505, + 1.3080576658248901, + -0.22669729590415955, + -0.2050422728061676, + 2.0898797512054443, + -0.07637300342321396, + 0.6622167825698853, + 0.022856727242469788, + -0.19090165197849274, + -0.06847819685935974, + -1.0683066844940186, + -0.9763144254684448, + 0.47044891119003296, + 0.36466920375823975, + -0.7659467458724976, + 0.6231829524040222, + 0.25843867659568787, + 1.0728667974472046, + 2.005979299545288, + 0.3507732152938843, + -0.3721872568130493, + -0.3984020948410034, + -1.7542988061904907, + -0.19288037717342377, + -0.3030969500541687, + 0.8881548643112183, + -1.039926290512085, + -0.6749216914176941, + -0.3255707919597626, + -0.4531714916229248, + 0.5113949179649353, + -0.19136348366737366, + 0.25648510456085205, + -0.703667402267456, + -0.6504160761833191, + -1.2355284690856934, + -0.6508995294570923, + -0.7511412501335144, + -0.3049476146697998, + 0.2040349245071411, + 1.183546543121338, + 0.08254697918891907, + -0.4516412615776062, + 0.5684213638305664, + 0.18320633471012115, + 2.1567299365997314, + 0.9235859513282776, + 0.7642033696174622, + -2.1498284339904785, + -0.5828661322593689, + 0.19923871755599976, + 1.669175386428833, + -0.2551535964012146, + 0.02901153266429901, + -0.6492480039596558, + -0.16301536560058594, + -0.27845287322998047, + 0.9751070141792297, + 0.4743647575378418, + 0.8831207752227783, + -0.6356207132339478, + 0.7763063907623291, + 0.09484955668449402, + 0.9774695634841919, + 1.1518975496292114, + -0.0018075443804264069, + 0.5567202568054199, + -1.023164987564087, + -0.4381190836429596, + 0.5226971507072449, + 0.8477388024330139, + 0.883622944355011, + -0.7621968984603882, + -0.05829063802957535, + -0.37990862131118774, + -0.13484254479408264, + -0.9095360636711121, + -0.34006866812705994, + -1.0552899837493896, + -1.2428728342056274, + -0.676146388053894, + -0.6371906399726868, + 1.632118821144104, + -0.8932005167007446, + -1.3195862770080566, + -0.9194508790969849, + 0.338312029838562, + -0.7626360058784485, + 0.2184104025363922, + -0.328168123960495, + 0.4359351098537445, + -0.18082334101200104, + -0.9897159934043884, + -0.518738865852356, + -0.7058975696563721, + 1.1006273031234741, + 0.3968690037727356, + 0.8720191121101379, + 0.1793520599603653, + 0.024242587387561798, + 0.8234339356422424, + 0.201840341091156, + 0.13182459771633148, + 0.0410185381770134, + 0.10411208868026733, + 0.9419743418693542, + -0.8478053212165833, + -0.003253605216741562, + -0.1513352394104004, + -0.7492061853408813, + -1.2109538316726685, + -2.3781824111938477, + 0.2981249690055847, + 1.6945704221725464, + -0.4458467960357666, + 0.37589654326438904, + 0.23761501908302307, + -0.4230886697769165, + 1.1327530145645142, + 1.1465102434158325, + 2.5112462043762207, + -0.6430641412734985, + 1.1905734539031982, + -0.2986328601837158, + 0.43211644887924194, + 1.0264078378677368, + 0.9611259698867798, + 0.5436941981315613, + -1.4468278884887695, + 0.005468234419822693, + 0.28232330083847046, + -0.006354019045829773, + -0.5667831897735596, + -0.4785500764846802, + 0.11119186878204346, + 0.3938881754875183, + 0.5077903270721436, + 0.3456450402736664, + 0.17881985008716583, + -1.1846038103103638, + -0.0006580036133527756, + 0.6792610883712769, + -0.2775026857852936, + -1.1401584148406982, + -1.4715656042099, + -1.5778968334197998, + 0.043609317392110825, + 0.9927364587783813, + 0.8755168318748474, + 1.6417962312698364, + -0.7703470587730408, + 0.5774863362312317, + 0.2840023934841156, + 0.7885672450065613, + -0.1764950007200241, + -0.8932300806045532, + -1.1621215343475342, + 0.17526616156101227, + -0.5811856389045715, + 0.400974303483963, + 0.3212094306945801, + 0.5742254853248596, + 0.8267648220062256, + -0.46889057755470276, + -0.6015809178352356, + -1.145797848701477, + -0.014682399109005928, + 0.050483338534832, + -1.5446484088897705, + -0.11444512009620667, + 0.9698255062103271, + 0.35114967823028564, + 0.16881489753723145, + -0.3512948751449585, + -0.3625049889087677, + -0.14758136868476868, + -0.206782266497612, + 1.2726696729660034, + 0.2547363042831421, + -0.4416922926902771, + 0.7426472306251526, + -0.9196380376815796, + 0.5865853428840637, + 0.21424919366836548, + 0.052957870066165924, + -0.0891064703464508, + -1.2424520254135132, + -0.5933000445365906, + -0.5086305737495422, + -0.378139466047287, + 0.31820645928382874, + -0.4161485731601715, + 0.4967527389526367, + 0.21222911775112152, + -0.46813297271728516, + -0.7527498006820679, + -0.059466395527124405, + 0.6641571521759033, + 0.5212607979774475, + 0.09952791035175323, + -0.6353095173835754, + -0.07376838475465775, + 0.16966809332370758, + 0.04914785176515579, + -1.2776986360549927, + -1.125018835067749, + -0.011640634387731552, + 0.8146798610687256, + 0.9110211730003357, + -0.2947220504283905, + -1.1434125900268555, + -1.3919645547866821, + 0.07087528705596924, + -1.0238919258117676, + -0.19129745662212372, + -0.5417574644088745, + -0.2347528636455536, + -0.08572837710380554, + -0.16949714720249176, + 1.0816683769226074, + -0.440814733505249, + -1.3893766403198242, + 0.1651460826396942, + 1.2293606996536255, + 0.5211000442504883, + -0.8396217823028564, + -0.7630419731140137, + -1.461236596107483, + -0.5869016647338867, + 1.9564793109893799, + 0.3571861982345581, + 0.25047484040260315, + -0.3017662763595581, + -0.010726645588874817, + 1.1755871772766113, + 0.636640191078186, + -0.6712452173233032, + 0.17475098371505737, + 0.9872981309890747, + -0.9160184264183044, + 0.4948461651802063, + -0.0019505051895976067, + 0.6309364438056946, + 0.26914292573928833, + -0.677067756652832, + -0.49377769231796265, + -0.8202747106552124, + 0.42423996329307556, + -0.48116767406463623, + -0.1518380343914032, + -2.0041909217834473, + -0.12043895572423935, + -0.2290700078010559, + -0.7215915322303772, + -0.8523363471031189, + -0.9207019805908203, + -0.18971610069274902, + 0.0008865520358085632, + -1.1665016412734985, + -1.0672588348388672, + 2.3594298362731934, + 1.0726759433746338, + -0.3006749749183655, + -0.09410995244979858, + 0.1851157695055008, + 1.7572170495986938, + -1.1485638618469238, + 2.0155224800109863, + 0.04783119261264801, + 0.5836241841316223, + 0.3717968463897705, + 0.5612966418266296, + 1.0449016094207764, + -0.31151360273361206, + 0.2369343340396881, + -0.5428205132484436, + 1.0902022123336792, + -0.07144057750701904, + -0.7649003267288208, + 0.35711681842803955, + -0.5587151050567627, + -0.13344420492649078, + -0.00100596877746284, + 0.8768717050552368, + -0.4178366959095001, + -0.76979660987854, + 0.2507176101207733, + 0.06914679706096649, + -0.9511712789535522, + 0.3480156362056732, + -0.3049912452697754, + 0.2913670837879181, + 1.2187618017196655, + -0.9199586510658264, + 1.010931372642517, + 0.8723666667938232, + -0.1493282914161682, + -0.628309428691864, + 0.4600886106491089, + 0.7103350758552551, + -0.5420555472373962, + -1.1366995573043823, + -0.2247653305530548, + 0.7815753221511841, + -0.17579972743988037, + -0.5154926776885986, + 0.46299752593040466, + 0.2801857888698578, + -0.03640352189540863, + -0.07794027030467987, + 0.17667154967784882, + 1.1381785869598389, + 2.030843734741211, + -0.5868120193481445, + -0.5270730257034302, + 0.08601018041372299, + -0.6050057411193848, + -1.442089319229126, + -0.2416325956583023, + 0.3845435678958893, + 1.089406967163086, + 1.4299986362457275, + 0.8877753019332886, + 0.7084481120109558, + 0.33306288719177246, + 1.0255457162857056, + 1.3603127002716064, + 0.9639945030212402, + 0.3246724605560303, + -0.6249947547912598, + 0.46800458431243896, + 0.325470507144928, + 0.15443740785121918, + 0.17922911047935486, + -0.028924480080604553, + -1.7336273193359375, + -0.05205085501074791, + 1.7243762016296387, + -0.9435497522354126, + -1.2092742919921875, + 0.7025057077407837, + -0.054348286241292953, + -1.0740374326705933, + 0.1384076625108719, + -0.8010733127593994, + -0.3501336872577667, + -0.16918537020683289, + 0.3143075108528137, + -0.11534921079874039, + -0.31802037358283997, + -0.47661498188972473, + 0.4515106976032257, + 0.8035206198692322, + -0.2087818682193756, + 0.5470892190933228, + -0.7221770882606506, + -1.4777952432632446, + 0.07333142310380936, + 0.3684699535369873, + 1.2442015409469604, + -0.6056644320487976, + 1.270169734954834, + -0.780242383480072, + -0.40932902693748474, + 0.6006125211715698, + -0.4235941171646118, + 0.06392733752727509, + -0.0765996053814888, + -0.05079557001590729, + -0.1824369728565216, + 0.08526604622602463, + -0.2391999065876007, + -0.9213612079620361, + 0.6783294677734375, + -0.39549556374549866, + 0.5640303492546082, + -0.21184128522872925, + -0.7028890252113342, + -0.9750995635986328, + 0.7899509072303772, + -4.438392162322998, + 0.060450032353401184, + -0.5736719965934753, + -0.036123596131801605, + -1.709517240524292, + 0.6357349753379822, + -1.0314452648162842, + -1.6635823249816895, + 0.4810072183609009, + -0.19925133883953094, + 0.43287205696105957, + 0.45761245489120483, + 0.2131003886461258, + -1.411598563194275, + 0.057890474796295166, + 0.8775084018707275, + 1.0158571004867554, + -1.4072673320770264, + 1.2435650825500488, + 1.156362533569336, + -0.4895968437194824, + -0.08627274632453918, + 0.27102747559547424, + 0.6205304265022278, + -0.12444621324539185, + 0.01405644416809082, + -0.21613629162311554, + 0.1624251902103424, + -1.1361430883407593, + -0.23954656720161438, + 0.28613796830177307, + -0.27986830472946167, + 0.9380724430084229, + 1.3601531982421875, + 1.982759952545166, + -0.1549426019191742, + 0.05447510629892349, + -0.38519933819770813, + -1.054806113243103, + -0.1007915586233139, + 1.4499926567077637, + 0.004737749695777893, + -0.2608228027820587, + 1.0960586071014404, + 0.6493232846260071, + -0.2617427110671997, + 0.21347835659980774, + -0.1947346329689026, + -0.2426484376192093, + -0.36973533034324646, + 1.0224101543426514, + 0.646736741065979, + 1.309245228767395, + 1.5574225187301636, + 0.7971829175949097, + -0.7769813537597656, + -0.8988561630249023, + 0.569423496723175, + 0.33869996666908264, + 0.6797903776168823, + -0.5344228148460388, + -0.2311088889837265, + -1.2100813388824463, + -2.354938268661499, + -0.22384563088417053, + -0.3363473415374756, + -0.9316401481628418, + 1.0856175422668457, + 0.1018768697977066, + 0.6896070837974548, + -0.309426873922348, + -1.4070299863815308, + 0.9672911167144775, + -1.1179986000061035, + 0.5882018804550171, + -0.11113046854734421, + 0.8871127963066101, + 0.7018847465515137, + -0.9281619191169739, + -0.9598115682601929, + -0.9655891060829163, + -0.7550054788589478, + 0.6778890490531921, + 0.11236248910427094, + 1.9172282218933105, + -0.21614113450050354, + -1.092648983001709, + 0.05676065385341644, + -1.7181531190872192, + 1.164898157119751, + -0.8806251287460327, + -0.9843894839286804, + 0.6105849146842957, + -1.0081546306610107, + -0.2994507849216461, + 0.3048394024372101, + -0.2962356209754944, + 0.9368525147438049, + -0.9799951910972595, + -0.5842418670654297, + -0.3862798511981964, + 0.2913318872451782, + -0.3078383505344391, + -1.3669527769088745, + -0.8838000297546387, + 0.10696551203727722, + 1.3107277154922485, + 0.18694885075092316, + -0.2091437429189682, + 0.7589312791824341, + -0.5798445343971252, + -0.059978827834129333, + 1.5339527130126953, + -0.30621960759162903, + 0.3335389494895935, + -0.0792575255036354, + 0.8756574988365173, + 0.2244284749031067, + -0.33142295479774475, + -0.2781020402908325, + 0.3267761170864105, + -0.2125622183084488, + 0.6382842063903809, + -1.4384711980819702, + -0.6456063985824585, + 1.4256469011306763, + 0.9611112475395203, + 0.861868143081665, + 1.2154998779296875, + -0.11512685567140579, + 0.6743659973144531, + -2.6780319213867188, + 0.13364209234714508, + 1.1566312313079834, + 1.3192992210388184, + -0.47690263390541077, + -0.0015582554042339325, + 0.7883530855178833, + -0.45850515365600586, + -0.7508319616317749, + 0.09377174079418182, + -1.0700697898864746, + -1.2342886924743652, + 0.639392077922821, + -0.4328741133213043, + -0.01986505463719368, + -0.6395251750946045, + -0.3611644506454468, + -0.8678048849105835, + -0.9846333861351013, + -0.002781018614768982, + -0.3145610988140106, + 1.117465615272522, + 0.8635241985321045, + 0.004150301218032837, + 1.0452723503112793, + -0.7217467427253723, + -1.1508103609085083, + 0.07359737902879715, + 0.21106722950935364, + -0.2597581148147583, + -0.6918068528175354, + -0.30347520112991333, + -0.623066782951355, + -1.1283843517303467, + 0.6394197940826416, + 0.24463963508605957, + -0.24430808424949646, + -0.6749483942985535, + -1.5769720077514648, + 0.3933205008506775, + 1.326972246170044, + -1.1342029571533203, + -0.8483359217643738, + 0.9802115559577942, + -1.0609475374221802, + 0.7532498240470886, + -0.1462576985359192, + 1.136781930923462, + -0.9867852330207825, + 0.5180507898330688, + 0.6790209412574768, + 0.4219174385070801, + 0.9933545589447021, + 0.1927705556154251, + 0.028657585382461548, + -0.6030408143997192, + -0.2943554222583771, + -0.1543576419353485, + 1.2031265497207642, + -0.11779509484767914, + -0.9493941068649292, + 1.370097279548645, + -0.7766014337539673, + 0.6193458437919617, + -0.006924694404006004, + -0.8241653442382812, + 0.8543834090232849, + -0.09650910645723343, + -0.10290494561195374, + -0.7581155300140381, + 0.7928633093833923, + 0.7091840505599976, + -0.3274637758731842, + -0.5388588905334473, + 0.44246259331703186, + -0.6848435997962952, + -0.5211247205734253, + -0.6289700865745544, + -0.5952778458595276, + -1.0680915117263794, + -0.23487569391727448, + -0.7128547430038452, + -0.402024507522583, + -0.8815751671791077, + 0.02232573926448822, + 0.9085142612457275, + -1.854852318763733, + 0.04965055733919144, + 0.6986620426177979, + 0.14033906161785126, + 0.2218475341796875, + -0.13870272040367126, + -0.4145633280277252, + 0.33000579476356506, + -0.13208860158920288, + -0.8880096077919006, + -0.03018350712954998, + -0.4908866584300995, + -0.4727492928504944, + 0.6964935660362244, + 0.9921274185180664, + 0.3642110824584961, + 0.4097434878349304, + -0.1979527324438095, + 0.5202615261077881, + -0.6858186721801758, + 0.6405543088912964, + -0.9142794609069824, + -1.0900088548660278, + 1.0093828439712524, + 0.16656242311000824, + 0.3130025863647461, + 0.8912197351455688 + ] + }, + { + "key": 8, + "name": "Daemon Targaryen", + "type": "TV series", + "media": "House of the Dragon", + "label": [ + "Dominant", + "Experimental", + "Power-driven", + "Seductive", + "Unpredictable" + ], + "embedding": [ + -1.46381413936615, + 0.7750056385993958, + -0.6268699169158936, + -0.9334842562675476, + -1.6219786405563354, + -0.4082539975643158, + 0.5943773984909058, + -0.114976666867733, + -1.0028458833694458, + 0.8032168745994568, + 0.006944876164197922, + -0.07449568808078766, + -0.6135072708129883, + -0.3130542039871216, + -0.423340767621994, + 0.5964720845222473, + 1.1162564754486084, + 0.20584926009178162, + -0.9014111757278442, + -0.522423505783081, + -0.5168710947036743, + 0.4917602837085724, + 0.15726733207702637, + 0.4709796607494354, + -1.0307729244232178, + 0.4410087764263153, + -0.2283623367547989, + 0.1491045206785202, + -1.4002819061279297, + 0.199431374669075, + 0.6741544604301453, + -0.8126367926597595, + 0.26392921805381775, + 0.2626306116580963, + -0.32771193981170654, + -0.4079435169696808, + -0.3030243515968323, + -0.3539537191390991, + -1.416483998298645, + 1.1383261680603027, + 1.0707106590270996, + -1.327750563621521, + 0.7323225736618042, + -1.53227698802948, + 0.9367753267288208, + -1.4054380655288696, + -0.18490472435951233, + -0.6574557423591614, + 0.08058467507362366, + 0.5968011617660522, + -0.820052981376648, + -0.39799344539642334, + 1.6275510787963867, + -0.7363583445549011, + 0.9279794096946716, + -0.9034087061882019, + -0.1361371874809265, + -0.6928218007087708, + -0.7785954475402832, + -0.7527401447296143, + -1.6335515975952148, + -0.27820640802383423, + -0.3850882351398468, + 0.37907251715660095, + 1.2292547225952148, + 0.9780910015106201, + 0.33910635113716125, + 1.0387892723083496, + 0.1288469433784485, + -0.41435226798057556, + 0.33168020844459534, + 0.1415889412164688, + -0.13095353543758392, + 0.015370119363069534, + -2.357603073120117, + 0.7552723288536072, + -0.10944212228059769, + -0.5466489195823669, + 0.16243040561676025, + 0.7109876275062561, + -0.32301607728004456, + -0.4158320724964142, + 0.5035695433616638, + 0.8637310862541199, + -1.6440361738204956, + 1.1538162231445312, + -0.19579613208770752, + 0.3529142439365387, + -0.2898883819580078, + -0.16066484153270721, + -0.031161967664957047, + -0.4300220310688019, + 0.6510442495346069, + -1.4341812133789062, + -1.0964664220809937, + 0.24991631507873535, + -0.07987455278635025, + 0.10362972319126129, + 0.3841787874698639, + 0.8893117308616638, + -0.16371232271194458, + 0.5370573997497559, + -0.08780622482299805, + 0.3108842074871063, + 0.02546500787138939, + -1.971362829208374, + -0.5619598031044006, + 1.53254234790802, + -0.2993623912334442, + 0.18452392518520355, + -0.05478285253047943, + 0.277567058801651, + 0.6282912492752075, + 1.5654478073120117, + -0.047652777284383774, + 0.6601980328559875, + 0.052509281784296036, + 0.10940252989530563, + 0.04831186681985855, + 0.06278692185878754, + 0.2658314108848572, + -0.38988813757896423, + 0.9255719184875488, + -0.2833184599876404, + 0.15904489159584045, + -1.232720136642456, + -0.0747544914484024, + 1.2269127368927002, + -1.2193496227264404, + 0.3984684944152832, + 0.8616788983345032, + 0.8702554106712341, + -0.1405715048313141, + -0.6775623559951782, + -2.1587679386138916, + -0.700874388217926, + 0.27772900462150574, + -0.02355918288230896, + -0.24617713689804077, + -0.07608999311923981, + -0.1216505840420723, + 0.6842470169067383, + 0.013625938445329666, + -1.1893460750579834, + 1.1717783212661743, + -1.1942068338394165, + -0.021716950461268425, + 0.09923748672008514, + -0.33113402128219604, + -0.16904734075069427, + 1.8092631101608276, + 0.13771189749240875, + 0.7625316977500916, + 0.7928193211555481, + 1.0595935583114624, + -0.2139662355184555, + -0.45227399468421936, + 0.5861920714378357, + 1.4808685779571533, + 0.9356893301010132, + -0.9019944667816162, + -0.6720295548439026, + 0.06827469915151596, + 0.4287695586681366, + -0.2907659709453583, + -0.3376144468784332, + 1.3429442644119263, + 1.3644071817398071, + -0.7000969648361206, + -0.8448498249053955, + 0.2663344740867615, + -0.4392012059688568, + 0.4043964743614197, + -0.02576654776930809, + 0.32178980112075806, + 0.2110673189163208, + 1.2521252632141113, + 0.1972329318523407, + 0.6979380249977112, + -1.2088407278060913, + -0.22191385924816132, + 0.6853581666946411, + -0.044873032718896866, + 0.4815845489501953, + -0.5106054544448853, + -0.8490184545516968, + -0.6391321420669556, + -0.3707084655761719, + 0.6244192719459534, + 1.2670917510986328, + -0.9282251000404358, + -1.499165415763855, + 0.8263899683952332, + -0.04942038655281067, + 1.0246318578720093, + -0.4410284459590912, + -0.31005969643592834, + -1.3163927793502808, + 0.3368018865585327, + -1.5656479597091675, + 0.6806685924530029, + 0.9540349245071411, + 0.6747117638587952, + -1.3304535150527954, + -0.8547530174255371, + 0.00212768092751503, + 0.2862861752510071, + -0.9656298160552979, + 0.8905498385429382, + -0.16093571484088898, + 1.4993003606796265, + 0.691758930683136, + 0.48746544122695923, + -0.9551990032196045, + 0.011874279007315636, + -0.818252444267273, + -0.5368416905403137, + 0.3046632707118988, + -0.2684181332588196, + -0.7853626608848572, + -0.5480200052261353, + 0.9936050176620483, + 0.6672317385673523, + 0.6272252798080444, + 0.3087916672229767, + 0.1950976401567459, + 0.5441891551017761, + 2.069713592529297, + 0.19099560379981995, + 0.07011530548334122, + 0.33948278427124023, + -0.5975373983383179, + 0.19479013979434967, + -0.33662980794906616, + -0.6507445573806763, + -0.41720089316368103, + -0.12015743553638458, + 0.3019977807998657, + 1.509394884109497, + 0.8332812786102295, + 0.24078436195850372, + -0.6886360049247742, + 0.6778641939163208, + 0.46117302775382996, + -1.125349760055542, + -0.0641535297036171, + 0.04670269042253494, + -0.5549131035804749, + 0.06153520941734314, + -0.1297958493232727, + 0.30044814944267273, + 0.3476530611515045, + -2.4423434734344482, + 0.6112372875213623, + 1.0303155183792114, + 0.6137552261352539, + 0.12219968438148499, + -0.546202540397644, + -0.80374675989151, + -0.020847376435995102, + -0.3092503547668457, + 1.1983911991119385, + -0.25792139768600464, + 0.5081807971000671, + 0.7084758281707764, + -1.0760910511016846, + 0.4210125803947449, + -0.3712179660797119, + 0.6381651759147644, + 0.09740589559078217, + 0.5229387879371643, + -0.28143978118896484, + 0.09445615112781525, + -0.5877549052238464, + -0.4605395793914795, + 0.8397477865219116, + -0.18006642162799835, + -0.5068672299385071, + 1.2250306606292725, + -0.14103880524635315, + 0.691955029964447, + -0.2496083378791809, + 0.8267558813095093, + -0.05313064157962799, + 1.3780248165130615, + -0.319406121969223, + -0.8326389193534851, + -0.1352051943540573, + -0.26253825426101685, + -1.9611506462097168, + 0.5392666459083557, + -0.6660445928573608, + 1.8268592357635498, + 0.19894519448280334, + -1.0444470643997192, + -0.5142117738723755, + -0.7470822930335999, + -3.6739187240600586, + -0.15660877525806427, + -1.0100969076156616, + -0.0710519477725029, + 0.5641099810600281, + 0.032472822815179825, + -1.5982059240341187, + 0.2643588185310364, + -0.549925684928894, + -0.49059930443763733, + -0.06719912588596344, + -1.7773057222366333, + -0.8771122694015503, + -0.6448737978935242, + -1.0280156135559082, + -0.35306045413017273, + -0.5224672555923462, + 0.02059684693813324, + 0.04587111622095108, + -0.5313477516174316, + 0.06898903846740723, + 0.3636030852794647, + 2.247727632522583, + 0.7733594179153442, + 0.6226589679718018, + 0.5462671518325806, + 0.468520849943161, + -0.13445600867271423, + -0.5130926370620728, + -1.1040786504745483, + -0.3094879388809204, + 0.8681527972221375, + -0.26112985610961914, + 0.8974831104278564, + -0.03306502476334572, + 1.9546006917953491, + -0.32527944445610046, + 0.30474695563316345, + 0.4422803819179535, + -0.5527944564819336, + 0.8849773406982422, + 1.29232919216156, + -0.9083669185638428, + 0.605670690536499, + 0.43360885977745056, + 0.11250339448451996, + -0.26678895950317383, + 0.031683847308158875, + 0.18482668697834015, + -0.6388264894485474, + 1.6128050088882446, + -0.4785606861114502, + -0.5033160448074341, + 0.24079325795173645, + -0.8409610390663147, + -0.1620628535747528, + -0.5471742749214172, + 0.0838889330625534, + -0.47976163029670715, + 0.18346922099590302, + -0.8714523315429688, + -1.3366584777832031, + 0.9360525608062744, + 0.6372221112251282, + -0.18688443303108215, + -1.0188162326812744, + 0.3029773533344269, + -0.39515745639801025, + 1.6136780977249146, + 0.026950431987643242, + 1.2155195474624634, + -0.06678830087184906, + 0.131626695394516, + -0.015594474971294403, + 0.8471099734306335, + -0.038465458899736404, + -0.1721988022327423, + -0.47899314761161804, + -0.8212905526161194, + -0.6994825601577759, + 0.43558698892593384, + 1.2101293802261353, + -0.7364773750305176, + 1.5213191509246826, + -0.15444287657737732, + -1.0966911315917969, + 0.5753690600395203, + 0.35805845260620117, + 0.18852849304676056, + 5.628871917724609, + -0.2899762690067291, + 0.4242459833621979, + 0.2524603307247162, + 0.7092233300209045, + 0.8613020181655884, + -0.09696005284786224, + 0.6556276679039001, + 0.1818501502275467, + -0.45555925369262695, + 0.6174648404121399, + 0.5321005582809448, + -0.5362133979797363, + 0.808663010597229, + -0.6850099563598633, + 0.6105638742446899, + -0.3957630395889282, + -1.2204442024230957, + 2.1048355102539062, + -0.6292548179626465, + 0.7148451209068298, + -0.3883109986782074, + 0.010156163945794106, + 0.10791997611522675, + -1.400594711303711, + 0.3900871276855469, + 0.7575605511665344, + 0.05481533706188202, + 0.1368790864944458, + 0.15155386924743652, + -0.5426236987113953, + 0.5274386405944824, + 1.7815433740615845, + 0.6484062075614929, + 0.21676717698574066, + -0.05167831480503082, + -1.0287195444107056, + -0.005269650369882584, + -0.6681983470916748, + 0.21965107321739197, + -1.9461344480514526, + -0.28871646523475647, + -1.876539945602417, + 0.47708332538604736, + 0.5984564423561096, + 0.9228698015213013, + -0.28450438380241394, + -1.2655729055404663, + 0.8567101955413818, + -1.0900115966796875, + -0.3263663649559021, + -0.4085213243961334, + -0.02700658328831196, + 0.33135131001472473, + 1.7973521947860718, + -0.4284482002258301, + -0.3275826573371887, + 0.7800748944282532, + -0.6349989771842957, + 1.364677906036377, + 1.26485013961792, + 0.647456705570221, + -2.4299120903015137, + 0.2059321403503418, + 0.30731648206710815, + 0.5864525437355042, + -0.48952412605285645, + -0.575830340385437, + 0.3851560950279236, + 0.7404919862747192, + 1.8357633352279663, + 1.0879937410354614, + -0.4213438928127289, + -0.26578953862190247, + 0.3361467719078064, + 0.23069512844085693, + -0.12748846411705017, + 0.615816593170166, + 0.4567185044288635, + -0.1835053265094757, + -0.3028014302253723, + -0.7753303647041321, + -0.6779263019561768, + 0.01917577162384987, + 0.6979267597198486, + 0.14639288187026978, + -0.23803770542144775, + 1.1186562776565552, + -0.27924925088882446, + 0.019457321614027023, + -0.7815669178962708, + -0.1111033707857132, + -0.4252368211746216, + 0.2312081754207611, + -1.407192349433899, + -0.3338984549045563, + 0.9611043930053711, + -0.6843997240066528, + -0.919256329536438, + -0.3153911530971527, + 0.6998237371444702, + -0.40190836787223816, + 0.10591812431812286, + -0.1598474383354187, + 0.47370415925979614, + -0.03573840856552124, + -0.27866870164871216, + -0.08944416046142578, + -0.32271337509155273, + 1.103563666343689, + -0.5121554732322693, + 0.8895291090011597, + -1.0076851844787598, + -1.0916513204574585, + 0.0634453073143959, + 0.9840071201324463, + 0.29454168677330017, + 0.5211427211761475, + -0.022114945575594902, + 0.6674407124519348, + -0.22164727747440338, + -1.5987019538879395, + -0.16787925362586975, + -0.8237388730049133, + -0.5051466226577759, + -1.297010898590088, + 0.040901876986026764, + 1.6867573261260986, + -0.12404019385576248, + 0.6531059741973877, + 0.2612338960170746, + -0.18692472577095032, + -0.24957261979579926, + 0.991693377494812, + 1.2988827228546143, + -0.45426830649375916, + 2.7179901599884033, + 0.9313861131668091, + 1.0152558088302612, + -0.29928654432296753, + 0.6091691851615906, + 0.10200852155685425, + -0.7619733214378357, + 0.7089669704437256, + 0.6765677332878113, + -0.7813093066215515, + -2.088911533355713, + 0.145473450422287, + 0.10226675868034363, + 1.495934247970581, + 0.5350269675254822, + 0.99384605884552, + 0.6247433423995972, + -1.0791455507278442, + 0.24080556631088257, + -0.6805806756019592, + -0.7395040392875671, + -1.0037245750427246, + -1.6953195333480835, + -0.6640004515647888, + -0.021602528169751167, + 0.7612494826316833, + 0.4179014265537262, + 0.6408235430717468, + -0.3472791612148285, + 0.6586778163909912, + 1.0344526767730713, + 0.4277240037918091, + 0.12928800284862518, + -0.9274347424507141, + -0.5343126654624939, + -0.4940486550331116, + -1.1112126111984253, + 0.6746378540992737, + 0.28336647152900696, + 0.4496450424194336, + -0.0909152552485466, + -1.279544711112976, + -0.5315312147140503, + -1.0219216346740723, + 0.539219319820404, + -0.6692071557044983, + -1.2325506210327148, + 0.24744069576263428, + 1.19117271900177, + -0.05685577169060707, + -0.027887314558029175, + -0.36503174901008606, + 0.0865461677312851, + -0.9713032245635986, + -0.05712132900953293, + 2.6716554164886475, + -0.9515467882156372, + -1.2144100666046143, + 0.33719754219055176, + 0.8494232296943665, + 0.7332059144973755, + -0.009799178689718246, + 0.40069523453712463, + -0.9116218686103821, + -0.4493924677371979, + 0.09023740142583847, + -0.1824536919593811, + -1.4178953170776367, + -0.08342070132493973, + -0.14133697748184204, + -0.585941731929779, + 0.17987626791000366, + -1.0316869020462036, + -2.1639792919158936, + -0.608806312084198, + 0.33956408500671387, + -0.6926642060279846, + 0.26972371339797974, + -0.7145606279373169, + -0.2885473370552063, + 0.6129438877105713, + 0.06287945806980133, + -0.9311665892601013, + -0.6000146269798279, + 0.6650233268737793, + 0.4878873825073242, + -0.40472719073295593, + -0.7700784802436829, + -1.3949167728424072, + -1.0334821939468384, + 0.8906766176223755, + -1.016531229019165, + 0.2905667722225189, + -0.12580494582653046, + 0.06141796335577965, + -0.7326077818870544, + -1.1398022174835205, + 0.6795157194137573, + -0.29006680846214294, + 0.5206493735313416, + -0.9635328054428101, + 1.162646770477295, + -0.03174822777509689, + -0.30943068861961365, + -0.23136906325817108, + -1.20386803150177, + 0.07729676365852356, + 1.2897530794143677, + -0.004759848117828369, + -0.3047579526901245, + 0.17249514162540436, + 0.2915138602256775, + 2.1048882007598877, + 1.0260132551193237, + -0.3486192226409912, + 0.4713718295097351, + -1.0224109888076782, + -0.8753033876419067, + 0.47366321086883545, + -1.200013279914856, + -1.2377517223358154, + -0.7483947277069092, + -0.1489022672176361, + 0.31114083528518677, + -1.1193294525146484, + 1.1312223672866821, + -0.16678652167320251, + 0.3236379623413086, + -2.3142852783203125, + -0.7923275828361511, + 0.4123161733150482, + -0.5829519033432007, + 0.17369592189788818, + -1.247122883796692, + 0.06360849738121033, + -0.12346850335597992, + -1.050096869468689, + -0.9534671902656555, + 1.1375727653503418, + 0.10005009174346924, + -0.19248586893081665, + -0.04394242912530899, + -0.7063515186309814, + 0.8968257308006287, + -1.1170893907546997, + 0.8559540510177612, + -0.2192756086587906, + -0.3941726088523865, + 0.6761268377304077, + 0.24242329597473145, + 1.0229567289352417, + 0.4512111246585846, + 0.3347734212875366, + -0.0023776739835739136, + 1.0646449327468872, + -0.5548936724662781, + -1.4370036125183105, + 0.566558837890625, + 0.28537002205848694, + -0.11059016734361649, + -0.29117506742477417, + 1.6317963600158691, + 0.07128575444221497, + -0.6226736307144165, + -0.08677874505519867, + -0.6499855518341064, + -0.2746429741382599, + -0.125139981508255, + -0.5575780868530273, + 0.37598469853401184, + 1.1698987483978271, + -1.3740533590316772, + 1.4124735593795776, + 0.583977997303009, + 0.034712642431259155, + -0.3002558648586273, + 0.3111917972564697, + 0.25180986523628235, + 0.3345043957233429, + -0.8498467803001404, + -0.6488386988639832, + -0.03671472892165184, + 0.9213375449180603, + 0.20102450251579285, + 0.21821936964988708, + 0.32266491651535034, + -0.5301028490066528, + -0.16574324667453766, + -1.1498656272888184, + 0.4760337173938751, + -0.4074138402938843, + -0.2727723717689514, + 0.2164756953716278, + -0.8449533581733704, + -0.2748957872390747, + -1.5330206155776978, + -0.0032412149012088776, + 0.24910512566566467, + 1.5696954727172852, + 1.6435210704803467, + 0.6282883286476135, + 0.8857196569442749, + 0.29538336396217346, + 0.24800577759742737, + 0.6159662008285522, + -0.7789533138275146, + 0.8686355352401733, + -1.0663464069366455, + 0.08526401221752167, + 1.2200123071670532, + -0.44567158818244934, + -0.4004465639591217, + 0.45227789878845215, + -1.2487027645111084, + -0.028070779517292976, + -0.024468280375003815, + 0.202274888753891, + -1.244600534439087, + 0.27256086468696594, + 0.10876358300447464, + -0.6115526556968689, + 1.1768745183944702, + 0.5806519985198975, + -0.47062548995018005, + 0.16116736829280853, + 0.03218650445342064, + 0.332119345664978, + -0.22282838821411133, + -0.8477956652641296, + 0.031858425587415695, + -0.0934617891907692, + -0.8924079537391663, + 1.0846925973892212, + -1.6021466255187988, + -0.18323388695716858, + 0.6919826865196228, + 0.6289370059967041, + 0.3976292014122009, + -1.4054806232452393, + 0.8532646298408508, + -1.4929760694503784, + -0.21112261712551117, + 0.5853608250617981, + -0.17335274815559387, + 0.3519274592399597, + 0.9847844839096069, + 0.9556026458740234, + 0.02398557960987091, + -0.3670995831489563, + -0.42403465509414673, + -0.8492677807807922, + 0.35974204540252686, + 0.4359246492385864, + 1.0031636953353882, + -0.41049128770828247, + 0.010234273970127106, + -1.8144625425338745, + 0.5487406253814697, + -4.594436168670654, + -0.06928849965333939, + -0.7140379548072815, + -0.26315897703170776, + -1.2067736387252808, + 0.18860271573066711, + 0.44181835651397705, + -2.007999897003174, + 0.5741823315620422, + -0.7053186893463135, + -0.40447527170181274, + 0.7971658110618591, + 0.3795306980609894, + -0.5764712691307068, + 0.5726391673088074, + 1.9404468536376953, + -0.4168206751346588, + -0.7892459034919739, + 0.07534600794315338, + 0.4503551721572876, + 0.1979008913040161, + 0.031410492956638336, + 1.719710111618042, + -0.21312281489372253, + -0.2255653291940689, + -0.5331770777702332, + -0.5772850513458252, + 0.4805622696876526, + -0.9931482672691345, + -1.7253518104553223, + 0.34246328473091125, + -0.5122298002243042, + 1.7542152404785156, + 1.6234393119812012, + 1.1842271089553833, + 0.9429671764373779, + 0.19904541969299316, + -0.470355361700058, + -0.916246771812439, + 0.22618216276168823, + 0.6501288414001465, + 0.04905354976654053, + -0.667859673500061, + -0.6314866542816162, + 0.22478795051574707, + 0.21227122843265533, + -0.0179988332092762, + -0.730830192565918, + -1.1844202280044556, + -0.15368767082691193, + 0.1004306897521019, + 1.8371251821517944, + -0.04776856675744057, + 1.3893842697143555, + -0.6890535950660706, + -0.3031788468360901, + -0.3673352003097534, + 0.32055339217185974, + 0.2775600254535675, + 0.8798452019691467, + -0.8726522326469421, + 0.12968862056732178, + -0.8239909410476685, + -1.5571843385696411, + -0.3685336410999298, + 0.2992703914642334, + -2.809290885925293, + -0.25129270553588867, + -0.6921799778938293, + -0.1980014592409134, + -0.6290724277496338, + -0.09062620252370834, + 0.7334286570549011, + -0.3403793275356293, + 0.39432376623153687, + 0.3492496609687805, + 0.3021789789199829, + 0.045962512493133545, + 0.09814371168613434, + -2.313547372817993, + -1.1247233152389526, + -0.7770629525184631, + 0.2469726800918579, + -0.2577818036079407, + 1.0909559726715088, + 0.02533668652176857, + -0.852501392364502, + 0.7084434032440186, + -2.248974084854126, + 0.6712371706962585, + -1.4693427085876465, + -1.0091615915298462, + 1.4851454496383667, + -0.46749624609947205, + -1.4751911163330078, + 0.7986935973167419, + -0.3685082495212555, + 0.4035450220108032, + -0.10913129895925522, + -1.6380133628845215, + 0.19506239891052246, + 0.2617981731891632, + 0.12977345287799835, + -0.9367542862892151, + -0.6015307307243347, + 0.13798832893371582, + 0.7174363136291504, + 0.5601741075515747, + -0.1632840931415558, + -0.16580748558044434, + -0.8163689970970154, + -0.15587806701660156, + 0.20806270837783813, + 0.13916505873203278, + -0.5815075635910034, + 0.6474708318710327, + -0.05346684157848358, + 0.1797790676355362, + -0.6029589772224426, + -0.3446899652481079, + 0.46250593662261963, + -0.43123766779899597, + -0.09658613055944443, + -1.202518105506897, + 0.6611911058425903, + 1.970422387123108, + 0.8610072135925293, + 0.7098507285118103, + 0.39852747321128845, + -0.8433839082717896, + 0.7798580527305603, + -0.27949339151382446, + 1.0859735012054443, + -0.15292225778102875, + 1.2965720891952515, + -1.0682047605514526, + -0.5080550312995911, + 1.0390827655792236, + 0.9062228202819824, + -0.060239408165216446, + -1.1972907781600952, + -0.10113607347011566, + -0.17088280618190765, + -0.31882184743881226, + 0.2846871614456177, + 0.32940247654914856, + 0.9759374856948853, + -0.5494287014007568, + -0.348778635263443, + -0.972771942615509, + -0.7147298455238342, + -0.6609761118888855, + 0.49766814708709717, + 0.004492715001106262, + 1.7559458017349243, + 1.3901106119155884, + 0.0661466047167778, + -1.0714349746704102, + 1.2247469425201416, + 0.004966074600815773, + 0.2577146291732788, + -1.4163687229156494, + -0.24665045738220215, + -0.13489027321338654, + -0.14884090423583984, + 0.7262370586395264, + 0.667314887046814, + -0.6369724273681641, + 0.3138267993927002, + -0.23484547436237335, + -0.395608127117157, + 1.62825345993042, + -1.3732376098632812, + 0.7683899402618408, + 0.3075336813926697, + -0.8198370337486267, + 0.5225639343261719, + 0.1283579021692276, + 0.30071499943733215, + -1.0955407619476318, + 0.6802575588226318, + -0.3332281708717346, + 1.0070288181304932, + 0.97240149974823, + 1.1912180185317993, + 0.6277251243591309, + -0.24509583413600922, + -0.12115606665611267, + 0.682279646396637, + -0.772967517375946, + -0.08952519297599792, + -0.40548592805862427, + 0.6995441913604736, + -0.8256093263626099, + 1.0674389600753784, + -0.3540588617324829, + -0.36027589440345764, + 0.7040774822235107, + 0.6413776874542236, + -0.5489562153816223, + -1.1721372604370117, + 0.9781491160392761, + 0.04123827815055847, + -1.115235447883606, + -1.2261565923690796, + 0.04846055433154106, + 0.18259809911251068, + -0.13264110684394836, + -0.7128289937973022, + -0.4094547927379608, + -0.2409222573041916, + -0.06247151643037796, + -0.5647810697555542, + 0.6130707263946533, + 0.06758740544319153, + -0.06333333253860474, + 0.5367236137390137, + -0.4567735195159912, + 0.6522427201271057, + 0.6581928730010986, + 0.18374569714069366, + 0.586137592792511, + -0.7827546000480652, + 0.0698297992348671, + 0.5596252679824829, + -0.2656041383743286, + -0.39100220799446106, + 0.45060867071151733, + 0.13501816987991333, + -0.5202957391738892, + -0.8972011804580688, + 0.5805932879447937, + 0.9450350403785706, + 0.8398153781890869, + 0.31387659907341003, + 0.629574716091156, + -0.46309569478034973, + 0.6644429564476013, + -0.7429899573326111, + -1.6109310388565063, + 1.461256742477417, + 0.17808447778224945, + 0.8986876606941223, + 0.889155924320221 + ] + }, + { + "key": 9, + "name": "Jessica Rabbit", + "type": "movie", + "media": "Who Framed Roger Rabbit", + "label": [ + "Confident", + "Passionate", + "Playful", + "Seductive", + "Vulnerable" + ], + "embedding": [ + -1.2611852884292603, + 0.15885885059833527, + -1.3230881690979004, + -0.30751296877861023, + -0.9393490552902222, + -0.1895332932472229, + 0.6003248691558838, + -0.6355422139167786, + -0.48950690031051636, + -0.09054519236087799, + 0.3162424862384796, + 0.025757700204849243, + -1.3002102375030518, + -0.48884257674217224, + 1.8871769905090332, + 0.9925434589385986, + 0.783851683139801, + 0.20469030737876892, + -0.40270644426345825, + -0.44693830609321594, + -0.43214625120162964, + 0.40704643726348877, + -0.5169110298156738, + 0.45915481448173523, + -0.6139242053031921, + 0.7446388006210327, + -0.019822483882308006, + -0.13832393288612366, + -1.692711591720581, + 0.7931556701660156, + 0.5125311613082886, + 0.15943697094917297, + -0.2890709638595581, + -0.7077347040176392, + 0.36907726526260376, + -0.8293481469154358, + 0.137443408370018, + -0.20986820757389069, + -1.1812846660614014, + 1.0999425649642944, + 1.2394639253616333, + -1.2738673686981201, + 0.9375195503234863, + -0.91595059633255, + 0.5846351981163025, + -1.2442317008972168, + 0.252665251493454, + -0.43555566668510437, + -0.557149350643158, + 0.7015488743782043, + -0.2238580733537674, + 0.7846978306770325, + 1.2902933359146118, + 0.27790558338165283, + 0.41161060333251953, + 0.14112488925457, + 1.3403273820877075, + -1.1122156381607056, + -0.9686775803565979, + -1.5612965822219849, + -1.1994956731796265, + 0.17200791835784912, + -0.05703691020607948, + -0.2937661409378052, + 0.23543162643909454, + 2.1883254051208496, + 0.4861828088760376, + -0.13885840773582458, + 0.27610674500465393, + -1.1705111265182495, + -0.21991580724716187, + 0.23762816190719604, + -0.4777502417564392, + 0.0018328949809074402, + -2.1713058948516846, + 0.6855964660644531, + 0.04215945303440094, + -0.543626070022583, + -0.6281425952911377, + 0.4222993552684784, + 0.6322188377380371, + 0.2013837993144989, + 0.44177475571632385, + 0.40709102153778076, + -0.5012322068214417, + 2.061598539352417, + -0.27985596656799316, + 0.33201563358306885, + -0.19414494931697845, + -0.936701774597168, + -0.338593453168869, + -0.4211319386959076, + 0.8796936869621277, + -1.3688143491744995, + -0.6244069337844849, + 0.5195213556289673, + -0.3063046336174011, + 0.13271069526672363, + 0.9910192489624023, + 1.0986253023147583, + 0.13598355650901794, + 0.1565597951412201, + -0.5701761245727539, + -0.08395795524120331, + 0.15343080461025238, + -0.9933869242668152, + 0.15462616086006165, + 1.1424570083618164, + -0.016677558422088623, + 0.1958698332309723, + 0.68487149477005, + -0.3103823661804199, + 0.43025028705596924, + 0.7469155788421631, + -0.31860581040382385, + -0.4847393333911896, + 0.4221271872520447, + 0.10975201427936554, + -0.41493210196495056, + -0.16954876482486725, + 0.07278628647327423, + -0.1495635062456131, + -0.30240800976753235, + -0.30428385734558105, + -0.08731743693351746, + -0.4745567739009857, + -0.999448299407959, + 0.7484572529792786, + -0.7993195652961731, + 1.0815188884735107, + 1.4039007425308228, + 0.45568954944610596, + -0.32959315180778503, + -0.7227970361709595, + -1.2866305112838745, + -0.26701825857162476, + 1.0417424440383911, + 1.048015832901001, + 0.13124842941761017, + -1.3053715229034424, + 0.45226168632507324, + 1.176334023475647, + 0.4225330352783203, + -1.396263599395752, + 0.6743824481964111, + -1.9714946746826172, + 0.7651715278625488, + 0.3209536373615265, + -0.27461421489715576, + 0.3169619143009186, + 0.4309476912021637, + -0.6862403154373169, + 0.8618133068084717, + 0.5113074779510498, + 0.9192593693733215, + -1.2264788150787354, + -0.8264517188072205, + 0.2658013105392456, + 1.5466927289962769, + -0.2391553372144699, + 0.7179161906242371, + -1.2621533870697021, + -0.46400102972984314, + 0.0036193709820508957, + 0.5854734778404236, + 0.18826892971992493, + 0.6545616388320923, + 1.001757025718689, + 0.002582322806119919, + -0.5362908244132996, + -0.5003100633621216, + -0.9538590908050537, + 0.698980450630188, + 0.44824445247650146, + 0.4685925841331482, + 0.16818192601203918, + 0.6111089587211609, + 0.10319843888282776, + 0.9298849701881409, + -1.507517695426941, + -0.23765479028224945, + 0.40868914127349854, + -0.6004722118377686, + -0.6012169718742371, + -0.18623356521129608, + -0.5990902185440063, + -0.2565969228744507, + -0.24021489918231964, + 0.7484659552574158, + 1.3544843196868896, + -0.7512652277946472, + -1.5026721954345703, + -0.15333475172519684, + -0.7960178852081299, + 0.9424148797988892, + 0.06464775651693344, + -0.43375006318092346, + -1.1818736791610718, + 0.38443660736083984, + -1.5255498886108398, + -0.2145320475101471, + 0.8619953393936157, + 0.9327394962310791, + -1.0626940727233887, + -0.9449982047080994, + 0.6933268904685974, + -0.7385182976722717, + -0.20913295447826385, + 1.6089253425598145, + -0.8219303488731384, + 0.6064848303794861, + -0.08506987988948822, + 0.1278657764196396, + -0.9294887781143188, + -1.0743604898452759, + -1.0977150201797485, + 0.19679901003837585, + 0.7785286903381348, + -0.40065497159957886, + 0.254041463136673, + 0.19297286868095398, + 0.2935999631881714, + 0.7319859266281128, + 0.1414966881275177, + -0.4218690097332001, + 1.2902714014053345, + -0.05472599342465401, + 2.45109486579895, + 0.5223821401596069, + 0.25965434312820435, + 0.6779051423072815, + 0.007649935781955719, + -0.4606860876083374, + 0.06471949815750122, + -0.30194738507270813, + -0.0614611990749836, + -0.6203314661979675, + -0.07708795368671417, + 0.7502556443214417, + -0.2871035039424896, + -0.31311842799186707, + -1.4460501670837402, + 1.0531489849090576, + -0.4736403226852417, + -1.2675817012786865, + 0.2779299318790436, + 0.8510037064552307, + -0.5001736879348755, + -0.3460690677165985, + -0.3110465109348297, + 0.016398318111896515, + -0.7906657457351685, + -1.2283668518066406, + -0.750108540058136, + 0.7975748181343079, + 0.17828863859176636, + 0.42505893111228943, + -0.05302818864583969, + 0.006458275020122528, + 0.17358912527561188, + -0.050227344036102295, + 0.8722596764564514, + 0.24275705218315125, + 0.694832444190979, + 0.6244955658912659, + -0.4419497549533844, + -0.2849529981613159, + -0.1553882658481598, + 0.8329412937164307, + 0.7265084981918335, + -0.35581010580062866, + 0.2583197057247162, + 0.4268207550048828, + -0.42640745639801025, + -0.7528811097145081, + 0.7104662656784058, + -0.7276086807250977, + -1.0003447532653809, + 0.7869703769683838, + 0.5854622721672058, + 0.9327050447463989, + 0.32269352674484253, + -0.43719279766082764, + 0.02912312000989914, + 1.0439348220825195, + -0.49436718225479126, + -0.46527254581451416, + -0.4844493567943573, + 0.4498654901981354, + -2.3878839015960693, + 1.0269355773925781, + 0.2871914803981781, + 1.8783631324768066, + 0.5732278227806091, + -1.154414415359497, + -0.6524352431297302, + -0.17755430936813354, + -3.646671772003174, + 0.25845929980278015, + -0.6355851292610168, + 0.2694527506828308, + 0.5571757555007935, + 0.03828069567680359, + -1.8135361671447754, + 0.4829310178756714, + -0.7778715491294861, + -0.7976449131965637, + 0.9013460874557495, + -1.587525486946106, + -0.2773091793060303, + 0.10195763409137726, + -0.15273652970790863, + -0.7680437564849854, + -0.6805664896965027, + 0.2640097439289093, + 0.007910586893558502, + -1.1516293287277222, + 0.10303443670272827, + -0.1704205870628357, + 2.4999265670776367, + 0.31227391958236694, + -0.06604226678609848, + 0.4464890956878662, + 0.2348652184009552, + -0.9322410225868225, + -1.237576961517334, + -0.4088248908519745, + -1.1666955947875977, + 0.7183102965354919, + -0.5222889184951782, + 0.9322537779808044, + 0.5755480527877808, + 1.374511480331421, + -0.13488198816776276, + 0.32759058475494385, + 0.41105589270591736, + -0.4531048834323883, + 0.9498780965805054, + 0.5186260342597961, + -0.49206221103668213, + 0.7657712697982788, + 0.17550820112228394, + -0.6217371225357056, + -0.02802208438515663, + 0.8133419752120972, + -0.12096264213323593, + -0.45395636558532715, + 0.8296130895614624, + -0.3091222941875458, + -0.0286971777677536, + 0.37264910340309143, + -1.4162575006484985, + -0.03698456659913063, + -1.1186296939849854, + 0.2882441282272339, + 0.7991862297058105, + 0.43669313192367554, + -1.4211912155151367, + -1.9159880876541138, + 0.18018417060375214, + -0.09154625982046127, + -0.6038219928741455, + -0.7332221865653992, + -0.8623583912849426, + 0.06733724474906921, + 1.027076005935669, + 0.27374696731567383, + 0.33113810420036316, + -0.06624949723482132, + 0.21629062294960022, + -0.8174912333488464, + 0.23353952169418335, + 0.4893777668476105, + 0.13500715792179108, + -0.0068811215460300446, + -0.509360134601593, + -0.7528324723243713, + 1.161976933479309, + 0.4599773585796356, + -0.38886621594429016, + 0.5999562740325928, + -0.9232580065727234, + -0.7012806534767151, + 0.7215669751167297, + 0.7395437955856323, + 0.5310337543487549, + 6.248096942901611, + 0.14160585403442383, + 0.59000164270401, + 0.9019903540611267, + 1.711724877357483, + -0.1303408145904541, + -0.09173993021249771, + 0.13931454718112946, + -0.07177724689245224, + -0.7019807696342468, + 0.2984267473220825, + 1.0028014183044434, + -0.026166217401623726, + 0.016561653465032578, + -0.0539836511015892, + 1.7892756462097168, + -0.5017992258071899, + -0.21660247445106506, + 1.959395170211792, + -0.6814872026443481, + 0.3124796152114868, + 0.12337161600589752, + -0.3360251784324646, + 0.4895972013473511, + -0.8207234740257263, + -0.4115879237651825, + 0.534267008304596, + 0.31520748138427734, + -0.7827183604240417, + 0.08377213031053543, + -0.5164785385131836, + 1.3262330293655396, + 1.3704036474227905, + 1.0729875564575195, + 0.5399960279464722, + -0.5333776473999023, + -1.7023404836654663, + -0.2910592257976532, + -1.7815766334533691, + 0.8797855377197266, + -0.9947349429130554, + -0.7559093236923218, + -0.09520549327135086, + -0.14325860142707825, + 0.2917598783969879, + 0.4193275570869446, + 0.768887996673584, + -1.1467410326004028, + -0.4849161207675934, + -0.5401673913002014, + -0.30617648363113403, + -0.37212681770324707, + -0.33076712489128113, + 0.6741958856582642, + 1.9830238819122314, + -0.07018724083900452, + -0.15449392795562744, + 0.21169543266296387, + -0.5514426827430725, + 1.558987021446228, + 1.0104764699935913, + 0.6404174566268921, + -2.6211962699890137, + 0.6474218368530273, + 0.5717090964317322, + 2.039564847946167, + -0.3783651292324066, + -0.7296938896179199, + 0.25944724678993225, + 0.9066627025604248, + -0.14495816826820374, + 0.17469091713428497, + 0.5529977679252625, + 0.33292144536972046, + 0.2505781054496765, + -0.11116541922092438, + -0.26995670795440674, + 0.2703341841697693, + 0.9875237941741943, + 0.3729799687862396, + 0.7051635980606079, + -0.8122137188911438, + -0.5269039273262024, + 0.7203349471092224, + 0.855713427066803, + 0.5179721117019653, + -0.9852102994918823, + 0.7109963297843933, + -0.4930996894836426, + -1.1377745866775513, + -0.5489634871482849, + -0.029049579054117203, + -0.9854841828346252, + -1.017242431640625, + -0.27534446120262146, + -0.9675941467285156, + 1.3586796522140503, + -1.2280436754226685, + -1.566177248954773, + -0.25064975023269653, + 0.2818830907344818, + -0.9302922487258911, + -0.24869289994239807, + -0.6029590368270874, + 1.2232640981674194, + -0.7327497601509094, + -0.42755478620529175, + -1.1294845342636108, + -0.10063987970352173, + 0.3276885449886322, + 0.16863413155078888, + 0.3567296862602234, + 0.2831308841705322, + 0.19736383855342865, + 0.8748215436935425, + 0.7047992944717407, + 0.2375883162021637, + -0.48602095246315, + 0.7983058094978333, + 0.646985650062561, + -0.6914709210395813, + -0.4843566417694092, + -0.8333815336227417, + -0.589967668056488, + -1.3097312450408936, + -2.2767083644866943, + -0.2624579071998596, + 2.4299209117889404, + 0.117558553814888, + 1.2475346326828003, + 0.027106143534183502, + -0.522382378578186, + 0.3822341859340668, + 0.8730925917625427, + 2.9259743690490723, + -0.40182456374168396, + 1.2041722536087036, + 0.41340240836143494, + 0.9297040700912476, + -0.1095886379480362, + 0.2820797264575958, + 0.8366138935089111, + -0.5916292071342468, + 0.6691765189170837, + 0.48933202028274536, + 0.5347276926040649, + -0.9032944440841675, + -0.49804702401161194, + -0.8931201696395874, + 1.1864700317382812, + 0.6488403081893921, + 0.6727455258369446, + 0.2707599401473999, + -1.0471144914627075, + 0.07048934698104858, + 0.4031188189983368, + -0.6039859056472778, + -0.6628438234329224, + -1.009250521659851, + -1.1019046306610107, + 0.43650540709495544, + 0.6850848197937012, + 0.6438059210777283, + 2.2432286739349365, + -0.939842700958252, + 0.8871316313743591, + 0.7009888887405396, + 0.5850563645362854, + -0.7835961580276489, + -1.0168159008026123, + 0.27463921904563904, + -0.004797287285327911, + -0.9331743717193604, + 0.5134455561637878, + 0.36201775074005127, + -0.0769052654504776, + 0.376090407371521, + -0.7815701365470886, + -0.8509512543678284, + -0.9138029217720032, + 0.6421400904655457, + -0.37329086661338806, + -0.8974833488464355, + 0.5722780227661133, + 1.1019028425216675, + 0.05604604631662369, + 0.5439884066581726, + -0.7239227294921875, + -0.4099293351173401, + -0.6128553748130798, + 0.43888211250305176, + 2.0518696308135986, + -0.39452895522117615, + -0.5466717481613159, + 0.7364764213562012, + -0.07043744623661041, + 0.14947523176670074, + 0.5038576126098633, + -0.15623562037944794, + 0.1727318912744522, + -0.653342604637146, + -1.175569772720337, + -0.4579208791255951, + -0.7161086201667786, + 0.37632831931114197, + -0.1505947858095169, + -0.3002248704433441, + 0.3207980990409851, + -0.9572098255157471, + -0.7378356456756592, + -0.7248509526252747, + 0.394878089427948, + -0.27622681856155396, + 0.18195466697216034, + -0.8623306751251221, + -0.3072332441806793, + 0.3573160171508789, + -0.2596401572227478, + -1.2393122911453247, + -0.7083097100257874, + 0.2909868061542511, + 0.3237505555152893, + 1.3925434350967407, + -0.5149633884429932, + -0.5861865282058716, + -2.076647996902466, + 0.1885998696088791, + -1.03606379032135, + -0.10586376488208771, + -0.108601413667202, + -0.03892436623573303, + -0.3898506760597229, + -1.5794353485107422, + 0.7898026704788208, + 0.054853178560733795, + -0.21059992909431458, + -0.2662142813205719, + 0.8877992630004883, + -0.045161452144384384, + -0.11423500627279282, + -0.5313399434089661, + -1.399651050567627, + -0.6656789779663086, + 1.5562493801116943, + -0.11557570099830627, + 0.2923131585121155, + -0.30153506994247437, + -1.3229525089263916, + 1.2298753261566162, + 0.5448460578918457, + -0.1446802020072937, + 0.3411080837249756, + 0.21818861365318298, + -1.1224867105484009, + 0.35365980863571167, + -1.207573652267456, + 0.5402898192405701, + -0.19666370749473572, + -0.41081082820892334, + -0.7088618874549866, + -0.9599913954734802, + 1.3624241352081299, + -0.31689175963401794, + -0.18580934405326843, + -2.6090967655181885, + -0.893683910369873, + 0.2621236741542816, + -0.5864567160606384, + -0.7911644577980042, + -1.048957347869873, + -0.550643801689148, + -0.11657772958278656, + -0.8070986866950989, + -1.396925449371338, + 1.7730683088302612, + -0.20585258305072784, + -0.8617945313453674, + 0.34842756390571594, + -0.5471031069755554, + 0.9426169991493225, + -1.0231276750564575, + 2.052569627761841, + -0.699459433555603, + 0.32544082403182983, + 0.18036265671253204, + 0.0821058452129364, + -0.1523510366678238, + -0.11112835258245468, + 0.11567455530166626, + 0.11649514734745026, + 1.3166451454162598, + -0.7284884452819824, + -1.2777179479599, + 0.3030714690685272, + -0.2527022659778595, + -0.1514538824558258, + -0.5818637013435364, + 1.3177552223205566, + -0.24678458273410797, + -0.7087709903717041, + -0.3003787398338318, + 0.42404717206954956, + -0.3846019506454468, + -0.01659645140171051, + -0.21530269086360931, + -0.0056475428864359856, + 1.3073172569274902, + -1.1335183382034302, + 0.3548751175403595, + 1.1611430644989014, + 0.07587757706642151, + 0.10301953554153442, + 0.5155611038208008, + 0.021699558943510056, + 0.42007824778556824, + -1.243652105331421, + 0.12566739320755005, + 0.060004085302352905, + 0.15510955452919006, + -0.32964104413986206, + 0.6666581630706787, + -0.1177273690700531, + -0.9990407228469849, + 0.0660107433795929, + -0.8549008369445801, + 0.37828192114830017, + 1.2345532178878784, + -0.11485134810209274, + -0.054265640676021576, + -0.14908850193023682, + -0.5736216306686401, + -1.3320025205612183, + -0.1658410131931305, + 0.6242861747741699, + 0.26135146617889404, + 1.7382779121398926, + 0.6294204592704773, + 0.6253911852836609, + 0.2453964650630951, + 0.18633760511875153, + 0.9234777688980103, + 0.8812408447265625, + 1.187132477760315, + -0.44922009110450745, + 0.3021480441093445, + 0.2923649549484253, + -0.696668803691864, + 0.14808066189289093, + -0.2670246660709381, + -0.925825834274292, + -0.1171240508556366, + 0.5518988370895386, + -0.23837846517562866, + -1.3219146728515625, + 0.7828184962272644, + 0.9202857613563538, + -0.7373740673065186, + -0.25048887729644775, + -0.21302610635757446, + -0.45847487449645996, + -0.22543290257453918, + 0.6724127531051636, + -0.5974874496459961, + -0.5257271528244019, + -0.11747147887945175, + 0.818403959274292, + 0.5311605334281921, + -0.7161997556686401, + 1.037958025932312, + -0.5384423732757568, + -0.2684585154056549, + 0.5102128386497498, + -0.11538581550121307, + 1.2223083972930908, + -1.314676284790039, + 1.0070658922195435, + -0.8538098335266113, + -0.6137470602989197, + 1.0082577466964722, + 0.12837743759155273, + 0.2536171078681946, + 0.7860980033874512, + 0.1332872062921524, + -0.812343418598175, + 0.11132627725601196, + -0.28768759965896606, + -1.3422660827636719, + 0.15986882150173187, + -0.1810852289199829, + 1.1909441947937012, + -0.018104854971170425, + -1.3595378398895264, + -1.0388177633285522, + 0.2207685261964798, + -4.885882377624512, + 0.5068529844284058, + 0.18869175016880035, + -0.27736252546310425, + -1.0672030448913574, + 0.461184561252594, + -0.08785507082939148, + -2.2348992824554443, + 0.6121696829795837, + 0.01014743186533451, + -0.7077368497848511, + 0.482407808303833, + 0.2924715578556061, + -1.0501384735107422, + 0.4760477542877197, + 0.9331231117248535, + 0.23981839418411255, + -1.0685126781463623, + -0.13018590211868286, + 1.1124577522277832, + 0.49777817726135254, + 0.17433448135852814, + 1.1667053699493408, + 0.5277170538902283, + 0.10460713505744934, + -0.37370145320892334, + -0.6067379117012024, + 0.42618057131767273, + -1.0234386920928955, + -1.1656016111373901, + -1.0388152599334717, + -1.1061255931854248, + 1.686169147491455, + 1.1440811157226562, + 1.7487519979476929, + -0.27484285831451416, + 0.507578432559967, + -0.13673940300941467, + -1.2756301164627075, + 0.2504975497722626, + 0.7647509574890137, + 0.23982304334640503, + -0.7600656747817993, + 0.0013666637241840363, + 0.496920645236969, + -0.12592747807502747, + -0.001732710748910904, + -0.22640907764434814, + -1.0818064212799072, + 0.4749045670032501, + 0.8434785008430481, + 1.085911512374878, + 0.3512652516365051, + 1.7910090684890747, + 0.28174683451652527, + -0.11394397914409637, + -0.35647425055503845, + 0.7052116394042969, + -0.5409778356552124, + 1.1005135774612427, + -0.9914163947105408, + -0.5110163688659668, + -1.0298972129821777, + -1.2303153276443481, + -0.1995580643415451, + 0.04010432958602905, + -1.542771577835083, + 0.5972086191177368, + 0.295766144990921, + 0.5512374043464661, + -0.2625772953033447, + -1.266727089881897, + 0.9813477993011475, + -1.2675743103027344, + 0.8399641513824463, + 0.9895890951156616, + 0.7832533717155457, + 0.350986123085022, + -1.0377614498138428, + -1.698911190032959, + -1.1344964504241943, + -1.081846833229065, + 0.6999240517616272, + 0.027288995683193207, + 1.1143471002578735, + -0.004896234720945358, + -1.0789414644241333, + 0.8798725605010986, + -1.4256219863891602, + 0.847488522529602, + -2.0938267707824707, + -0.7591606378555298, + 0.46824321150779724, + -0.17730684578418732, + -1.8265420198440552, + 1.5880727767944336, + -0.5382347106933594, + 1.0836987495422363, + -0.7999213337898254, + -0.46249762177467346, + -0.46345943212509155, + -0.5116769671440125, + 0.3270907402038574, + -0.4865663945674896, + -0.8155909776687622, + 0.09038643538951874, + 1.4288890361785889, + -0.8761755228042603, + -0.0667237937450409, + 0.8370180726051331, + -0.009377691894769669, + -0.24187792837619781, + 0.9460029602050781, + 0.20641358196735382, + -1.253888726234436, + 0.11862203478813171, + 0.19208841025829315, + -0.21298138797283173, + -1.1189391613006592, + 0.3011999726295471, + 0.1449562907218933, + 0.13947397470474243, + 0.4613415002822876, + -1.7112789154052734, + -0.23340119421482086, + 1.911975622177124, + 1.0873852968215942, + 1.2044458389282227, + 1.2233967781066895, + -0.41435351967811584, + 0.3526143431663513, + -1.6433184146881104, + 0.17061804234981537, + 0.7478642463684082, + 0.5741620659828186, + -0.6477850675582886, + 0.4407201111316681, + 0.5801476240158081, + 0.07538186758756638, + -0.5859388709068298, + -0.4803682565689087, + -0.588141143321991, + -0.8789565563201904, + 0.1723911315202713, + -0.4722781181335449, + 0.9826595783233643, + -0.43570640683174133, + 0.01904379203915596, + -1.2255316972732544, + -0.9139600992202759, + -0.15311934053897858, + -0.09115852415561676, + 0.6823077201843262, + -0.3363652527332306, + 1.0667192935943604, + 1.5946006774902344, + -0.5681345462799072, + -0.7378801703453064, + 0.6091088056564331, + 0.9598642587661743, + -0.555391788482666, + -0.20884579420089722, + -0.4378601610660553, + 0.7739709615707397, + -0.7307440638542175, + -0.24130922555923462, + 0.7299853563308716, + -0.7790513634681702, + -0.08464054018259048, + -1.5244946479797363, + 0.2432025671005249, + 0.8097898960113525, + -0.9883228540420532, + -0.10645605623722076, + 0.34429723024368286, + -0.3282192051410675, + 0.5460450053215027, + 0.07367005199193954, + 0.6382315158843994, + -1.0511574745178223, + 0.5031232833862305, + 0.6104777455329895, + 0.07492268085479736, + 1.2779927253723145, + 0.22667324542999268, + 0.5424612164497375, + -0.4954175353050232, + -0.2801337242126465, + -0.17749105393886566, + 0.5271108150482178, + 0.14647525548934937, + -1.0748412609100342, + 0.42717936635017395, + -1.0604408979415894, + 1.01496160030365, + -0.10137113928794861, + -0.6768826246261597, + 0.2868545949459076, + 0.6328452229499817, + -0.15368331968784332, + -0.02189946174621582, + 0.3218002915382385, + -0.19817303121089935, + -0.050330813974142075, + -1.2676255702972412, + 0.5393822193145752, + -0.4713582992553711, + 0.20136842131614685, + 0.010707113891839981, + 0.45314112305641174, + -0.38242772221565247, + -0.6401982307434082, + -0.6143496632575989, + 0.8643702864646912, + -0.8834367990493774, + 0.6338274478912354, + -0.4041348099708557, + -0.5852717161178589, + 0.3750949501991272, + 0.8163714408874512, + 0.5762689113616943, + -0.14853259921073914, + -0.9762598872184753, + 0.6717060208320618, + 0.310584157705307, + 0.33750659227371216, + -0.5365662574768066, + 0.32754597067832947, + -0.21620461344718933, + -0.8496571779251099, + 0.3609900176525116, + 0.7249690890312195, + 0.007447108626365662, + 1.736862063407898, + 1.0507326126098633, + -0.029375378042459488, + -0.01680697686970234, + 0.41367244720458984, + -0.8702153563499451, + -0.5580214262008667, + 0.72258061170578, + 0.27549877762794495, + 0.1463947892189026, + 0.2739030420780182 + ] + }, + { + "key": 10, + "name": "Tony Stark", + "type": "movie", + "media": "Iron Man", + "label": [ + "Adventurous", + "Affectionate", + "Confident", + "Dominant", + "Loyal" + ], + "embedding": [ + -0.9592210054397583, + -0.3226259648799896, + -0.556286096572876, + -0.4306544363498688, + -1.1999725103378296, + -0.8753783106803894, + 0.3027772903442383, + -1.1107712984085083, + -0.7761778831481934, + -0.08785021305084229, + 0.729351282119751, + -0.2545849084854126, + -2.267446517944336, + 0.055774420499801636, + 0.8912273645401001, + 1.4052822589874268, + 0.5240865349769592, + 0.23474940657615662, + -1.1182478666305542, + -0.8999218940734863, + -0.9552583694458008, + 0.104654461145401, + -0.2894132733345032, + -0.028529981151223183, + -1.2124881744384766, + 0.2190239429473877, + 0.2703882157802582, + 0.043835073709487915, + -0.7140235304832458, + -0.05289324373006821, + 0.3563743233680725, + 0.13078168034553528, + -0.4162669777870178, + -0.1501574069261551, + 0.8757920861244202, + -0.18416807055473328, + 0.4207920432090759, + -0.3954165279865265, + -1.221638560295105, + 1.8317842483520508, + 1.1115639209747314, + -1.5978786945343018, + 0.4452815353870392, + -0.9183429479598999, + 0.2640590965747833, + -0.7861025929450989, + 0.14876677095890045, + -0.4701133668422699, + 0.44743454456329346, + 0.8749940991401672, + -0.4969174265861511, + 0.4624507427215576, + 1.4022117853164673, + -0.13548821210861206, + 0.8090528845787048, + 0.4341093897819519, + 0.3887825012207031, + -0.886153519153595, + -0.5570919513702393, + -1.479618787765503, + -1.3572959899902344, + 0.03504950553178787, + -0.38643601536750793, + 0.4926784038543701, + -0.41393572092056274, + 1.5320178270339966, + -0.09450734406709671, + -0.18568599224090576, + 0.23752257227897644, + -1.2801264524459839, + -0.3855016231536865, + 0.20056544244289398, + -0.7873273491859436, + 0.26471441984176636, + -1.944322109222412, + 0.6564954519271851, + 0.2751981317996979, + -0.5351786613464355, + -0.389374703168869, + 0.14908164739608765, + 0.13286010921001434, + 0.07782281935214996, + 0.5126619338989258, + 0.26211437582969666, + -0.9331586360931396, + 0.4043184220790863, + 0.39713770151138306, + -0.10999152064323425, + 0.20654605329036713, + 0.6467065215110779, + -1.0043822526931763, + 0.038324326276779175, + 0.5390550494194031, + -0.5408334732055664, + -1.0600779056549072, + 0.19190239906311035, + -0.24967752397060394, + -0.24721728265285492, + 1.3763668537139893, + 0.4707869291305542, + -0.4248766601085663, + 0.5099781155586243, + 0.028726305812597275, + -0.26377296447753906, + -0.2895958125591278, + -1.6336477994918823, + -0.28843262791633606, + 1.2581223249435425, + -0.17603744566440582, + 0.3280036151409149, + 0.008505493402481079, + -0.5465315580368042, + 0.295030415058136, + 0.8160580992698669, + 0.068563312292099, + -0.001880750060081482, + 0.05337747931480408, + 0.05558829754590988, + -0.3873594105243683, + 0.41484344005584717, + 0.6120919585227966, + -0.6576391458511353, + 0.03356265276670456, + -0.41658952832221985, + -0.5294152498245239, + -0.6491755843162537, + -0.7410893440246582, + 0.43653568625450134, + 0.12948748469352722, + 1.212101697921753, + 2.362102746963501, + 0.8857129216194153, + -0.20141306519508362, + -1.3126537799835205, + -0.6494871973991394, + -0.7408477067947388, + 0.6019821166992188, + 0.9523955583572388, + 0.15796951949596405, + -1.022816777229309, + -0.2993669807910919, + 1.4080339670181274, + -0.11565268039703369, + -0.8837161064147949, + 0.6945685744285583, + -1.990013837814331, + 0.22351288795471191, + 0.45737841725349426, + -0.7742339372634888, + -0.3661123514175415, + 1.127298355102539, + -0.8013378977775574, + 0.3325333893299103, + 1.5322202444076538, + 1.3417866230010986, + -1.707466959953308, + -0.4740966260433197, + 1.0355899333953857, + 1.1864866018295288, + 1.1554383039474487, + 0.47116899490356445, + 0.22784456610679626, + -0.08819350600242615, + -0.13793547451496124, + 0.02281729318201542, + -0.09974458068609238, + 1.273742914199829, + 1.1200814247131348, + 0.6059393882751465, + -0.543522834777832, + 0.011198438704013824, + -1.3188214302062988, + 0.3344961106777191, + 0.7299278974533081, + 0.6352782249450684, + -0.16374626755714417, + 1.8254356384277344, + -0.09750490635633469, + 1.0319887399673462, + -1.1608091592788696, + -0.9110357165336609, + 0.31328284740448, + -0.8889681100845337, + -0.09531892836093903, + -0.4416363537311554, + -0.7942424416542053, + -0.28632640838623047, + 0.10551851987838745, + 0.3960227966308594, + 0.941856324672699, + -0.29696154594421387, + -1.3603546619415283, + 0.10779601335525513, + -1.1592786312103271, + 0.17207187414169312, + 0.8873427510261536, + -0.2106868326663971, + -1.4418537616729736, + -0.03899683058261871, + -1.805341362953186, + 0.36120492219924927, + 1.2622243165969849, + 1.3774921894073486, + -0.594482958316803, + -0.3810635507106781, + 0.7154120206832886, + -0.4445403516292572, + -0.46660909056663513, + 0.8044793605804443, + -1.4992626905441284, + -0.3402402400970459, + 0.22855907678604126, + 0.17580679059028625, + 0.2713681161403656, + -0.930521547794342, + -1.913650393486023, + 0.48950666189193726, + 0.39427894353866577, + -0.20609377324581146, + 0.22586168348789215, + -0.5595347285270691, + 0.7914262413978577, + 0.9177883863449097, + 0.138756662607193, + 0.6668673753738403, + 0.9429193735122681, + 0.47152602672576904, + 1.651021122932434, + 0.3440777659416199, + 0.47311699390411377, + 0.5400792956352234, + 0.03306029736995697, + 0.005101647228002548, + 0.11336436867713928, + 0.37932413816452026, + -0.5498620867729187, + -1.072299838066101, + 0.3210808336734772, + 1.4633328914642334, + 0.10074470937252045, + -0.3371467590332031, + -1.6009387969970703, + 1.5540616512298584, + 0.02826346457004547, + 0.08444731682538986, + 0.05417287349700928, + 0.16757003962993622, + -0.7306396961212158, + -0.20150183141231537, + -0.9242526292800903, + -0.7106677293777466, + -0.7818106412887573, + -1.5925310850143433, + -0.7684305906295776, + 0.6076684594154358, + 0.2393862009048462, + 0.05906517058610916, + -0.11297488957643509, + 0.11937831342220306, + -0.5400567650794983, + -0.6693900227546692, + 0.6940451860427856, + -0.5872759222984314, + 1.3265897035598755, + 0.316927045583725, + -0.7108651995658875, + 0.6621845364570618, + 0.2717742323875427, + 0.18952006101608276, + 0.027438875287771225, + -0.08240094035863876, + 0.28206509351730347, + 0.35630837082862854, + -1.1837307214736938, + 0.10690565407276154, + 1.0535392761230469, + -0.14666718244552612, + -0.5967400670051575, + 1.2103930711746216, + 0.17979557812213898, + 1.394452691078186, + 0.27894043922424316, + 0.472655713558197, + -0.07241278886795044, + 1.231779932975769, + -0.4881279766559601, + 0.3963668942451477, + -0.5968403816223145, + 0.21888408064842224, + -2.429729700088501, + 1.14054536819458, + 0.32945019006729126, + 2.0160975456237793, + 0.3421100080013275, + -0.9201968312263489, + -0.30491068959236145, + -0.9458736181259155, + -3.5896573066711426, + -0.005467138718813658, + -0.42251527309417725, + 0.3746999502182007, + 0.000987151637673378, + 0.23282401263713837, + -1.2972517013549805, + 0.46703246235847473, + -0.6404933929443359, + -1.1007018089294434, + 0.10825125873088837, + -1.628570318222046, + -0.3572264015674591, + -0.034071534872055054, + -0.9070102572441101, + -0.7362174987792969, + 0.09464320540428162, + 0.39029669761657715, + -0.049183979630470276, + -0.7025860548019409, + -0.7856509685516357, + -0.4091379940509796, + 1.7585092782974243, + 0.30679306387901306, + 0.5911183953285217, + 1.542456865310669, + 0.49081331491470337, + -0.6123378276824951, + -1.0198830366134644, + -0.464902400970459, + -0.1689295619726181, + 0.3970424234867096, + -0.2211878001689911, + 0.9318616986274719, + 0.6819115281105042, + 1.2992020845413208, + 0.6111614108085632, + 0.5501074194908142, + 0.5669423937797546, + -0.1901632398366928, + 0.3205806016921997, + 0.08062965422868729, + -0.5294342041015625, + 0.234226793050766, + -0.1507270634174347, + -0.699901819229126, + -0.30217963457107544, + 1.2041256427764893, + -0.2659679651260376, + -0.49733978509902954, + 0.8056354522705078, + -0.19720160961151123, + 0.06639271974563599, + 0.45191869139671326, + -1.7243537902832031, + -0.1069452315568924, + -1.123098373413086, + 0.30136674642562866, + 0.6444754600524902, + -0.0024609635584056377, + -0.6010669469833374, + -1.399112582206726, + 0.16479402780532837, + 0.4392978549003601, + -0.6734545230865479, + -0.1368526965379715, + -0.7145054936408997, + -0.2523656487464905, + 0.9072046875953674, + 0.516720712184906, + 0.30359625816345215, + -0.31103047728538513, + -0.21429570019245148, + -0.34576690196990967, + 0.28436172008514404, + 0.6141311526298523, + -0.37870287895202637, + -0.2499658763408661, + -1.0353999137878418, + -0.6446975469589233, + 0.8114782571792603, + 0.25375017523765564, + -0.5946289896965027, + 1.2309305667877197, + -0.8966583013534546, + -1.5611273050308228, + 0.17702257633209229, + 0.9297574162483215, + 0.5198794603347778, + 5.855612754821777, + 0.0253930501639843, + 0.8772907853126526, + 0.765358567237854, + 1.4616434574127197, + 0.2870296537876129, + 0.44454365968704224, + 0.4825443625450134, + 0.3061707615852356, + -0.596814751625061, + 0.26872140169143677, + 0.49914097785949707, + 0.013830444775521755, + -0.5488163232803345, + 0.05221308767795563, + 1.9238135814666748, + -0.18952533602714539, + -0.6587461829185486, + 2.216327428817749, + -0.4316820800304413, + 0.8463402986526489, + 0.45965075492858887, + 0.11469349265098572, + 0.618702232837677, + -0.46053826808929443, + -0.7831381559371948, + 0.9857558012008667, + 0.7827829122543335, + -0.11116550117731094, + 0.33661529421806335, + -0.1569424569606781, + 1.6323573589324951, + 1.1938766241073608, + 1.375996470451355, + 0.14323852956295013, + -0.04149756580591202, + -2.549196243286133, + -0.11233623325824738, + -1.2097876071929932, + 0.9534140825271606, + -1.856136441230774, + -0.9041926860809326, + -0.8392319679260254, + -0.8285820484161377, + -0.09074847400188446, + 0.7470833659172058, + 0.39218536019325256, + -0.2962179183959961, + 0.02008875086903572, + -1.1447621583938599, + -0.2811838984489441, + -0.6607905626296997, + -0.5612083077430725, + 0.8458362221717834, + 2.4996492862701416, + 0.18394482135772705, + -0.7436651587486267, + 0.11300098896026611, + -0.10038121044635773, + 1.606719970703125, + 1.0415503978729248, + 0.6915504336357117, + -1.9706443548202515, + -0.4576982855796814, + 0.06142131984233856, + 0.7709348797798157, + -0.9280102849006653, + 0.3422800600528717, + 0.29522114992141724, + 0.3873123228549957, + -0.19213375449180603, + 1.2553333044052124, + 0.43156546354293823, + 0.1859855055809021, + -0.21482005715370178, + 0.6157792210578918, + -0.28225943446159363, + 0.6685925722122192, + 0.3661215603351593, + -0.34234946966171265, + 0.7815603017807007, + -0.7001269459724426, + -0.5450644493103027, + 0.8301892280578613, + 1.1537389755249023, + 1.0974231958389282, + -1.6999938488006592, + 1.266815185546875, + -0.26792117953300476, + -0.020823897793889046, + -1.1075338125228882, + -0.6362274885177612, + -1.0285013914108276, + -1.2144948244094849, + -0.5659903883934021, + -0.8363853096961975, + 0.8145899176597595, + -0.5629892945289612, + -1.2561887502670288, + -0.29605162143707275, + 0.22459663450717926, + -0.5007936358451843, + -0.43796151876449585, + -0.20108242332935333, + 0.46262234449386597, + -0.38602712750434875, + -0.8073643445968628, + -0.44513607025146484, + -0.6726343631744385, + 1.0709922313690186, + -0.2559565603733063, + 0.9425198435783386, + -0.8153071999549866, + 0.5199854373931885, + 0.9393169283866882, + 0.8011490702629089, + 0.25032487511634827, + -0.20985066890716553, + 0.892342209815979, + 0.19695624709129333, + -0.1456335186958313, + -0.5633946657180786, + -0.3313389718532562, + -0.4260672330856323, + -0.9949826002120972, + -2.9222805500030518, + 0.31087416410446167, + 1.1147087812423706, + -0.6966012120246887, + 1.203930139541626, + 0.3013484477996826, + -0.6301044225692749, + 1.5088261365890503, + 1.220848560333252, + 1.688974380493164, + 0.06142593175172806, + 1.313960075378418, + 0.34895429015159607, + 0.07240331918001175, + 0.14348386228084564, + -0.4673324525356293, + 0.07198922336101532, + -1.2022972106933594, + 0.4674142599105835, + 0.357611745595932, + -0.4134463667869568, + -1.6381551027297974, + -0.434542715549469, + -0.15793181955814362, + 0.10850292444229126, + 0.050210073590278625, + 0.5839498043060303, + 0.6442909240722656, + -1.316710352897644, + 0.5288581252098083, + -0.3968023955821991, + -0.15943852066993713, + -0.8103064894676208, + -1.0855673551559448, + -1.3184658288955688, + -0.12099672108888626, + 0.5287009477615356, + 1.3449739217758179, + 2.0774307250976562, + -0.6084526181221008, + 1.302817940711975, + 0.4737832248210907, + 1.4207372665405273, + -0.14152327179908752, + -0.8198710083961487, + -0.048747651278972626, + 0.24959126114845276, + -0.32891616225242615, + 0.6047115325927734, + 0.6119153499603271, + 0.1605374962091446, + 0.4343799650669098, + -0.2941741347312927, + -0.08777118474245071, + -0.16076035797595978, + 0.0995444804430008, + 0.332681268453598, + -0.7847995162010193, + -0.27344971895217896, + 1.391832709312439, + 1.2446036338806152, + 0.1371525228023529, + -0.4816230535507202, + -0.6004448533058167, + -0.1238728016614914, + 0.5768613815307617, + 1.898595929145813, + -0.28316158056259155, + -0.6818287968635559, + 0.01554466038942337, + -0.7322790622711182, + 0.20591005682945251, + 0.04457726329565048, + 0.013980379328131676, + 0.4797945022583008, + -1.2868565320968628, + 0.6280802488327026, + -0.4275820553302765, + -1.2203915119171143, + 0.3345756530761719, + 0.023927483707666397, + -0.6069355010986328, + 0.13414742052555084, + -0.574952244758606, + -0.8264484405517578, + -0.24534417688846588, + 0.30497607588768005, + -0.48929867148399353, + -0.08072881400585175, + -0.8098494410514832, + -0.13381239771842957, + 0.5612224340438843, + -0.9049208760261536, + -0.9895623326301575, + -1.153737187385559, + -0.3823736608028412, + 0.335035115480423, + 0.8548261523246765, + -0.6897152662277222, + -0.9390841126441956, + -1.413519024848938, + -0.160582035779953, + -0.3189131021499634, + -0.36783847212791443, + -0.15431490540504456, + -0.1297471970319748, + 0.40005621314048767, + -1.5321877002716064, + 0.3165430724620819, + -0.3675394654273987, + -0.3072989881038666, + 0.02093191258609295, + 0.678726077079773, + -0.5746641755104065, + -0.38582244515419006, + -0.13627058267593384, + -0.6929041147232056, + -1.1728410720825195, + 0.953426718711853, + 0.38884589076042175, + 0.6445397734642029, + 0.13167177140712738, + -0.502137303352356, + 1.8060628175735474, + 0.5961480736732483, + -0.7762473821640015, + 0.39925336837768555, + -0.06814973056316376, + -0.7880731821060181, + 1.0393588542938232, + -0.695326030254364, + 0.7057712078094482, + -0.07105816900730133, + -0.6171920895576477, + -0.0691256895661354, + -1.3848501443862915, + 1.2839235067367554, + -0.41869011521339417, + 0.23398801684379578, + -2.8813273906707764, + -0.8756542801856995, + 0.13755342364311218, + -1.3150255680084229, + -0.686048686504364, + -0.9095187783241272, + -0.8314229846000671, + -0.07677977532148361, + -0.8039953112602234, + -0.7631204128265381, + 1.2717679738998413, + 0.22704806923866272, + -1.0950547456741333, + -0.5107060670852661, + -0.618488073348999, + 1.7940047979354858, + -0.9297484755516052, + 1.6493687629699707, + -0.2863095998764038, + -0.16356992721557617, + 0.3971840441226959, + 0.49739527702331543, + 0.7956734895706177, + -0.4442903697490692, + 0.018608231097459793, + 0.3185950517654419, + 1.8215405941009521, + -0.49578148126602173, + -0.7714529633522034, + 0.017477352172136307, + -0.9382145404815674, + -0.9545052647590637, + -0.26802900433540344, + 0.7206193208694458, + -1.1306304931640625, + -0.28072211146354675, + -0.10404835641384125, + 0.9641686677932739, + -0.2200978696346283, + -0.05266725271940231, + -4.104338586330414e-06, + 0.1563352346420288, + 1.3917737007141113, + -1.3995716571807861, + 1.0404963493347168, + 1.1782957315444946, + -0.15657219290733337, + 0.16216014325618744, + 0.3570486307144165, + -0.5987625122070312, + 0.3459973931312561, + -1.4523231983184814, + -0.6024985313415527, + 0.10491875559091568, + -0.43709447979927063, + -0.3008049726486206, + 0.3823760449886322, + 0.23425033688545227, + -0.7671138644218445, + 0.5591468214988708, + -0.7191296815872192, + -0.1472506821155548, + 0.9704461693763733, + -0.06039119511842728, + 0.4003271758556366, + -0.634198784828186, + 0.09817801415920258, + -1.1265590190887451, + -0.2971224784851074, + 0.4899452328681946, + 1.6345375776290894, + 1.9672551155090332, + -0.45502156019210815, + 0.3263537287712097, + 0.05125606805086136, + 1.0735312700271606, + 0.8849011659622192, + 1.2200008630752563, + 0.5314117074012756, + -0.6009219884872437, + 0.14499212801456451, + 0.30379167199134827, + -0.4362325966358185, + -0.4136042594909668, + -0.39424142241477966, + -1.1635018587112427, + -0.39272382855415344, + 1.1840317249298096, + -0.26321864128112793, + -1.6574864387512207, + 0.2709852159023285, + 0.583124041557312, + -1.471787452697754, + -0.06866513192653656, + -0.0386045016348362, + -0.7129605412483215, + 0.3635094165802002, + 0.32665714621543884, + 0.2381259649991989, + -0.8737544417381287, + -0.7477608919143677, + 0.36889615654945374, + 0.578946053981781, + -0.026762569323182106, + 0.6451939344406128, + -0.6636958718299866, + -0.8615579009056091, + 0.8692271113395691, + 0.8490186333656311, + 1.1317514181137085, + -0.7266510725021362, + 1.047350525856018, + -0.7496693134307861, + -0.15643565356731415, + 0.7659665942192078, + 0.09930811077356339, + -0.10494334995746613, + -0.008466411381959915, + 0.22110804915428162, + -0.36250075697898865, + 0.40807005763053894, + -0.26415684819221497, + -1.0641183853149414, + 0.3137807548046112, + -0.24758321046829224, + 1.2527599334716797, + -0.1675819605588913, + 0.13862797617912292, + -0.571463942527771, + 0.23838627338409424, + -4.302818298339844, + 0.8639057874679565, + -0.5114715099334717, + -0.3669208884239197, + -1.4660236835479736, + 0.3275665044784546, + -1.0582364797592163, + -1.7807694673538208, + 0.22061210870742798, + -0.3213059902191162, + -1.0788800716400146, + 0.0007819458842277527, + 0.6600359082221985, + -0.9996954798698425, + 0.23367880284786224, + 1.254982590675354, + 0.8031780123710632, + -1.5780797004699707, + 0.20682132244110107, + 1.6002393960952759, + -0.24474895000457764, + -0.4167047441005707, + 0.7275921702384949, + -0.08463465422391891, + -0.21751075983047485, + -0.34620293974876404, + -0.5861464738845825, + 0.7592002749443054, + -0.8796632289886475, + -0.34357744455337524, + -0.2067917138338089, + -1.013514757156372, + 1.481099247932434, + 1.5733485221862793, + 1.6582356691360474, + 0.29493021965026855, + 0.28008317947387695, + -0.6569675207138062, + -1.0299768447875977, + 0.11967971920967102, + 0.7270992398262024, + 0.5577258467674255, + 0.1934320330619812, + 0.7758612036705017, + 0.4468858242034912, + -0.7857901453971863, + -0.14742985367774963, + -0.26994428038597107, + -0.8776863813400269, + 0.24089209735393524, + -0.1632654070854187, + 0.7234344482421875, + 1.6754000186920166, + 1.2067128419876099, + 0.41594645380973816, + -0.556106686592102, + -0.7342445254325867, + -0.032576289027929306, + -1.1076161861419678, + 0.595677375793457, + -0.6554176211357117, + 0.048548899590969086, + -1.0857932567596436, + -1.4850722551345825, + -0.4932348132133484, + 0.8823055624961853, + -1.7445749044418335, + 0.9974626302719116, + 0.7434709668159485, + 0.5141119360923767, + -0.37940603494644165, + -1.5058480501174927, + 1.2479240894317627, + -0.4564226567745209, + 0.7496760487556458, + 0.09832315146923065, + 1.2951706647872925, + 0.39091718196868896, + -2.0265989303588867, + -1.3661006689071655, + -1.089029312133789, + -0.8769571185112, + 0.6674174666404724, + 0.8173084855079651, + 1.7948871850967407, + 0.6608065962791443, + -0.6665453910827637, + 0.5489970445632935, + -1.3939050436019897, + 0.999081015586853, + -1.3679051399230957, + -1.17919921875, + 1.113227367401123, + -0.009139079600572586, + -0.5548611879348755, + 0.21580550074577332, + -0.2545422911643982, + 0.525475263595581, + -0.6026492118835449, + -0.49773064255714417, + -0.09848595410585403, + -0.8336394429206848, + 0.5999431014060974, + -0.49220284819602966, + 0.06440211832523346, + -0.16714932024478912, + 0.35978972911834717, + -0.29358118772506714, + -0.5984355807304382, + 0.5105047225952148, + 0.5307550430297852, + -0.6639854311943054, + 0.36161133646965027, + -0.440354585647583, + 0.06009887158870697, + 0.11689586937427521, + 0.8515950441360474, + -0.2831608057022095, + -0.8438116312026978, + -0.4408872425556183, + 0.749231219291687, + -0.6148473024368286, + 0.4349882900714874, + -1.5839120149612427, + 0.3324630558490753, + 1.848688006401062, + 1.0359418392181396, + 0.91071617603302, + 1.566322684288025, + -0.9887721538543701, + 1.1097218990325928, + -2.107468605041504, + -0.05208100378513336, + 0.01875513419508934, + 1.5037587881088257, + -1.6296663284301758, + -0.2274704873561859, + 0.8660374879837036, + -0.6850479245185852, + -0.7272632718086243, + -0.20510560274124146, + -0.04382646456360817, + -1.2750446796417236, + 0.4841068983078003, + -0.5824671983718872, + 0.24006035923957825, + -0.6850684285163879, + -0.03767634928226471, + -1.0884730815887451, + -1.1229170560836792, + 0.33833104372024536, + -0.9823936223983765, + 0.8350868225097656, + 0.47021782398223877, + 0.7557491660118103, + 0.7956311106681824, + -0.2351175844669342, + -0.9754634499549866, + 0.41201120615005493, + 0.48765498399734497, + -0.19254493713378906, + -1.0569618940353394, + -0.16625922918319702, + -0.4868710935115814, + -0.9176899194717407, + -0.03248218819499016, + 0.32713785767555237, + -0.6832183599472046, + -0.4912088215351105, + -1.4848872423171997, + -0.1699378490447998, + 1.1975260972976685, + -0.6379647254943848, + -0.1780611276626587, + 0.5343815684318542, + -0.831262469291687, + 0.6826954483985901, + -0.26076269149780273, + 1.2138104438781738, + -0.8693203330039978, + 0.8241046667098999, + 0.2072022706270218, + -0.326948881149292, + 1.0510824918746948, + 0.4523072838783264, + 0.18055734038352966, + -0.0509471669793129, + -0.05568692088127136, + -0.021291546523571014, + 0.163998082280159, + -0.2638777196407318, + -0.6426528692245483, + 0.7783527970314026, + -0.30467790365219116, + 0.5428848266601562, + 0.2550734877586365, + -1.1859122514724731, + 1.3015005588531494, + -0.10780019313097, + -0.0590544231235981, + 0.15679198503494263, + 0.26690101623535156, + 0.2618284821510315, + -0.3095155358314514, + -0.30845195055007935, + 0.9118885397911072, + -0.16916170716285706, + -0.5114244818687439, + -0.418756902217865, + 0.18584109842777252, + -1.1566522121429443, + -0.5163455009460449, + -1.0770565271377563, + 0.9452811479568481, + -0.401151180267334, + 0.32908064126968384, + -0.015226844698190689, + -0.7537115216255188, + 0.3521665334701538, + 0.9818308353424072, + 0.6093631982803345, + 0.26312267780303955, + -0.8847554326057434, + -0.05680594593286514, + 0.8593003153800964, + 0.027148962020874023, + -0.705756664276123, + -0.2516263723373413, + -0.4179452955722809, + -1.1821739673614502, + 0.31114161014556885, + 0.6823612451553345, + 0.8646692633628845, + 1.0647307634353638, + 0.7003951072692871, + 0.8302524089813232, + -0.43512576818466187, + -0.01752382516860962, + -0.026913676410913467, + -0.3433900773525238, + 0.07382839173078537, + 0.4821777939796448, + -0.04149695113301277, + 0.5163065791130066 + ] + }, + { + "key": 15, + "name": "Lucifer Morningstar", + "type": "movie", + "media": "Lucifer", + "label": [ + "Adventurous", + "Confident", + "Dominant", + "Passionate", + "Playful" + ], + "embedding": [ + -0.9890136122703552, + -0.4086848199367523, + -1.1493241786956787, + -0.47512516379356384, + -1.3674787282943726, + -0.29598644375801086, + 0.11922930181026459, + -0.8638134002685547, + -0.7151342034339905, + -0.14152361452579498, + 0.6603497266769409, + -0.0290994793176651, + -2.116726875305176, + -0.26242756843566895, + 1.4728196859359741, + 0.9110256433486938, + 0.8416135907173157, + 0.23657360672950745, + -0.4525650143623352, + -0.5805101990699768, + -0.47014057636260986, + 0.11246258020401001, + -0.2458786964416504, + 0.36661696434020996, + -1.052798867225647, + 0.36040765047073364, + 0.13544756174087524, + 0.0984831154346466, + -0.9469137787818909, + 0.30891144275665283, + -0.31339502334594727, + 0.22093231976032257, + -0.7128676772117615, + -0.23266346752643585, + 0.14083628356456757, + -0.5630879402160645, + 0.3667193353176117, + -0.3892797827720642, + -1.100370168685913, + 1.349795937538147, + 1.1802631616592407, + -1.2646567821502686, + 0.6735349893569946, + -1.065496802330017, + 0.3098325729370117, + -0.8213735818862915, + 0.33455631136894226, + -0.28808581829071045, + -0.16150635480880737, + 0.9770818948745728, + -0.29699769616127014, + 0.6032267212867737, + 1.6051924228668213, + -0.1677882969379425, + 0.020804809406399727, + 0.5427454113960266, + 0.760150134563446, + -0.6130608916282654, + -0.5971096158027649, + -1.9058459997177124, + -1.3669871091842651, + 0.1692817062139511, + -0.2872193455696106, + -0.3242812752723694, + -0.07011909782886505, + 1.7538853883743286, + 0.6840195059776306, + 0.006103690713644028, + 0.24470554292201996, + -1.208573818206787, + -0.6370015740394592, + -0.23199649155139923, + -1.1413404941558838, + -0.16731490194797516, + -2.2741923332214355, + 0.912199854850769, + 0.09222763776779175, + -0.8673897385597229, + -0.4999811351299286, + 0.0929882675409317, + 0.34830018877983093, + -0.12311188131570816, + 0.8035649657249451, + 0.3332396447658539, + -0.46200892329216003, + 1.308329463005066, + 0.26893875002861023, + -0.4816080629825592, + 0.005051042884588242, + 0.13739486038684845, + -0.725049614906311, + -0.5017271041870117, + 1.0931519269943237, + -1.1454188823699951, + -0.4925343990325928, + 0.10693330317735672, + -0.13701488077640533, + -0.09515388309955597, + 0.8389384150505066, + 0.796917736530304, + 0.07430088520050049, + 0.3915953040122986, + -0.011552081443369389, + -0.10448522865772247, + 0.28740841150283813, + -1.6699942350387573, + 0.2732439339160919, + 1.3764573335647583, + 0.005435481667518616, + 0.26682212948799133, + 0.606708288192749, + -0.18317337334156036, + 0.7171987295150757, + 0.7296534180641174, + -0.25500619411468506, + -0.1992373764514923, + 0.43046966195106506, + -0.09988876432180405, + 0.05638745427131653, + 0.5012674331665039, + 0.6640662550926208, + -0.2207697033882141, + 0.34466761350631714, + -0.38149985671043396, + -0.6684032082557678, + -0.6607297658920288, + -1.024057149887085, + 0.9695655107498169, + -0.13366058468818665, + 0.7748892307281494, + 1.9551546573638916, + 0.8467363119125366, + -0.3951924741268158, + -0.8629615902900696, + -1.2888092994689941, + -0.36584025621414185, + 0.8136937618255615, + 1.25050687789917, + -0.2699257731437683, + -1.3461837768554688, + 0.3042044937610626, + 1.3674954175949097, + 0.5436484217643738, + -1.707694411277771, + 0.49968838691711426, + -1.8427187204360962, + 0.3412385880947113, + 0.38664719462394714, + -0.8504730463027954, + -0.05001787841320038, + 0.6939655542373657, + -0.6854224801063538, + 0.3820479214191437, + 1.1013330221176147, + 1.0491087436676025, + -1.4216558933258057, + -0.6558800339698792, + 0.8579521775245667, + 1.0242962837219238, + 0.5224701166152954, + 0.7198205590248108, + -1.0612863302230835, + 0.3207060992717743, + 0.24092715978622437, + 0.11721152812242508, + -0.3832685351371765, + 0.7718307971954346, + 1.3661363124847412, + 0.37244299054145813, + -0.31328633427619934, + -0.8316912055015564, + -1.3484567403793335, + 0.31030625104904175, + 0.8847056031227112, + 0.41108274459838867, + -0.24406063556671143, + 0.9126320481300354, + 0.0424928143620491, + 1.431593894958496, + -1.3768699169158936, + -0.7068657875061035, + 0.3067769706249237, + -0.6395217776298523, + -0.7298320531845093, + -0.46233490109443665, + -0.9453850388526917, + -0.26477348804473877, + 0.13543199002742767, + 0.6981079578399658, + 1.2759037017822266, + -0.6731885671615601, + -1.4365746974945068, + 0.07207021117210388, + -0.8113682866096497, + 0.5195547938346863, + 0.4999273419380188, + -0.8982310891151428, + -1.385783314704895, + 0.19629818201065063, + -1.0536742210388184, + 0.03711393103003502, + 0.9184737205505371, + 0.7850510478019714, + -1.0509223937988281, + -0.704167902469635, + 0.4165777564048767, + -1.266555905342102, + -0.7443614602088928, + 1.5200603008270264, + -0.8910071849822998, + 0.5101462602615356, + 0.09357278794050217, + 0.1419050544500351, + -0.59564208984375, + -1.4363071918487549, + -1.1900674104690552, + 0.5542783737182617, + 0.6189600825309753, + -0.3001308739185333, + -0.15702733397483826, + 0.20515033602714539, + 0.7757332921028137, + 0.25576016306877136, + 0.07454254478216171, + 0.23363405466079712, + 1.0804957151412964, + 0.32408326864242554, + 2.314788341522217, + 0.40374428033828735, + 0.8822019100189209, + 0.7133788466453552, + 0.13777108490467072, + -0.2639279067516327, + -0.010522977448999882, + -0.3688105344772339, + -0.21898579597473145, + -0.695687472820282, + -0.06964394450187683, + 1.0272279977798462, + -0.012198342010378838, + -0.521892786026001, + -1.7911310195922852, + 1.1403424739837646, + 0.1263488233089447, + -1.1442064046859741, + -0.0014166985638439655, + 0.5590879321098328, + -0.4728963375091553, + -0.26003679633140564, + -0.7438161969184875, + -0.1897965520620346, + -0.982134997844696, + -1.5626733303070068, + -0.8151382207870483, + 1.0486421585083008, + 0.08158671110868454, + 0.03647827357053757, + -0.24551509320735931, + -0.2572866678237915, + -0.27262574434280396, + -0.35049760341644287, + 0.9143275618553162, + 0.09503883123397827, + 1.028176188468933, + 0.6325238943099976, + -0.4791164994239807, + 0.21909427642822266, + 0.3572525382041931, + 0.7868753671646118, + 0.5755428075790405, + -0.42642199993133545, + -0.33482861518859863, + 0.18899545073509216, + -0.8270130753517151, + -0.31226444244384766, + 1.3085824251174927, + -0.05017300695180893, + -0.7514370679855347, + 1.0833269357681274, + 0.5246962904930115, + 1.033365249633789, + -0.2107866406440735, + -0.12433302402496338, + 0.10006106644868851, + 1.0143661499023438, + -0.8234546184539795, + -0.3134889006614685, + -0.6462293267250061, + 0.2104988992214203, + -2.0792999267578125, + 1.2527191638946533, + 0.06692203879356384, + 1.742347240447998, + 0.5891733765602112, + -0.47751370072364807, + -1.0203523635864258, + -0.6149193048477173, + -3.670413017272949, + 0.27315759658813477, + 0.009343361482024193, + 0.18079203367233276, + 0.2060549110174179, + -0.06323715299367905, + -1.449584722518921, + 0.4963725805282593, + -0.7525792717933655, + -1.0008800029754639, + 0.6521667838096619, + -1.4249187707901, + -0.46007874608039856, + 0.07709915190935135, + -0.3973260223865509, + -0.9472488760948181, + -0.03347720205783844, + 0.21227972209453583, + -0.8168023824691772, + -0.780307412147522, + -0.2333691567182541, + -0.2820836007595062, + 1.5146139860153198, + 0.14957061409950256, + -0.11774516105651855, + 1.2520173788070679, + 0.17521533370018005, + -1.0374934673309326, + -1.299015760421753, + -0.486344575881958, + -0.6256166696548462, + 0.3009971082210541, + -0.3597676455974579, + 0.8850405812263489, + 0.9076987504959106, + 1.7187316417694092, + 0.2994510531425476, + 0.3616538643836975, + 0.28283706307411194, + -0.00774818379431963, + 0.9281835556030273, + 0.10520842671394348, + -0.12172950804233551, + 0.6978840827941895, + 0.13605649769306183, + -0.8025757670402527, + -0.2237395942211151, + 0.778812050819397, + 0.1527293175458908, + 0.03382407873868942, + 0.930751383304596, + -0.17201393842697144, + 0.30784547328948975, + 0.47372597455978394, + -1.6095407009124756, + -0.06755834817886353, + -0.9319388270378113, + 0.41995754837989807, + 0.9361433982849121, + 0.5586138963699341, + -1.0058281421661377, + -1.5122259855270386, + 0.21924471855163574, + 0.49610310792922974, + -0.5384305715560913, + 0.25873228907585144, + -0.9679077863693237, + -0.30708596110343933, + 1.0733060836791992, + 0.7265743613243103, + 0.4258281886577606, + 0.10350821912288666, + -0.037973396480083466, + -0.3282901644706726, + 0.36009088158607483, + 0.9116550087928772, + 0.08427238464355469, + -0.1271454393863678, + -0.7716607451438904, + -0.3984534740447998, + 1.6168066263198853, + -0.06302928924560547, + -0.24047093093395233, + 0.7266170978546143, + -0.6959527730941772, + -0.9546399712562561, + 0.3622499108314514, + 0.8416783809661865, + 0.6936688423156738, + 6.09544563293457, + -0.029285544529557228, + 0.6312310099601746, + 0.6705804467201233, + 1.6037566661834717, + 0.22548127174377441, + -0.18809649348258972, + 0.4051629602909088, + 0.06872161477804184, + -0.8828688859939575, + -0.04113790765404701, + 0.8083083033561707, + 0.06747020035982132, + -0.11336567997932434, + 0.035148292779922485, + 1.1653826236724854, + -0.21881049871444702, + -0.6013584733009338, + 1.9321691989898682, + -0.9846800565719604, + 0.9343929886817932, + 0.4113530218601227, + -0.4472905099391937, + 0.17045757174491882, + -0.06370142102241516, + -0.5404651761054993, + 1.053369164466858, + 0.4154514968395233, + -0.4307715892791748, + 0.30240389704704285, + -0.36061736941337585, + 1.2014187574386597, + 1.2314720153808594, + 1.637012004852295, + 0.09254959970712662, + -0.4668062925338745, + -2.1651320457458496, + -0.2285516858100891, + -1.594504952430725, + 0.9775073528289795, + -1.5035266876220703, + -0.962472677230835, + -0.25655102729797363, + -0.4401507079601288, + 0.4134292006492615, + 0.5826541185379028, + 0.7307124137878418, + -1.2522379159927368, + -0.11641045659780502, + -0.7481791973114014, + -0.07981991767883301, + -0.34807538986206055, + -0.5184657573699951, + 0.7038253545761108, + 2.228830575942993, + -0.3090740144252777, + -0.2892856299877167, + -0.42030227184295654, + -0.20778533816337585, + 0.8739474415779114, + 1.2722418308258057, + 0.5765169262886047, + -2.0152251720428467, + -0.4036688506603241, + -0.11706864833831787, + 1.8254482746124268, + -0.20872941613197327, + -0.8391867280006409, + 0.1878686249256134, + 0.5501429438591003, + -0.12853199243545532, + 0.6198217868804932, + 0.2873099446296692, + 0.3206271529197693, + 0.2265433967113495, + 0.11717776954174042, + -0.05438920110464096, + -0.3373161852359772, + 0.5507171750068665, + -0.07404319941997528, + 0.5687962770462036, + -0.7278058528900146, + -0.6263206601142883, + 0.37588629126548767, + 0.9733635187149048, + 1.0419427156448364, + -1.014176368713379, + 1.482472538948059, + -0.24383047223091125, + -0.8604001998901367, + -0.5220965147018433, + -0.39093613624572754, + -0.95436692237854, + -1.1188350915908813, + -0.7878328561782837, + -1.3073173761367798, + 1.455928921699524, + -0.8466633558273315, + -1.492154836654663, + -0.24579717218875885, + 0.6994032859802246, + -0.6038370728492737, + -0.5112365484237671, + -0.233138307929039, + 1.1092557907104492, + -0.5045731067657471, + -0.26765912771224976, + -0.6621288657188416, + -0.48919379711151123, + 0.7829890251159668, + 0.5531468987464905, + 0.7630460858345032, + -0.3850793242454529, + 0.6949079632759094, + 0.7061018943786621, + 0.744627833366394, + 0.20943951606750488, + -0.8462096452713013, + 0.8309783935546875, + 0.47448480129241943, + -0.8190271854400635, + -0.2012476623058319, + -0.25875553488731384, + -0.7401444315910339, + -1.3631983995437622, + -2.4505040645599365, + 0.16380801796913147, + 1.6465239524841309, + -0.24276360869407654, + 1.2472975254058838, + 0.059561461210250854, + -0.5200762748718262, + 0.8950533866882324, + 1.1697311401367188, + 2.4910590648651123, + -0.3626743257045746, + 1.4869927167892456, + 0.34019631147384644, + 0.44011184573173523, + 0.3689069151878357, + -0.3179108500480652, + 0.16773010790348053, + -1.1788620948791504, + 0.7192741632461548, + 0.5003106594085693, + 0.28427088260650635, + -0.8546337485313416, + -0.7836918234825134, + -0.573621392250061, + 0.4690402150154114, + 0.7522854804992676, + 0.3746388256549835, + 0.49753016233444214, + -1.1932032108306885, + 0.4859852194786072, + 0.31456896662712097, + -0.2827761471271515, + -0.4291200339794159, + -0.9272865653038025, + -1.2084203958511353, + 0.29385820031166077, + 0.7146875262260437, + 1.2558690309524536, + 2.4031505584716797, + -0.8141450881958008, + 0.8970941305160522, + 0.5494561195373535, + 1.4631118774414062, + -1.0698988437652588, + -0.7824583649635315, + 0.044785842299461365, + -0.2100449949502945, + -0.4155177175998688, + 0.8656256794929504, + 0.3283486068248749, + 0.7375898957252502, + 0.7090378999710083, + -0.1933843195438385, + -0.42732489109039307, + -0.33670011162757874, + 0.5737277865409851, + 0.030869264155626297, + -0.8468595743179321, + 0.040965087711811066, + 1.3216873407363892, + 0.3815014958381653, + 0.783381998538971, + -0.6933395862579346, + -0.6339097023010254, + -0.6619526147842407, + 1.0097936391830444, + 1.9474585056304932, + -0.4211326241493225, + -0.6344419121742249, + 0.7556016445159912, + -0.2906848192214966, + 0.11031679809093475, + -0.469991534948349, + -0.1696970909833908, + 0.9420033693313599, + -0.9531787037849426, + -0.6097878217697144, + -0.633436381816864, + -1.102798581123352, + 0.28022536635398865, + -0.12180222570896149, + -0.3283737599849701, + 0.3342842161655426, + -1.1904240846633911, + -0.6241917610168457, + -0.6108506917953491, + 0.04870155453681946, + -0.29113274812698364, + 0.39927518367767334, + -0.7927044034004211, + 0.21504658460617065, + 0.49636417627334595, + -0.24258564412593842, + -0.8650153279304504, + -0.8819321990013123, + 0.05169392004609108, + 0.3452342450618744, + 1.0720030069351196, + -0.5102591514587402, + -0.4152529835700989, + -1.3025281429290771, + 0.34664639830589294, + -0.6686649918556213, + -0.0823424756526947, + -0.47165489196777344, + -0.06809045374393463, + 0.22656187415122986, + -1.593774437904358, + 0.6450507640838623, + -0.16696766018867493, + -0.28895652294158936, + -0.15225595235824585, + 0.28638508915901184, + -0.06898121535778046, + -0.3338681757450104, + -0.04998635873198509, + -0.9278916716575623, + -1.2675306797027588, + 0.7910946011543274, + 0.2836904227733612, + 0.03896944224834442, + 0.08555463701486588, + -0.9432644248008728, + 1.0405323505401611, + 0.6413394212722778, + -0.32391971349716187, + 0.33993273973464966, + -0.3129328489303589, + -1.2050654888153076, + 0.8408706188201904, + -1.4475078582763672, + 0.3334581255912781, + -0.5900954604148865, + -0.7165966629981995, + 0.05920460820198059, + -0.8837255239486694, + 1.3900078535079956, + -0.637444257736206, + -0.0042769876308739185, + -2.6784491539001465, + -0.9502853751182556, + 0.04836038500070572, + -1.4341148138046265, + -0.6205769181251526, + -0.7889729738235474, + -0.9787341952323914, + 0.09945084154605865, + -0.8514352440834045, + -1.4003452062606812, + 1.6740314960479736, + 0.08340045064687729, + -0.9014804363250732, + 0.37283000349998474, + -0.5635305047035217, + 1.0846853256225586, + -1.0764378309249878, + 1.4569392204284668, + -0.8268681168556213, + 0.2042277306318283, + 0.2437286376953125, + -0.29321786761283875, + 0.18704506754875183, + -0.09260663390159607, + 0.0846203938126564, + 0.5040045976638794, + 1.454904317855835, + -0.998403787612915, + -0.9022669792175293, + -0.060577016323804855, + -0.3791506886482239, + -0.5540756583213806, + 0.005632173269987106, + 0.9948945641517639, + -0.6895235180854797, + -0.3678080141544342, + -0.6593970656394958, + 0.7674257755279541, + -0.48889997601509094, + -0.2630245089530945, + 0.007600319571793079, + -0.01591137796640396, + 1.4465851783752441, + -1.0482535362243652, + 1.0267103910446167, + 1.337476134300232, + -0.018003804609179497, + 0.5987338423728943, + 0.8492692708969116, + -0.5698120594024658, + 0.9133495688438416, + -1.5429725646972656, + -0.5124021768569946, + 0.020372819155454636, + 0.04521710053086281, + -0.05959678813815117, + 0.7830093502998352, + 0.11047637462615967, + -0.9383811354637146, + 0.5759384632110596, + -0.5778230428695679, + -0.053302135318517685, + 1.3145395517349243, + -0.3904367685317993, + 0.19883304834365845, + -0.2516776919364929, + -0.13039901852607727, + -0.6444905400276184, + -0.1385313719511032, + 0.6768206357955933, + 0.9325156807899475, + 1.663888692855835, + 0.6435655951499939, + 0.5452542901039124, + 0.5420079231262207, + 0.772499144077301, + 1.2460967302322388, + 0.9518656730651855, + 1.019555687904358, + -0.4862610697746277, + 0.3144373595714569, + 0.7073059678077698, + -0.7803716063499451, + -0.012654904276132584, + -0.2701317369937897, + -1.0179879665374756, + -0.11976464837789536, + 1.222006916999817, + -0.42402252554893494, + -0.8558915853500366, + 0.6355685591697693, + 0.652495801448822, + -1.1397207975387573, + -0.23534707725048065, + 0.01753893494606018, + -0.5792006254196167, + 0.0379016175866127, + 0.47495323419570923, + -0.26998504996299744, + -0.6153430342674255, + -0.41577064990997314, + 0.8116235136985779, + 0.5188880562782288, + -0.6016309261322021, + 1.1925876140594482, + -0.5749763250350952, + -0.47368475794792175, + 0.3397371172904968, + 0.4326840341091156, + 0.7002487778663635, + -0.5536814332008362, + 0.7012198567390442, + -0.20985691249370575, + -0.6486485600471497, + 0.8638875484466553, + -0.2379615306854248, + 0.1070881187915802, + 0.11839960515499115, + 0.27747705578804016, + -0.49022117257118225, + 0.3263205885887146, + -0.6803067326545715, + -1.2611430883407593, + -0.04906943812966347, + 0.11679890751838684, + 0.9147240519523621, + -0.2606382369995117, + -0.9741047024726868, + -0.4810144007205963, + 0.514983594417572, + -4.698833465576172, + 0.5840707421302795, + -0.11188226193189621, + -0.3672406077384949, + -1.455156922340393, + 0.37429457902908325, + -0.9021355509757996, + -2.1916754245758057, + 0.4151947796344757, + -0.10826928913593292, + -0.8376532793045044, + 0.3339853584766388, + 0.913620114326477, + -1.1303857564926147, + 0.22175559401512146, + 1.3933223485946655, + 0.3789482116699219, + -0.9909487962722778, + 0.1957675665616989, + 1.2852399349212646, + -0.24031075835227966, + -0.3390996754169464, + 1.010593056678772, + 0.44845688343048096, + 0.5170238018035889, + -0.15971523523330688, + -0.8625738024711609, + 0.9300260543823242, + -1.3941357135772705, + -0.6303034424781799, + -0.5243709087371826, + -0.9786444902420044, + 1.6023975610733032, + 1.1096299886703491, + 1.4947668313980103, + 0.2575052082538605, + 0.4387364387512207, + -0.5282695293426514, + -0.5957823395729065, + 0.15969645977020264, + 1.4226638078689575, + 0.4020564556121826, + -0.36019226908683777, + -0.1906338334083557, + 0.6451253890991211, + -0.5268769264221191, + 0.3148661255836487, + -0.11697913706302643, + -1.0951515436172485, + 0.33766525983810425, + 0.1731225997209549, + 0.6921754479408264, + 1.2145593166351318, + 1.4010237455368042, + 0.41498345136642456, + -0.3727388083934784, + -0.6124980449676514, + 0.44894516468048096, + -0.872885525226593, + 1.3644429445266724, + -1.0049597024917603, + -0.4746232330799103, + -1.1394858360290527, + -1.5319806337356567, + -0.43831759691238403, + 0.404552698135376, + -2.175097942352295, + 0.7894722819328308, + 0.34702545404434204, + 0.5957359671592712, + -0.43516120314598083, + -1.2473448514938354, + 1.0738799571990967, + -0.782738208770752, + 0.6807425618171692, + 0.8944689631462097, + 0.9808895587921143, + 0.8590653538703918, + -1.3306670188903809, + -1.6200281381607056, + -0.8851233124732971, + -1.2843377590179443, + 0.168753981590271, + 0.7531993389129639, + 0.935172975063324, + -0.09304099529981613, + -0.9190253615379333, + 0.6088338494300842, + -1.889298915863037, + 0.9713666439056396, + -1.6715641021728516, + -1.221421718597412, + 0.7105640172958374, + -0.18496090173721313, + -1.2717043161392212, + 0.06553508341312408, + -0.5949660539627075, + 0.4784702658653259, + -1.1786575317382812, + -0.2543049454689026, + 0.26619085669517517, + -0.7348558902740479, + 0.6299540996551514, + -0.3204176127910614, + -0.31234389543533325, + -0.4740539491176605, + 0.9886391162872314, + -0.597307562828064, + -0.447490930557251, + 0.4205095171928406, + 0.18624459207057953, + -0.07691305875778198, + 0.21878460049629211, + -0.3073226511478424, + -0.8197757005691528, + 0.37678301334381104, + 0.7147471904754639, + -0.6235255599021912, + -0.7065896987915039, + -0.18595461547374725, + 0.3947717249393463, + -0.3266577124595642, + 0.1856319159269333, + -1.5491564273834229, + 0.3659948408603668, + 2.24239182472229, + 1.3984243869781494, + 0.6033273339271545, + 1.5767008066177368, + -0.6450116634368896, + 0.8451653718948364, + -1.8222427368164062, + -0.2830374538898468, + -0.011458203196525574, + 0.45835089683532715, + -1.393120527267456, + 0.015977278351783752, + 0.6426088213920593, + 0.14269012212753296, + -0.4905532896518707, + -0.4416258633136749, + -0.21770039200782776, + -0.6518650650978088, + 0.3967672288417816, + -0.5456501245498657, + 0.402327299118042, + -0.695143461227417, + -0.21123699843883514, + -1.2629756927490234, + -1.008037805557251, + 0.14447322487831116, + -0.0036326306872069836, + 0.752597451210022, + 0.3035764992237091, + 0.8992217779159546, + 0.856782853603363, + -0.924031138420105, + -0.3969816565513611, + 0.7838583588600159, + 0.2298685908317566, + -0.5200221538543701, + -0.5291677117347717, + -0.48033398389816284, + -0.11648713797330856, + -1.1063683032989502, + -0.6450390815734863, + 0.5309082865715027, + -1.0442254543304443, + -0.3419976234436035, + -1.599053144454956, + 0.24253547191619873, + 1.4122055768966675, + -0.7799341678619385, + -0.4418841004371643, + 0.5171761512756348, + -1.0290714502334595, + 0.7726016640663147, + 0.3810250461101532, + 0.6956862807273865, + -1.4615870714187622, + 0.6025346517562866, + 0.45297500491142273, + -0.4763146638870239, + 1.1390219926834106, + 0.0982288047671318, + 0.3804706931114197, + -0.2406812459230423, + -0.1585412174463272, + -0.08817671984434128, + 0.14260512590408325, + -0.06255960464477539, + -0.49286043643951416, + 0.6423284411430359, + -1.0171631574630737, + 0.7120609879493713, + 0.32887622714042664, + -0.7124804854393005, + 0.7609732747077942, + 0.09981042146682739, + -0.12157164514064789, + -0.048556894063949585, + 0.43848851323127747, + 0.27013468742370605, + -0.5312438011169434, + -0.5909935235977173, + 0.68399977684021, + 0.05179665982723236, + -0.30032360553741455, + 0.20812155306339264, + -0.058775048702955246, + -0.5201590061187744, + -0.6845232248306274, + -0.7018643617630005, + 0.7291261553764343, + -1.035449504852295, + 0.9821147918701172, + -0.06703456491231918, + -0.4023396074771881, + 0.6171907782554626, + 1.283266544342041, + 0.9433391690254211, + 0.2104705274105072, + -1.2670316696166992, + 0.3315284848213196, + 0.8717751502990723, + 0.6218016743659973, + -0.7767682075500488, + 0.1763388216495514, + -0.13371214270591736, + -0.9779131412506104, + 0.532132625579834, + 0.6191281080245972, + 0.42796891927719116, + 1.19912850856781, + 0.8686370849609375, + 0.1682405322790146, + -0.1904159039258957, + 0.3246394395828247, + -0.6398532390594482, + -0.18154743313789368, + 0.5857937335968018, + -0.062060050666332245, + -0.13077706098556519, + 0.2571704685688019 + ] + }, + { + "key": 11, + "name": "Love Quinn", + "type": "movie", + "media": "You", + "label": [ + "Adventurous", + "Impulsive", + "Intense", + "Possessive", + "Romantic" + ], + "embedding": [ + -0.26461294293403625, + -0.40838852524757385, + -0.2648247480392456, + 0.18587836623191833, + -1.0354058742523193, + -0.22309671342372894, + 0.7888150215148926, + -0.755214512348175, + -0.6754361391067505, + -0.16070573031902313, + 0.01419210433959961, + -0.5241937637329102, + -1.4954102039337158, + -0.15677833557128906, + 1.4784919023513794, + 1.7239598035812378, + -0.02833724394440651, + 0.5072544813156128, + -0.6503078937530518, + -0.4645235240459442, + -0.25541144609451294, + 0.015464619733393192, + -0.16803209483623505, + 0.08927104622125626, + -1.4022443294525146, + 0.28090471029281616, + 0.6246082186698914, + 0.4429827630519867, + -0.46786367893218994, + 0.22237801551818848, + 0.11453361809253693, + -0.2609953284263611, + -0.2528441250324249, + -1.5622386932373047, + -0.2952817976474762, + 0.015258878469467163, + 0.04802500456571579, + -0.1441480666399002, + -1.459364652633667, + 1.045068621635437, + 0.5983440279960632, + -1.491019368171692, + 0.42629900574684143, + -0.7029082775115967, + 0.7799044847488403, + -0.678072452545166, + 0.18546436727046967, + -0.4662698209285736, + -0.33555901050567627, + 0.5088643431663513, + -1.2795263528823853, + 0.4102548360824585, + 1.165601372718811, + -0.56473308801651, + 0.5968014001846313, + 0.4987698793411255, + -0.5088039636611938, + -0.7390098571777344, + -1.7522257566452026, + -2.127988338470459, + -1.154374599456787, + 0.09203150868415833, + -0.6863011121749878, + 0.19597461819648743, + 0.1411922425031662, + 1.6369636058807373, + -0.225920632481575, + 0.4171772301197052, + 0.757357120513916, + -0.5775168538093567, + -0.6844627857208252, + 0.19515450298786163, + -0.6312042474746704, + 0.5986796021461487, + -2.306938409805298, + 0.5890511870384216, + 1.0687729120254517, + -1.0410737991333008, + 0.5202212929725647, + 1.193771481513977, + 0.04993778094649315, + 0.24350392818450928, + 0.1541082262992859, + 0.6802977323532104, + -0.30873313546180725, + 1.0033981800079346, + -0.049522534012794495, + -0.7856391072273254, + -0.17171956598758698, + -0.6630761027336121, + -0.7333471179008484, + -0.06578526645898819, + 0.5942401885986328, + -0.9315378665924072, + -0.42070233821868896, + 0.15330979228019714, + -0.08956359326839447, + -0.33568015694618225, + 0.4756816029548645, + 0.5889890193939209, + 0.21115824580192566, + -0.24626538157463074, + 0.1313377469778061, + -0.11689383536577225, + -0.13087230920791626, + -1.249009370803833, + 0.16252103447914124, + 1.1736295223236084, + 0.05600596219301224, + 0.13632787764072418, + 0.09184306859970093, + -0.05473531782627106, + 0.3362184464931488, + 1.0576540231704712, + 0.5827168226242065, + -0.30683445930480957, + -0.5466723442077637, + -0.683526873588562, + 0.5724379420280457, + -0.14720433950424194, + 0.6829580068588257, + 0.21477851271629333, + 0.005434729158878326, + -0.5295160412788391, + -0.29538261890411377, + -0.1505732238292694, + -0.46540337800979614, + 1.212478518486023, + -0.3002457320690155, + 0.6074209213256836, + 1.8809607028961182, + -0.26096564531326294, + -0.8715726733207703, + -0.8276302814483643, + -0.9121169447898865, + -0.9390246868133545, + -0.5696706771850586, + 1.3625739812850952, + -0.49096935987472534, + -1.292333722114563, + 0.4584362506866455, + 1.449492335319519, + 0.922321081161499, + -1.5214203596115112, + 0.4820769429206848, + -1.6837408542633057, + 0.5056524872779846, + 0.23594775795936584, + -0.48247963190078735, + -0.6497973203659058, + 0.6019389629364014, + 0.2488701343536377, + 1.331668496131897, + 1.2209248542785645, + 0.6636184453964233, + -1.126480221748352, + -1.190244197845459, + 1.1599384546279907, + 1.2219841480255127, + 0.6564828157424927, + -0.39040499925613403, + -0.660310685634613, + -0.10584793984889984, + -0.40886837244033813, + -0.010287530720233917, + -0.20288583636283875, + 1.201299786567688, + 1.1410980224609375, + 0.4269910156726837, + -0.6443911790847778, + 0.18154878914356232, + -1.1587413549423218, + 0.41546908020973206, + 0.8099193572998047, + 0.24905672669410706, + -0.0554606169462204, + 1.9800968170166016, + 0.09714698791503906, + 0.43623316287994385, + -1.4394971132278442, + -0.5449017882347107, + 1.2737812995910645, + -0.8353598117828369, + -0.2640904188156128, + -0.6230449676513672, + -0.1461518108844757, + -1.0417231321334839, + 0.3085905611515045, + 0.08128668367862701, + 1.3622159957885742, + 0.3211754262447357, + -0.5637242794036865, + 0.6970012187957764, + -0.9079465270042419, + 0.31787586212158203, + -0.16059844195842743, + -0.6784253716468811, + -1.2885035276412964, + 0.423226922750473, + -1.7834012508392334, + 0.8203377723693848, + 0.751372218132019, + 0.3071609437465668, + -0.8677502870559692, + -0.7497612833976746, + 0.16172736883163452, + -1.083535075187683, + -0.7209791541099548, + 1.9305007457733154, + -0.7408267855644226, + 0.021900445222854614, + 0.08441414684057236, + 0.1899973452091217, + -0.8816872835159302, + -0.8161746263504028, + -0.8198632597923279, + 0.9232723116874695, + 0.8490601181983948, + -0.2479885071516037, + -0.14631403982639313, + -0.8164395093917847, + 1.307684302330017, + 0.8341338038444519, + 0.17983750998973846, + 0.39719170331954956, + 1.978430986404419, + 0.9512510299682617, + 1.6101560592651367, + 0.7204469442367554, + 0.321158230304718, + 0.3557640314102173, + -0.48761457204818726, + -0.23739805817604065, + -0.2298051416873932, + -0.03400452435016632, + 0.10489394515752792, + -0.09054955840110779, + -0.053558386862277985, + 0.9745187759399414, + 0.13087227940559387, + -0.5154801607131958, + -1.0045572519302368, + 0.6807988882064819, + 0.8012097477912903, + -0.627634584903717, + -0.6267760396003723, + 0.9231482148170471, + -0.3490903079509735, + -0.25416672229766846, + -0.4846176207065582, + 0.10381211340427399, + 0.319387286901474, + -1.3576892614364624, + -0.6741329431533813, + 0.3260619342327118, + 0.28826257586479187, + 0.09343139827251434, + 0.1580747365951538, + -0.19873397052288055, + 0.26314979791641235, + -0.1186951994895935, + 1.5298985242843628, + 0.39460840821266174, + 0.8509831428527832, + 0.04951900988817215, + -0.5688605904579163, + 0.7053596377372742, + 0.873830258846283, + 0.6908385753631592, + -0.5372408628463745, + -0.14091598987579346, + -0.0009304247796535492, + 0.4927361011505127, + -0.9484422206878662, + -0.28955304622650146, + 0.31462258100509644, + -0.9607729911804199, + -0.04183352738618851, + 1.2531795501708984, + 0.5391985774040222, + 0.6353176832199097, + 0.5030074119567871, + -0.2207249104976654, + -0.47547078132629395, + 1.9831438064575195, + -0.9929509162902832, + 0.6389644145965576, + -0.9891607165336609, + 0.21585655212402344, + -1.5459297895431519, + 0.4327932596206665, + -0.5916330814361572, + 1.8660027980804443, + 0.4338059723377228, + -0.8162931799888611, + -0.9823756814002991, + -0.9335140585899353, + -3.670330047607422, + -0.6385757923126221, + -0.5272825360298157, + 0.6659206748008728, + 0.25672900676727295, + 0.4654011130332947, + -1.71947181224823, + 0.07611078023910522, + -0.7222588658332825, + -0.3550301790237427, + 0.2847389280796051, + -1.4057495594024658, + -0.08968834578990936, + 0.2383708953857422, + -0.2700924873352051, + -0.7592534422874451, + -0.41688355803489685, + 0.46103227138519287, + -0.40103816986083984, + -0.7182840704917908, + -0.4108993113040924, + -0.05842026695609093, + 1.4925075769424438, + 0.6708784699440002, + -0.24096538126468658, + 0.7853265404701233, + 0.9859967231750488, + -0.44242334365844727, + -1.4120604991912842, + -0.8320162296295166, + -0.7029772400856018, + -0.17318986356258392, + -0.5160169005393982, + 0.733302652835846, + 0.6508310437202454, + 2.151047468185425, + 0.2877684235572815, + 0.5802744626998901, + 1.0329782962799072, + -0.6587523221969604, + 0.924613356590271, + 0.9327538013458252, + -0.6449502110481262, + 1.0887490510940552, + -0.3362134099006653, + 0.026423612609505653, + -0.002620840445160866, + 0.4915619492530823, + -0.5615505576133728, + -0.6712539792060852, + 0.43046194314956665, + 0.08758679032325745, + 0.26636528968811035, + -0.06744982302188873, + -0.9895738363265991, + -0.10430844128131866, + -0.7556235790252686, + 0.6507505774497986, + 0.12006020545959473, + -0.37948086857795715, + -1.1054153442382812, + -1.6336522102355957, + -0.09259726107120514, + -0.10001900792121887, + -0.10880226641893387, + -0.608428955078125, + 0.3330630660057068, + -0.295868456363678, + 0.4568324685096741, + -0.5503607392311096, + 0.5574621558189392, + 0.2973450720310211, + -0.2276867777109146, + 0.02231191098690033, + -0.07916224747896194, + 0.721870481967926, + 0.47674351930618286, + 0.5000995397567749, + -1.315449595451355, + -0.8928211331367493, + -0.038152940571308136, + -0.11051355302333832, + 0.24112814664840698, + 0.4694245457649231, + -0.51365065574646, + -0.9087817668914795, + 1.0535935163497925, + 0.5468502640724182, + 0.3415793180465698, + 5.41635799407959, + -0.04227278754115105, + 1.4360356330871582, + 0.2061423808336258, + 1.6690261363983154, + -0.4257672429084778, + -0.8208235502243042, + 0.7085464000701904, + -0.49686384201049805, + -0.23126289248466492, + 0.33180123567581177, + 1.315895676612854, + -0.7707951664924622, + 0.3163174092769623, + 0.5657793879508972, + 1.5966490507125854, + -0.5603572726249695, + -0.5226061344146729, + 1.589939832687378, + -1.098714828491211, + 0.5576116442680359, + 0.2629159688949585, + 0.1997363418340683, + -0.36401116847991943, + -0.37689483165740967, + 0.031882449984550476, + 0.8071497082710266, + 0.8507401943206787, + -0.19064182043075562, + 0.47225552797317505, + 0.17123264074325562, + 0.9000087380409241, + 1.534104585647583, + 0.09350964426994324, + -0.859575629234314, + 0.2822909951210022, + -1.5702061653137207, + -0.6111531257629395, + -1.123058795928955, + 0.8937905430793762, + -1.1489239931106567, + -0.8520134091377258, + -1.0823113918304443, + 0.7772585153579712, + 0.4691244959831238, + 0.3139984905719757, + -0.08954072743654251, + -1.2306922674179077, + 0.5832124948501587, + -1.8614802360534668, + 0.4547564685344696, + -0.9334378242492676, + -0.3254757225513458, + 0.5886105895042419, + 1.608267903327942, + -0.3188134431838989, + -0.48721349239349365, + -0.07278837263584137, + -0.5328693389892578, + 1.5070024728775024, + 0.09914153814315796, + 0.36574530601501465, + -2.192354202270508, + 0.4924634099006653, + 0.5361902713775635, + 0.8063582181930542, + -0.48739200830459595, + 0.1354876309633255, + -0.464901328086853, + -0.06486708670854568, + 0.08317330479621887, + 1.1317763328552246, + 0.09120573103427887, + -0.05106175318360329, + -0.4203777015209198, + 0.583437979221344, + -0.1474492847919464, + 0.96079421043396, + -0.11360232532024384, + -0.2210947424173355, + 1.3567476272583008, + -1.0278228521347046, + -0.4205242693424225, + -0.42011234164237976, + 1.262687087059021, + 0.6340864300727844, + -0.42589789628982544, + 0.709236741065979, + -0.8554200530052185, + -0.7067936062812805, + -1.1954597234725952, + -0.37001746892929077, + -1.043225646018982, + 0.39496535062789917, + -0.5635604858398438, + -1.231162190437317, + 1.0804526805877686, + -1.0111374855041504, + -1.244443416595459, + -0.4558456540107727, + -0.1288895457983017, + -0.276689350605011, + -0.4348186254501343, + -0.48501819372177124, + 0.35655850172042847, + -0.24789273738861084, + -1.3014051914215088, + -0.5238114595413208, + -1.1336321830749512, + 0.2584800720214844, + 1.222370982170105, + 0.46755677461624146, + 0.03987320512533188, + -0.3167886435985565, + 0.7916288375854492, + 1.0499123334884644, + 0.08629779517650604, + 0.6454167366027832, + 0.5399527549743652, + 0.231400728225708, + -0.19741420447826385, + -0.7193862199783325, + -0.664237380027771, + -0.8274970054626465, + -1.0054619312286377, + -2.615903615951538, + -0.355501264333725, + 0.8101369142532349, + -1.112862229347229, + 1.1250512599945068, + 0.04380296915769577, + -0.5355510115623474, + 0.8141978979110718, + 0.2273421585559845, + 2.411942720413208, + -0.29772692918777466, + 1.7548918724060059, + 0.6450717449188232, + -0.5231031179428101, + 0.6953859925270081, + -0.24994228780269623, + -0.91136234998703, + -0.617256760597229, + 0.6991949677467346, + 1.327240228652954, + 0.9876296520233154, + -1.2432656288146973, + -0.8019497394561768, + 0.10211464017629623, + 0.12156353890895844, + 0.6789873838424683, + 0.4813557267189026, + 1.3754197359085083, + -1.4525516033172607, + 0.01076507568359375, + -0.2291313260793686, + -0.7138481736183167, + -0.3499983251094818, + -0.7053232192993164, + -0.8469081521034241, + 0.4868658781051636, + 0.9620042443275452, + 0.19240602850914001, + 1.5536692142486572, + -1.0731425285339355, + 0.7697941064834595, + -0.09776408970355988, + 0.771770715713501, + -0.950478196144104, + -0.43808484077453613, + -0.6330041885375977, + 0.027478769421577454, + -1.1198221445083618, + 1.0625088214874268, + 1.0965781211853027, + -0.0717913806438446, + 0.39946281909942627, + -1.015631079673767, + -0.9012815356254578, + -0.4571375250816345, + 0.33058691024780273, + -0.8861549496650696, + -0.8014983534812927, + 0.21450020372867584, + 2.216487169265747, + 0.27570784091949463, + -0.5389961004257202, + -0.656253457069397, + -0.36613181233406067, + -0.8833115100860596, + 0.3426589071750641, + 1.796047568321228, + 0.6921488642692566, + -0.4100458323955536, + 0.2242477536201477, + -0.7801303863525391, + 0.3242109417915344, + -0.33241063356399536, + 0.02690240740776062, + -0.013913188129663467, + -0.4776462912559509, + -1.3561077117919922, + -0.4279956519603729, + -0.7333151698112488, + 0.31472915410995483, + -0.24953725934028625, + 0.5652254223823547, + -0.15167780220508575, + -0.25192081928253174, + -1.0560028553009033, + -0.21050290763378143, + 0.061216339468955994, + -0.1295374482870102, + 0.16675755381584167, + -0.4212658405303955, + -0.11167018115520477, + 0.7440674901008606, + -1.0470837354660034, + -1.6701797246932983, + -0.6085694432258606, + 0.4312135875225067, + 0.0690804198384285, + -0.08778467774391174, + -0.5936286449432373, + -0.34233441948890686, + -0.9398186802864075, + 0.381174772977829, + -0.8495290875434875, + -0.0940491110086441, + -0.4818144142627716, + -0.08953647315502167, + 0.2593157887458801, + -0.8405922651290894, + 0.6629374623298645, + 0.1955162137746811, + 0.1454298198223114, + -0.025785261765122414, + 0.9592381715774536, + 0.20913323760032654, + -0.47430261969566345, + -0.31456029415130615, + -2.113438606262207, + -0.6462093591690063, + 0.7368265390396118, + -0.15933650732040405, + 0.24633696675300598, + -0.4956907331943512, + 0.0019341036677360535, + 2.400916337966919, + 0.8253662586212158, + -0.03883298859000206, + -0.10422854125499725, + 0.8390923142433167, + -1.0491929054260254, + 0.8971526622772217, + -0.48937541246414185, + -0.22965969145298004, + -0.09404195100069046, + -0.3946121633052826, + -0.33372730016708374, + -0.6332152485847473, + 1.1668812036514282, + -0.2911790609359741, + 0.05404336377978325, + -2.034228801727295, + -1.6648727655410767, + 0.13044443726539612, + -0.38621771335601807, + -0.3654915988445282, + -0.3187835216522217, + -1.1291850805282593, + -0.4397103190422058, + -0.6077961325645447, + -1.2435669898986816, + 1.3695743083953857, + 0.11212436854839325, + 0.17755460739135742, + 0.40657806396484375, + 0.7776767015457153, + 1.0479048490524292, + -1.421133279800415, + 1.2917633056640625, + -0.3786005675792694, + 0.2080942988395691, + 0.4856674373149872, + -0.15580329298973083, + 0.9102029204368591, + 0.34172338247299194, + -0.12027023732662201, + -0.20099467039108276, + 0.7442384362220764, + -0.6980656385421753, + -0.7644754648208618, + -0.2978762984275818, + -0.11293764412403107, + -0.4349578022956848, + 0.327421635389328, + 1.576087474822998, + -0.4092218279838562, + 0.04379108548164368, + 0.03420273959636688, + 0.20147393643856049, + -0.22538164258003235, + 0.3210230767726898, + -0.16799379885196686, + -0.5753143429756165, + 1.2202814817428589, + 0.21184895932674408, + 0.6399977803230286, + 0.9075164794921875, + 0.3518259823322296, + -0.626705527305603, + 0.6458835601806641, + -0.6930491328239441, + 0.32409894466400146, + -0.9988483190536499, + -0.13002729415893555, + 0.0037178480997681618, + 0.5203317999839783, + -0.3618774712085724, + -0.7585681676864624, + 0.3874315321445465, + -1.0660173892974854, + -0.19178177416324615, + -0.8368263840675354, + 0.5467897653579712, + 0.806594967842102, + -0.8471843600273132, + 0.38429901003837585, + -0.6282649040222168, + 0.5451405644416809, + -1.392585277557373, + -0.6917323470115662, + -0.3127017617225647, + 1.0305792093276978, + 2.6869053840637207, + -0.5942535400390625, + -0.4562682509422302, + 0.16733188927173615, + 1.4322806596755981, + 1.0660563707351685, + 0.4606284499168396, + 0.11908045411109924, + -0.3835204839706421, + 0.4298427700996399, + -0.2438810020685196, + 0.2894721031188965, + 0.6089097857475281, + 0.022913649678230286, + -0.4497259259223938, + 0.14997932314872742, + 0.7279915809631348, + -0.2243777960538864, + -1.8493047952651978, + 0.7288780212402344, + 0.4959881901741028, + -2.4635839462280273, + 0.03895246982574463, + 0.009082313627004623, + 0.5226433873176575, + -0.7808504700660706, + 0.4427449405193329, + 0.18367020785808563, + -0.3530638813972473, + -0.29005488753318787, + 0.9860130548477173, + 0.34954017400741577, + -0.5640704035758972, + 0.8846009373664856, + -0.46774575114250183, + -1.0175015926361084, + -0.31267374753952026, + 0.6673100590705872, + 0.7915659546852112, + -0.9270793795585632, + 0.5448321104049683, + -0.40282079577445984, + -0.2870030999183655, + -0.5242202877998352, + 0.056236300617456436, + -0.09964869171380997, + 0.6703274250030518, + 0.06337662041187286, + 0.08442959189414978, + 0.6251587867736816, + -0.5295478105545044, + -1.0047321319580078, + 0.694417417049408, + -0.45601868629455566, + 0.5641135573387146, + -0.5085741281509399, + -0.5510886907577515, + -1.2431191205978394, + 0.7427387237548828, + -4.331509113311768, + -0.3720147907733917, + 0.03662889823317528, + -1.0042343139648438, + -0.7077519297599792, + 0.5489276051521301, + -1.2729392051696777, + -1.8438910245895386, + 0.5158668756484985, + -0.6359973549842834, + -0.9299005270004272, + 0.12382693588733673, + -0.5148575901985168, + -0.6894108653068542, + -0.05351822078227997, + 1.7829632759094238, + 0.680237352848053, + -0.9681844115257263, + 0.994439959526062, + 1.4011411666870117, + -0.24469804763793945, + -0.2750265598297119, + 1.9852184057235718, + 0.20758754014968872, + -0.14168383181095123, + -0.4812907576560974, + -0.951324462890625, + 0.04132412374019623, + -0.9906700253486633, + -0.023234540596604347, + -1.413919448852539, + -1.5756123065948486, + 1.5529251098632812, + 1.0802427530288696, + 1.7844369411468506, + 0.6775560975074768, + 0.7920515537261963, + -0.9469727277755737, + -0.7679891586303711, + 0.031716227531433105, + 1.1218866109848022, + 0.15736311674118042, + -0.46766790747642517, + -0.16382814943790436, + 0.1373860239982605, + -0.440843403339386, + 1.0825759172439575, + 0.11194737255573273, + -0.5275046825408936, + -0.7421101331710815, + 0.16615326702594757, + 1.2533410787582397, + 1.1402071714401245, + 1.413284182548523, + 0.875525712966919, + -0.22438620030879974, + -1.4648008346557617, + 0.2807503640651703, + 0.15543043613433838, + 1.0774916410446167, + -0.3601548373699188, + -0.7052544355392456, + -1.3689391613006592, + -1.803846001625061, + -0.3914337158203125, + 0.22859790921211243, + -0.8767932653427124, + 1.5395630598068237, + 0.20058806240558624, + 0.39375558495521545, + -0.7847536206245422, + -0.2751844525337219, + 1.8019367456436157, + -0.38328254222869873, + 0.4079722762107849, + 1.2107911109924316, + 1.0159028768539429, + 0.12314951419830322, + -1.8415195941925049, + -1.232274055480957, + -1.6538546085357666, + -0.706527829170227, + 0.6907684206962585, + -0.31726035475730896, + 0.7364119291305542, + 0.10451790690422058, + -0.8974408507347107, + 0.6416257619857788, + -1.8367321491241455, + 1.0260370969772339, + -0.8460298180580139, + -1.3384703397750854, + 1.1164880990982056, + -0.7592101097106934, + -0.6469436883926392, + 0.4323679804801941, + 0.012395456433296204, + 0.6105943322181702, + -0.6230783462524414, + -0.43656566739082336, + -0.032769158482551575, + -0.8232318162918091, + 0.7213217616081238, + -0.9651532769203186, + -0.43624743819236755, + 0.1827995479106903, + 0.3150993585586548, + 0.013917967677116394, + 0.5133994817733765, + -0.09855583310127258, + -0.9756333231925964, + -0.5650590658187866, + 0.2891758382320404, + 0.7510110139846802, + -0.3861255943775177, + 0.3718799650669098, + 0.5659652352333069, + 0.25363507866859436, + -0.38692352175712585, + 0.5739138722419739, + 0.3707386553287506, + -0.6209375858306885, + 0.9553173184394836, + -1.4471964836120605, + 0.43265876173973083, + 1.2960392236709595, + 1.0968705415725708, + 0.8143960237503052, + 1.7509019374847412, + 0.09591654688119888, + 0.7854627370834351, + -1.0806738138198853, + 0.12753111124038696, + 0.12153975665569305, + 0.593445360660553, + -0.5221655368804932, + 0.5998564958572388, + 0.9637836217880249, + 0.036507442593574524, + -0.8440504670143127, + -0.12643086910247803, + -1.1977089643478394, + -1.1346921920776367, + 0.09554509818553925, + -0.7326434850692749, + 1.2121371030807495, + -0.9721323251724243, + 0.10119341313838959, + -1.2225886583328247, + -1.564713478088379, + 0.07561731338500977, + -0.7423096299171448, + 0.9966540336608887, + 0.2980094850063324, + 0.7911081314086914, + 1.320068359375, + -0.6498635411262512, + -0.21149630844593048, + 0.8345136642456055, + 0.4525744915008545, + 0.4664214253425598, + -0.59318608045578, + -0.4193880259990692, + 0.15215863287448883, + -0.5690128803253174, + 0.3226996660232544, + 0.20546939969062805, + -0.008258186280727386, + -0.8771496415138245, + -1.227306842803955, + -0.03679393231868744, + 0.5321334600448608, + -0.9614396095275879, + 0.22628852725028992, + 0.8360487818717957, + -1.1979756355285645, + 0.27442094683647156, + -0.3449440002441406, + 0.47488123178482056, + -1.265141248703003, + 0.42763829231262207, + 0.22719380259513855, + 0.17524544894695282, + 0.8281771540641785, + 0.5358161330223083, + 1.274943232536316, + -0.2688467502593994, + -0.021193359047174454, + 1.1652308702468872, + 0.9609987735748291, + -0.07182139903306961, + -0.9153579473495483, + 1.2045968770980835, + -0.14580760896205902, + 0.9659718871116638, + 0.35571929812431335, + -0.3838159739971161, + 0.8602787852287292, + -0.08733901381492615, + 0.2729824185371399, + -0.5464814901351929, + 0.7306375503540039, + 0.39308664202690125, + -0.600548267364502, + -0.7537272572517395, + 0.6307961940765381, + 0.40920376777648926, + -1.194748044013977, + -0.13380149006843567, + 0.04499161243438721, + -0.7829770445823669, + -0.799131453037262, + -0.31429174542427063, + 0.15477944910526276, + -1.6696534156799316, + 0.023903921246528625, + 1.0957825183868408, + -0.7024084329605103, + -0.48324960470199585, + 1.3216606378555298, + 0.9842947721481323, + 0.12716147303581238, + -0.5747900009155273, + 0.6724509000778198, + -0.4822416305541992, + 0.21193832159042358, + -0.8984500169754028, + 0.6408178806304932, + -0.4413185119628906, + -1.0683929920196533, + 0.2911289632320404, + 1.5338512659072876, + 0.3014269173145294, + 1.174635887145996, + 0.6988554000854492, + 1.3427690267562866, + -0.015492203645408154, + 0.6180448532104492, + -1.421924352645874, + -0.4002653956413269, + 0.16032129526138306, + -0.49544984102249146, + -0.06449179351329803, + 0.7669405341148376 + ] + }, + { + "key": 12, + "name": "Joe Goldberg", + "type": "movie", + "media": "You", + "label": [ + "Controlling", + "Dedicated", + "Intense", + "Obsessive", + "Possessive" + ], + "embedding": [ + -0.2794777452945709, + -0.09439855813980103, + -1.1260275840759277, + -0.177479088306427, + -1.6436399221420288, + -0.3820725083351135, + 0.9190888404846191, + -0.08985928446054459, + -0.004980325698852539, + 0.24710987508296967, + -0.052995070815086365, + -0.48163947463035583, + -0.18148554861545563, + -0.04506049305200577, + 1.0556485652923584, + 0.25010302662849426, + -0.2725479006767273, + 0.11310620605945587, + -1.1249983310699463, + -0.5437632203102112, + -0.4115227162837982, + -0.6504928469657898, + 0.6462692022323608, + 0.7715179324150085, + -0.45502400398254395, + 0.33466076850891113, + 1.297680377960205, + 0.21660372614860535, + -0.4586077034473419, + 0.25683364272117615, + 0.5045532584190369, + -0.6156025528907776, + 0.18944427371025085, + -1.4894391298294067, + 0.2773517072200775, + 0.21055540442466736, + 0.19602376222610474, + -0.8125901222229004, + -1.618597388267517, + 1.5632480382919312, + 0.9427652955055237, + -0.8359610438346863, + 0.45528411865234375, + -0.30793437361717224, + 0.9572809934616089, + -1.0786556005477905, + -0.3419700264930725, + -0.2982986569404602, + -1.1401433944702148, + 0.5786096453666687, + -0.3833249509334564, + 0.15218815207481384, + 1.6615862846374512, + -0.31860145926475525, + 0.6215350031852722, + 0.6441947817802429, + -0.7927815914154053, + -1.9027574062347412, + -0.5244486331939697, + -1.4424591064453125, + -1.4066742658615112, + 0.15067239105701447, + -0.6067581176757812, + 0.46837306022644043, + 1.0458656549453735, + 1.8595948219299316, + 0.5270257592201233, + 1.065767765045166, + 0.4257296323776245, + -0.4597482979297638, + -0.341002494096756, + 0.8983957171440125, + 0.5303086042404175, + 0.36767324805259705, + -2.3063628673553467, + 0.8954916000366211, + 1.2173930406570435, + -1.116882562637329, + 0.573498010635376, + 1.1346874237060547, + -0.21492446959018707, + -0.416423499584198, + 0.1518150120973587, + 0.3474816381931305, + -1.21708345413208, + 0.8914477229118347, + -0.021446574479341507, + -0.4649825096130371, + -0.522337019443512, + -0.3235086500644684, + -0.3158247172832489, + -0.3229352831840515, + -0.08356629312038422, + -0.7453753352165222, + -0.2752649784088135, + 0.12145908176898956, + -0.04403780773282051, + 0.005765557289123535, + 0.6629102230072021, + 0.6035016179084778, + 0.44388145208358765, + -0.6729129552841187, + -0.06773728132247925, + -0.09620632976293564, + -0.7463894486427307, + -1.1215167045593262, + 0.6356656551361084, + 1.3468765020370483, + -0.22684776782989502, + 0.02718023955821991, + 0.13442742824554443, + 0.7471885681152344, + 0.14965206384658813, + 0.6580447554588318, + 0.3651336431503296, + -0.5674037337303162, + -0.12360703200101852, + -0.8578120470046997, + 0.22726044058799744, + -0.5042340755462646, + 1.0735563039779663, + -0.15781745314598083, + 0.1573898047208786, + -0.4116036891937256, + 0.11781524121761322, + -0.5790631771087646, + -0.4772648215293884, + 0.16200660169124603, + -0.3513207733631134, + 0.08504249900579453, + 1.335873007774353, + 0.8394774198532104, + -0.7309930324554443, + -0.5608260631561279, + -1.2811933755874634, + -0.40520158410072327, + -0.013724315911531448, + 1.7055612802505493, + -0.9118013381958008, + -0.9919285178184509, + 0.5423746109008789, + 1.4301574230194092, + 0.8924496173858643, + -0.9580586552619934, + 0.32159122824668884, + -1.7082271575927734, + 0.36793261766433716, + 0.6514762043952942, + 0.5753254294395447, + -0.24777817726135254, + 0.09694691002368927, + 0.18873170018196106, + 1.3917665481567383, + 1.21040940284729, + 1.8706490993499756, + -1.362241268157959, + -1.5922802686691284, + 1.591546654701233, + 1.6261943578720093, + 0.08701533824205399, + -0.6154468059539795, + -0.4460429549217224, + 0.49689966440200806, + 0.14267142117023468, + 0.17833107709884644, + 0.10716469585895538, + 0.9965276718139648, + 1.6832695007324219, + 0.5785549283027649, + -0.3718654215335846, + -0.014064788818359375, + -1.0640355348587036, + 0.7063290476799011, + 0.7696914076805115, + -0.21005839109420776, + 0.47655218839645386, + 1.3946740627288818, + 0.41630420088768005, + -0.4304077923297882, + -1.1811416149139404, + -0.33022621273994446, + 0.7774946689605713, + -0.3985669016838074, + -1.3651903867721558, + -0.305001825094223, + -0.4511224031448364, + -0.23285861313343048, + -0.2176545113325119, + 0.34764787554740906, + 1.801526427268982, + -0.16866134107112885, + -0.5603198409080505, + 0.28777486085891724, + -0.36861589550971985, + 0.38380196690559387, + 0.11692073941230774, + -0.22550304234027863, + -0.8596850037574768, + 0.7653253674507141, + -1.147986650466919, + 0.8462000489234924, + 1.035402774810791, + 1.5442789793014526, + -1.1660796403884888, + -0.6513891816139221, + 0.2596481740474701, + -0.32578742504119873, + -0.96990567445755, + 1.2324382066726685, + -0.22389830648899078, + 0.31834155321121216, + 0.39332568645477295, + -0.046013012528419495, + -0.9651086926460266, + -1.4380056858062744, + -0.5902168154716492, + 0.7089793682098389, + 0.5968549847602844, + -0.21643297374248505, + -0.49987611174583435, + -0.7411777377128601, + 2.1443145275115967, + 0.39009395241737366, + 0.40385693311691284, + 0.008517444133758545, + 1.088240146636963, + 0.5163824558258057, + 2.032090902328491, + 1.2802743911743164, + 0.28936493396759033, + -0.1884150505065918, + -1.021791696548462, + -0.8056223392486572, + 0.1425457000732422, + 0.06491436064243317, + 0.14403961598873138, + -0.552858829498291, + 0.7379816174507141, + 1.3904699087142944, + -0.16139307618141174, + -0.3400164246559143, + -1.226206660270691, + 0.7042563557624817, + -0.4939081072807312, + -0.9015815258026123, + -0.024540433660149574, + 0.6873466968536377, + -0.26493918895721436, + -0.4143531322479248, + 0.21156948804855347, + 0.05587131530046463, + 0.5784119367599487, + -1.1216603517532349, + -0.16262777149677277, + 0.8339284658432007, + 0.30990728735923767, + 0.4397048056125641, + -0.07766375690698624, + -1.0277001857757568, + -0.3947605490684509, + 0.2540794312953949, + 1.8813096284866333, + 0.2653351128101349, + 0.5345020890235901, + 0.5719408392906189, + -0.8935757875442505, + 1.0352978706359863, + -0.42783692479133606, + 0.6702854633331299, + 0.48480063676834106, + 0.2592449188232422, + -0.3906548321247101, + 0.3415946662425995, + -0.7578091621398926, + -0.36546629667282104, + 0.17488442361354828, + -0.888601541519165, + -0.06499391794204712, + 1.058335304260254, + 0.46533632278442383, + 0.5893058180809021, + 0.5194410085678101, + 0.45414477586746216, + -0.7057745456695557, + 2.1397573947906494, + -0.3049660623073578, + -1.0324573516845703, + -1.3511872291564941, + -0.32823964953422546, + -1.7375556230545044, + -0.034552570432424545, + 0.2569320797920227, + 2.076183795928955, + 0.20843030512332916, + -1.9793152809143066, + -0.22474069893360138, + -1.6558871269226074, + -3.621560573577881, + 0.7825403809547424, + 0.03996673971414566, + 0.4212704002857208, + 0.6671445369720459, + -0.239663764834404, + -1.091744065284729, + 0.4208512604236603, + -1.0670256614685059, + -0.12609882652759552, + 0.7788143754005432, + -1.5652635097503662, + -0.0033598504960536957, + 0.18002824485301971, + 0.24129945039749146, + -1.161540150642395, + 0.420043408870697, + -0.09125199168920517, + -0.3302922546863556, + -0.9973369240760803, + 0.3617990016937256, + -0.6624733209609985, + 1.582685112953186, + 0.8852165937423706, + -0.20336592197418213, + 1.2811906337738037, + 1.3320257663726807, + -0.6415639519691467, + -1.5677974224090576, + -1.467112421989441, + -0.8795240521430969, + -0.16974332928657532, + -0.44079628586769104, + 0.992967963218689, + -0.1549849957227707, + 0.9765029549598694, + 0.6678264737129211, + 0.04200378805398941, + 1.3241541385650635, + -0.42742934823036194, + 1.2179436683654785, + 0.38991397619247437, + -0.48442915081977844, + 1.3813145160675049, + -0.20483258366584778, + 0.0032198454719036818, + 0.14434374868869781, + 0.5226569771766663, + 0.233972430229187, + -0.19963814318180084, + 0.725854754447937, + -0.06352357566356659, + 0.32089895009994507, + 0.37228792905807495, + -0.4672784209251404, + -0.5446919202804565, + -0.5188047885894775, + 0.26033660769462585, + -0.8024858832359314, + 0.2704908549785614, + -1.50954270362854, + -1.4341027736663818, + 0.4347693622112274, + 0.14939451217651367, + 0.05321640521287918, + -0.4158761501312256, + -0.21299947798252106, + -0.1775626540184021, + 1.0643666982650757, + -0.1851714700460434, + 0.7237101197242737, + -0.6139450669288635, + -0.013923639431595802, + 0.3047463893890381, + -0.09504662454128265, + 0.32017797231674194, + -0.214190274477005, + -0.7263068556785583, + -0.7149014472961426, + -1.9360737800598145, + -0.538842499256134, + 0.885504424571991, + -0.004228895530104637, + 0.9968952536582947, + -0.3715989887714386, + -0.8968296647071838, + 0.6853249669075012, + 1.0497647523880005, + 0.21062220633029938, + 5.803778171539307, + -0.48824161291122437, + 0.44416624307632446, + -0.3872915804386139, + 0.5496655106544495, + 0.609463632106781, + -1.095636248588562, + 1.0633206367492676, + -1.0030503273010254, + -0.3122446537017822, + 0.28167101740837097, + 0.9057586789131165, + -0.2861972451210022, + 0.5362222194671631, + -0.012325268238782883, + 1.4945935010910034, + -0.48982447385787964, + -1.1152698993682861, + 1.8493659496307373, + -1.292303204536438, + 0.36157986521720886, + -0.20857909321784973, + 0.7745440602302551, + -0.7770469784736633, + -0.37125253677368164, + -1.9687309265136719, + 0.563586413860321, + 0.6600592732429504, + -0.5995649099349976, + 0.5764973163604736, + 0.42916783690452576, + 0.5620598793029785, + 1.1416600942611694, + -0.4457453489303589, + -0.6504849791526794, + 0.3175674378871918, + -0.9409680962562561, + -0.18600907921791077, + -0.07238993048667908, + 0.6697574257850647, + -1.6381125450134277, + -0.6042600274085999, + -1.8011654615402222, + -0.10698068141937256, + 1.0300523042678833, + 0.8135761022567749, + 0.08157341927289963, + -0.12546797096729279, + 0.3041192889213562, + -1.6337212324142456, + 1.2973366975784302, + -1.1036005020141602, + 0.25709834694862366, + -0.0487729087471962, + 1.1753913164138794, + -0.7888281345367432, + -0.7090622186660767, + -0.23388148844242096, + -0.4749816358089447, + 1.9173784255981445, + 1.2793819904327393, + 1.0596956014633179, + -2.6013247966766357, + 0.5914732813835144, + 1.0283832550048828, + 1.0098727941513062, + -0.23726724088191986, + 0.3737144470214844, + 0.6482783555984497, + -0.024932384490966797, + 1.2135591506958008, + 0.5590499639511108, + -0.01970326527953148, + 0.2985234558582306, + 0.14795926213264465, + 0.3163118362426758, + -0.009146984666585922, + 0.17905668914318085, + 0.2540190815925598, + -0.16636282205581665, + 0.5221756100654602, + -1.2679243087768555, + -0.3462809920310974, + -0.9672197699546814, + 1.060585856437683, + 0.2538726329803467, + -0.005458761006593704, + 1.3853614330291748, + -0.7038589119911194, + -0.18729892373085022, + -1.2361434698104858, + 0.17442253232002258, + -1.3041105270385742, + 0.4026325047016144, + -0.919373095035553, + -0.5249800086021423, + 0.9751005172729492, + 0.07355862855911255, + -1.3838977813720703, + 0.022031694650650024, + 0.08159463852643967, + -0.5910821557044983, + -0.21236750483512878, + -0.2980966866016388, + 0.03444470837712288, + -1.5360002517700195, + -0.9356406331062317, + -0.32506999373435974, + -0.8528568744659424, + -0.08573879301548004, + 0.7010958790779114, + 0.9384605288505554, + -0.5694783926010132, + -0.5694339871406555, + 0.3319545090198517, + 0.41863614320755005, + -0.5282105803489685, + 0.7237009406089783, + 0.06950853765010834, + 0.3736158013343811, + -0.4767281711101532, + 0.2848498821258545, + -0.6956625580787659, + -0.519530713558197, + -0.6524582505226135, + -2.5361294746398926, + 0.1795947253704071, + 0.48991766571998596, + -0.5869964957237244, + 0.6142055988311768, + -0.43926748633384705, + -0.23740366101264954, + 1.2864865064620972, + 0.2750582993030548, + 1.48959219455719, + -0.6482155323028564, + 1.8887079954147339, + 0.1544901579618454, + 0.8720363974571228, + 0.5455766916275024, + -0.026954103261232376, + -0.5982988476753235, + -0.5713716149330139, + 1.0399363040924072, + 1.367425799369812, + -0.17798054218292236, + -0.18331025540828705, + -0.6646459102630615, + -0.04519415274262428, + 1.074222445487976, + 0.6892544031143188, + 0.3057922124862671, + 0.10329630225896835, + -1.1010268926620483, + 0.13283699750900269, + -0.8926920294761658, + -0.47378668189048767, + -0.6787042617797852, + -1.2910733222961426, + -1.0997393131256104, + 0.4607841372489929, + 0.4088996648788452, + -0.2636871933937073, + 0.9877762794494629, + -1.0545780658721924, + 0.1943664848804474, + 0.7754597663879395, + 1.136730670928955, + -0.26251232624053955, + -0.23657144606113434, + -0.13724026083946228, + 0.034909315407276154, + -0.4917716383934021, + -0.20099438726902008, + -0.08146744221448898, + -0.2306462526321411, + -0.21928076446056366, + -0.9991415143013, + 0.2198544442653656, + -1.1017132997512817, + 0.6252277493476868, + -1.4512221813201904, + -1.1043038368225098, + -0.14415518939495087, + 1.6732220649719238, + -0.1385650336742401, + 0.31511738896369934, + -0.509177565574646, + 0.0005421098321676254, + -0.6368162631988525, + -0.02145007625222206, + 2.40641188621521, + 0.3143949508666992, + -0.2414597123861313, + 0.40574437379837036, + 1.255903720855713, + 0.5360991358757019, + -0.07890469580888748, + 0.4948311448097229, + -0.20330093801021576, + -0.002391587942838669, + -0.6472479701042175, + 0.1003507673740387, + -1.0462664365768433, + 0.45213934779167175, + 0.4344823360443115, + -0.4580773711204529, + 0.21855826675891876, + -0.02237512916326523, + -0.8739748597145081, + -0.0574069619178772, + -0.026118846610188484, + -0.7344875931739807, + -0.018985457718372345, + -0.810822069644928, + -0.2694588899612427, + 0.6541750431060791, + -0.013229072093963623, + -1.3373024463653564, + -0.03465387225151062, + 0.6583127975463867, + -0.3746695816516876, + 0.18958477675914764, + -1.0883103609085083, + -1.03555428981781, + -0.9662516713142395, + 0.3330095112323761, + -1.6008466482162476, + 0.37272748351097107, + 0.130764901638031, + 0.16848774254322052, + -0.8140654563903809, + -0.8109018802642822, + 0.17895235121250153, + -0.09969665110111237, + 0.2780250608921051, + 0.21414728462696075, + 1.0113765001296997, + 0.6180071830749512, + -1.2918521165847778, + -0.08305162191390991, + -1.9069844484329224, + -0.6694428324699402, + 1.6756260395050049, + -0.0343501940369606, + -0.3790178596973419, + -0.53472501039505, + -0.19742825627326965, + 1.8454760313034058, + 0.8324853777885437, + -0.08035308867692947, + -0.3782474398612976, + 0.9588450193405151, + -0.8812059760093689, + 0.14814139902591705, + -0.9942069053649902, + -0.2524358332157135, + -0.5534876585006714, + 0.39358729124069214, + -0.1830720603466034, + -0.6058235168457031, + 0.7209355235099792, + -0.4821620285511017, + -0.4095904231071472, + -2.274954080581665, + -1.2295539379119873, + 0.23093411326408386, + -0.26613783836364746, + -0.11136699467897415, + -1.4937310218811035, + -0.8040909171104431, + -0.0350898914039135, + -0.5760062336921692, + -1.0524985790252686, + 2.095900297164917, + -0.09159025549888611, + -0.20651592314243317, + -0.07421725988388062, + 0.4972516894340515, + 0.8387566208839417, + -0.6432991027832031, + 0.7739241123199463, + 0.2459608018398285, + 0.6721887588500977, + 0.4584141671657562, + -0.4371541142463684, + 1.5859473943710327, + 1.2823792695999146, + -0.3067020773887634, + -0.5723453164100647, + 0.8611689805984497, + -0.9098851084709167, + -1.291906476020813, + 0.11727112531661987, + -0.40774476528167725, + -0.7742336392402649, + -0.2450292706489563, + 0.833653450012207, + 0.0267367884516716, + -0.2281312644481659, + -0.18383967876434326, + 0.6579286456108093, + -1.0948600769042969, + -0.3894749879837036, + 0.25785040855407715, + -1.025512456893921, + 1.3816734552383423, + -0.8244850039482117, + 0.19292397797107697, + 0.8919260501861572, + 0.3372521996498108, + -0.09667523950338364, + 0.33082130551338196, + 0.01488514244556427, + 0.7255395650863647, + 0.1018674224615097, + -0.08764342963695526, + -0.4823410212993622, + 0.4459013342857361, + -0.42816996574401855, + -0.7820873856544495, + 0.6917135715484619, + -0.359655499458313, + 0.12859459221363068, + -0.6721444129943848, + 0.27204275131225586, + 0.6317768096923828, + -0.3155943751335144, + -0.08831169456243515, + -0.5202123522758484, + -0.2316884696483612, + -1.1321516036987305, + -0.7867083549499512, + 0.13733907043933868, + 0.6389009952545166, + 1.1832116842269897, + 0.00851762667298317, + 0.43101766705513, + 1.2202787399291992, + 0.8975185751914978, + 0.7406736016273499, + -1.1269513368606567, + 0.23342496156692505, + -0.9095037579536438, + 0.07381153851747513, + 0.24382232129573822, + -0.23776370286941528, + -0.1276303380727768, + -0.31929558515548706, + 0.13301989436149597, + -0.15929098427295685, + -0.7366763353347778, + 0.13484320044517517, + -1.3008588552474976, + 0.5518168807029724, + 0.4482724368572235, + -1.2123769521713257, + 0.664013147354126, + 0.8927981853485107, + -0.6333164572715759, + -0.461489200592041, + -0.6050440669059753, + -0.14450384676456451, + -0.42002540826797485, + -0.546486496925354, + 1.3887344598770142, + 0.2427542358636856, + -1.5163776874542236, + 1.35696280002594, + 0.10432922840118408, + -0.9157387018203735, + -1.5274184942245483, + 0.7907833456993103, + 0.5617536902427673, + -1.0973213911056519, + 1.0396771430969238, + -0.11311640590429306, + -0.5924795866012573, + -0.41654661297798157, + -0.2492862045764923, + -0.5025945901870728, + -0.07801748067140579, + -0.08626049757003784, + 0.02942955493927002, + 0.35824668407440186, + -0.8362764120101929, + -1.3250876665115356, + 0.5613968372344971, + 0.27390968799591064, + 0.05835297703742981, + -0.670549750328064, + -0.010248284786939621, + -1.3150641918182373, + 0.8714597225189209, + -4.632575511932373, + 0.017911553382873535, + -0.380962997674942, + -0.7190610766410828, + -0.854935348033905, + 0.3138566017150879, + -0.6081640124320984, + -1.3988906145095825, + -0.31617844104766846, + 0.00025471393018960953, + -1.3140904903411865, + -0.5676759481430054, + -0.5375677347183228, + -0.7630541920661926, + 0.10871826857328415, + 1.4907108545303345, + 0.3436969816684723, + -1.3384790420532227, + 0.3848452866077423, + 1.6746251583099365, + -0.5151696801185608, + 0.28979891538619995, + 1.877115249633789, + 0.33552446961402893, + -0.036866627633571625, + -1.2655816078186035, + -0.6653528809547424, + 0.47926682233810425, + -1.2456532716751099, + -0.7907599210739136, + 0.19894984364509583, + -1.626977562904358, + 1.3975110054016113, + 2.0534210205078125, + 1.3551515340805054, + 1.1117087602615356, + 0.2779574692249298, + -0.3514256775379181, + -0.6893568634986877, + 0.12225461006164551, + 0.41132158041000366, + -0.16734106838703156, + -0.09610478579998016, + -0.6914492845535278, + 0.361987441778183, + 0.4462539255619049, + 0.9867472648620605, + -0.35872045159339905, + -0.08418967574834824, + 0.11191349476575851, + 0.4453100562095642, + 0.8387613892555237, + 0.032861001789569855, + 1.6716138124465942, + 0.5913168787956238, + -0.7382065653800964, + -0.38385021686553955, + 0.6447728872299194, + -0.17278891801834106, + 1.2724288702011108, + -0.2674897015094757, + -0.29171305894851685, + -1.0815473794937134, + -1.6788430213928223, + -0.6400815844535828, + 0.5559529662132263, + -1.5159497261047363, + -0.35528963804244995, + -0.5064504146575928, + 0.5730888843536377, + -0.15133048593997955, + -1.0737115144729614, + 0.6162236928939819, + -0.46849238872528076, + 0.9048782587051392, + 0.43412160873413086, + 0.9579461216926575, + -0.24071630835533142, + -1.2006423473358154, + -1.1655441522598267, + -1.7064217329025269, + -0.7993865013122559, + 0.13491669297218323, + -0.41671985387802124, + 1.0460054874420166, + 0.13315318524837494, + -0.29790306091308594, + 0.41574469208717346, + -1.145368218421936, + 0.4276655912399292, + -1.0747549533843994, + -1.1066747903823853, + 0.6885587573051453, + -0.3073072135448456, + -1.263749361038208, + 0.7386751770973206, + 0.16784536838531494, + 0.22772271931171417, + -0.5897473096847534, + -0.2774672508239746, + -0.5849353671073914, + -1.1686079502105713, + 0.16048355400562286, + -1.1663222312927246, + -0.563278079032898, + 0.749650239944458, + 0.7892339825630188, + -0.4635758101940155, + 0.18107375502586365, + -0.253396213054657, + -0.030624886974692345, + -0.5405085682868958, + -0.31884220242500305, + 0.9217460751533508, + -0.6778275966644287, + 0.0227960292249918, + 0.7141785025596619, + -0.23731902241706848, + 0.3109067380428314, + 0.6497856378555298, + 0.14740978181362152, + 0.11096686124801636, + 0.33738988637924194, + -1.3805890083312988, + -0.2611619234085083, + 1.093981146812439, + 1.5610716342926025, + 0.9274659156799316, + 0.8315005302429199, + -0.506838321685791, + 1.1855900287628174, + -1.558674693107605, + 0.11165022850036621, + -0.005305083468556404, + 0.493321031332016, + -0.6136860251426697, + 0.7914201021194458, + 1.3835231065750122, + -0.17389439046382904, + -1.2605557441711426, + -0.5322794318199158, + -0.5218867063522339, + -0.9392040371894836, + -0.1862454116344452, + 0.09654529392719269, + -0.0669456273317337, + -0.9763305187225342, + 1.1772732734680176, + -1.6392117738723755, + -1.1780507564544678, + -0.5519667267799377, + -0.05237358808517456, + 1.0487126111984253, + 0.39486363530158997, + 0.9300374984741211, + 1.2357263565063477, + -0.4221895933151245, + -0.05459802597761154, + 1.1141493320465088, + 0.026908710598945618, + 0.2705458104610443, + 0.28412577509880066, + -0.4514460861682892, + -0.23770132660865784, + -0.452388733625412, + 0.6414908170700073, + -0.237077534198761, + -0.0312192402780056, + -1.4785889387130737, + -0.6541747450828552, + 0.40748944878578186, + 0.7047348618507385, + -0.6141327619552612, + 0.5814952254295349, + 0.8399262428283691, + -0.800889790058136, + 0.2971971035003662, + 0.39539971947669983, + -0.05323079228401184, + -1.3851549625396729, + 0.5378325581550598, + 0.003514127805829048, + 0.24016880989074707, + 0.1988849639892578, + 0.1460135132074356, + 0.8803980350494385, + -0.5756483674049377, + 0.3438805341720581, + 0.5824632048606873, + 0.6479765772819519, + 1.0856810808181763, + -0.33034029603004456, + 1.0593403577804565, + -0.26181620359420776, + 1.1602017879486084, + 0.9328069686889648, + -0.18139320611953735, + 0.8941645622253418, + 0.2461819350719452, + 0.33868545293807983, + 0.2511044144630432, + 0.2925826907157898, + 0.07148221135139465, + -1.1407110691070557, + -1.5480339527130127, + 0.1400344967842102, + 0.527466893196106, + 0.09976650774478912, + -0.2717832326889038, + -0.2766810655593872, + -1.3748847246170044, + -0.27684417366981506, + -0.6089068055152893, + 0.30120405554771423, + -0.8674398064613342, + -0.7519531846046448, + 0.913841724395752, + -0.023749785497784615, + -0.5166929364204407, + 0.34602561593055725, + 0.8153656125068665, + 0.5307559967041016, + -1.1899731159210205, + -0.27167659997940063, + -0.7921703457832336, + 0.022745512425899506, + 0.31761035323143005, + 0.19597506523132324, + -0.7833255529403687, + -0.3322829604148865, + 0.6994544863700867, + 1.43413507938385, + 0.3153872489929199, + 0.9139402508735657, + 1.1100239753723145, + -0.09972327202558517, + -0.1317032277584076, + 0.6009299755096436, + -1.587039589881897, + 0.049063026905059814, + 1.5250048637390137, + 0.1589445173740387, + -0.04032765328884125, + 0.9255164861679077 + ] + }, + { + "key": 13, + "name": "Marilyn Monroe", + "type": "movie", + "media": "Blonde", + "label": [ + "Emotional", + "Passionate", + "Romantic", + "Sensual", + "Vulnerable" + ], + "embedding": [ + -0.4468565285205841, + 0.18641695380210876, + 0.018102802336215973, + -0.21443411707878113, + -1.0818758010864258, + -0.9439477920532227, + 0.7940338850021362, + -0.23888260126113892, + -0.7216002941131592, + -0.23999476432800293, + 0.09450089931488037, + -0.03945544362068176, + -0.8846684694290161, + -0.7099126577377319, + 1.9100569486618042, + 1.0458542108535767, + 0.5347225666046143, + 0.2824610471725464, + -0.5041768550872803, + -0.21100620925426483, + -0.782520055770874, + 0.6868687272071838, + -0.8183022737503052, + -0.07791182398796082, + -1.3199963569641113, + -0.03017142042517662, + 0.5369463562965393, + -0.5391659140586853, + -1.4149301052093506, + 0.9997847080230713, + 0.6448715329170227, + -1.090477705001831, + -0.14928355813026428, + -1.25503408908844, + -0.49336153268814087, + -0.5023963451385498, + -1.0133295059204102, + 0.5035862326622009, + -1.2686045169830322, + 1.0775980949401855, + 0.8063651919364929, + -1.4757074117660522, + 1.122084140777588, + -0.5850836038589478, + 0.5732725858688354, + -0.5931684970855713, + -0.3733082711696625, + -0.5798655152320862, + -0.39850911498069763, + -0.17065514624118805, + -1.3578686714172363, + 0.5232046842575073, + 0.9676023721694946, + -0.5558862686157227, + 0.5474838614463806, + 0.11367382109165192, + 0.34147539734840393, + -0.992781400680542, + -1.9932290315628052, + -1.8245317935943604, + -1.541513442993164, + 0.08758886158466339, + 0.026293739676475525, + -0.15415705740451813, + 0.5902070999145508, + 1.8433374166488647, + 0.3711968660354614, + 0.49801337718963623, + 0.5289260149002075, + -0.9683805108070374, + -0.40374404191970825, + 0.46826374530792236, + -0.7669209241867065, + 0.5090984106063843, + -1.6148465871810913, + 0.20144131779670715, + 0.6980600357055664, + -0.24648311734199524, + 0.10189315676689148, + 0.7131574153900146, + 0.000271105847787112, + 0.6659096479415894, + 0.43768712878227234, + 0.33748120069503784, + -0.40926608443260193, + 1.641220211982727, + -0.012843186035752296, + -0.33673596382141113, + -0.052044350653886795, + -1.213980793952942, + -0.37353652715682983, + 0.9372626543045044, + -0.02868950180709362, + -0.5693227052688599, + -0.3081006705760956, + 0.9768374562263489, + -0.7592084407806396, + 0.09774309396743774, + 1.2846510410308838, + 0.8308641314506531, + 0.06927140057086945, + -0.30039405822753906, + -0.9059064388275146, + -0.1991567611694336, + -0.15340131521224976, + -0.19469989836215973, + 0.540266752243042, + 0.8092646598815918, + 0.1449478566646576, + 0.07455621659755707, + 0.40495264530181885, + -0.05177871137857437, + -0.003134598955512047, + 0.9264348745346069, + 0.3542288541793823, + -0.10042819380760193, + 0.35775646567344666, + 0.16577064990997314, + -0.05154307559132576, + -0.16997061669826508, + -0.1824530065059662, + -0.2507041096687317, + -0.7327736020088196, + -0.49685001373291016, + -0.17404480278491974, + -0.2725870609283447, + -0.9419065117835999, + 0.7427749037742615, + -0.7062357664108276, + 1.2828450202941895, + 1.7928944826126099, + 0.20424875617027283, + -0.2548818588256836, + -0.4426427483558655, + -0.14788953959941864, + -0.2345699965953827, + -0.3975370228290558, + 0.823886513710022, + 0.8435112833976746, + -0.9641470313072205, + 0.7389652132987976, + 1.2616537809371948, + -0.01619725301861763, + -0.6405175924301147, + 0.8843823075294495, + -2.446739673614502, + 0.938447892665863, + 0.4479663372039795, + 0.19375407695770264, + 0.14543044567108154, + 0.9885481595993042, + -0.6420446634292603, + 1.7753256559371948, + 0.40649300813674927, + 0.08546459674835205, + -0.6791074872016907, + -0.5821022987365723, + 0.5045384764671326, + 1.3974847793579102, + -0.576817512512207, + 0.2752591669559479, + -0.43604403734207153, + -1.11532723903656, + 0.3046377897262573, + 0.3600660264492035, + 0.012165986001491547, + 0.9758411645889282, + 0.7089186906814575, + -0.19689366221427917, + -0.33988291025161743, + 0.7075335383415222, + -1.9110511541366577, + 0.0541958212852478, + 0.2417788803577423, + 0.40984904766082764, + 0.19414767622947693, + 1.8812141418457031, + 0.25071829557418823, + 1.1457279920578003, + -1.421112060546875, + -0.13896077871322632, + 0.7955705523490906, + -0.6146866083145142, + 0.22888705134391785, + -0.560172438621521, + -0.21585167944431305, + -0.4817750155925751, + -0.4403271973133087, + -0.021315596997737885, + 0.9564597606658936, + 0.6335381865501404, + -1.1366286277770996, + -0.5469751358032227, + -0.5239015221595764, + 1.248017430305481, + -0.7100070118904114, + 0.5544416308403015, + -1.1551066637039185, + 0.12852105498313904, + -1.4633657932281494, + -0.01851315051317215, + 0.5814331769943237, + 0.7683253884315491, + -0.8633332252502441, + -1.1900877952575684, + 0.15853005647659302, + -0.26252681016921997, + -0.7982490658760071, + 1.360275387763977, + -0.9367289543151855, + 0.3332480490207672, + -0.22858449816703796, + -0.5798325538635254, + -1.0053282976150513, + -1.4936870336532593, + -0.783588707447052, + 0.24504661560058594, + 0.5750672221183777, + -0.12052638828754425, + -0.3411029577255249, + -0.6860087513923645, + 0.7856913805007935, + 0.8637088537216187, + 0.3588835597038269, + 0.3966485261917114, + 1.2974661588668823, + 0.2600225806236267, + 1.9195913076400757, + 0.5518960952758789, + 0.5508645176887512, + -0.2198556512594223, + 0.29681336879730225, + 0.5913352966308594, + -0.039824411273002625, + 0.4841530919075012, + -0.005971741862595081, + -1.3037654161453247, + 0.4539714455604553, + 0.8783628344535828, + -0.04574889689683914, + 0.1719626784324646, + -1.353494644165039, + 1.3707520961761475, + -0.8618671298027039, + -0.9946458339691162, + 0.8842275738716125, + 1.3126875162124634, + 0.012926551513373852, + -0.5005050897598267, + -0.35109928250312805, + 0.11085456609725952, + -0.2682086229324341, + -1.099523901939392, + -1.0627635717391968, + 0.46219366788864136, + 0.09994831681251526, + 0.1138659119606018, + -0.03628411516547203, + -0.3859684467315674, + 0.437864750623703, + 0.18677741289138794, + 1.4581093788146973, + 0.319454163312912, + 0.6555742025375366, + 0.4808626174926758, + 0.015120670199394226, + 0.2768070101737976, + -0.17402337491512299, + 0.9831240177154541, + -0.16987000405788422, + 0.11223601549863815, + 0.2675887644290924, + 0.7710784673690796, + -0.5082967281341553, + -0.12234105914831161, + 0.7458075284957886, + -1.064031720161438, + 0.207174152135849, + 0.8420083522796631, + 0.6223703622817993, + 0.9199627637863159, + 1.5996146202087402, + -0.642168402671814, + -0.10522114485502243, + 1.9527301788330078, + -0.952076256275177, + 0.018999755382537842, + -0.1557241678237915, + 0.8567856550216675, + -1.5653941631317139, + 0.5424789786338806, + 0.08654201030731201, + 1.8642821311950684, + 0.007885325700044632, + -1.5427757501602173, + -0.22039683163166046, + -0.6192580461502075, + -3.583400249481201, + 0.13881824910640717, + -0.9392476081848145, + 0.2897826135158539, + 0.12905430793762207, + 0.2711746394634247, + -1.640326738357544, + -0.18016378581523895, + -0.6859550476074219, + -0.25292783975601196, + 0.35647085309028625, + -1.3161797523498535, + -0.15515932440757751, + 0.37979039549827576, + -0.3266147971153259, + -1.0888272523880005, + 0.09092102944850922, + 0.3686496615409851, + 0.5582475066184998, + -0.9084905982017517, + 0.12511186301708221, + 0.0017530247569084167, + 0.9036439061164856, + 1.0527864694595337, + -0.1584804505109787, + 0.01290917955338955, + 1.0128189325332642, + 0.00889410451054573, + -1.562800645828247, + -0.4907014071941376, + -1.037067174911499, + 0.6946051120758057, + -0.4794481694698334, + 1.129801630973816, + 0.31009408831596375, + 1.183864712715149, + -0.29717862606048584, + 0.30073317885398865, + 1.1979315280914307, + -0.437767893075943, + 1.6465122699737549, + 0.9062814116477966, + -0.5645533204078674, + -0.13496744632720947, + -0.5038242936134338, + 0.11927708983421326, + -0.26093316078186035, + 0.7970309257507324, + -0.662527859210968, + -1.3166435956954956, + 0.16767765581607819, + -0.4429490566253662, + -0.5251743197441101, + -0.08044010400772095, + -1.1874048709869385, + -0.04890511929988861, + -1.52379310131073, + -0.40000420808792114, + 0.6795071363449097, + 0.5053863525390625, + -1.2728887796401978, + -1.6421146392822266, + 0.41883113980293274, + -0.9534903764724731, + -1.0262383222579956, + -0.20285406708717346, + -0.05681801587343216, + -0.041886601597070694, + 1.272520899772644, + -0.2486366331577301, + 0.16960246860980988, + 0.5133150219917297, + 0.5327672958374023, + -0.5481019616127014, + -0.386893093585968, + 0.06022481247782707, + 0.03254542127251625, + 0.2358211874961853, + -0.5986169576644897, + -1.0922998189926147, + -0.13932597637176514, + 0.6650976538658142, + -0.04573958367109299, + 1.0217018127441406, + -0.5707756280899048, + -1.3307641744613647, + 1.3898131847381592, + 0.0703144446015358, + 0.4077101945877075, + 5.991342544555664, + -0.13280925154685974, + 0.3883739709854126, + 1.269776463508606, + 1.4979135990142822, + -1.2426176071166992, + 0.04225458204746246, + 0.14977988600730896, + -0.5849177241325378, + -0.03577775880694389, + 0.31682828068733215, + 1.5250635147094727, + -0.10625725984573364, + 0.09755274653434753, + 0.11992049217224121, + 1.8067851066589355, + -1.1056621074676514, + -0.22885149717330933, + 1.3884530067443848, + -0.19542208313941956, + -0.03778140991926193, + 0.26765474677085876, + 0.5589059591293335, + -0.025453269481658936, + -1.002396583557129, + -0.5047197341918945, + -0.06923452019691467, + 0.9005128145217896, + -1.1528832912445068, + 0.5386587977409363, + -0.4218921363353729, + 0.7076114416122437, + 1.9630976915359497, + 0.738615870475769, + 0.1638835370540619, + 0.048867613077163696, + -1.0983322858810425, + -0.6904776096343994, + -1.1505587100982666, + 1.2863308191299438, + -0.6198064684867859, + -0.5697965621948242, + -0.9363353848457336, + -0.17905254662036896, + 0.34642893075942993, + 0.40298569202423096, + 0.07450287789106369, + -0.9004195332527161, + 0.4094584286212921, + -0.723577082157135, + -0.11343112587928772, + -1.1525156497955322, + 0.38597846031188965, + -0.055677201598882675, + 1.7874337434768677, + 0.22250765562057495, + -0.6585627198219299, + 0.26026856899261475, + 0.19622525572776794, + 2.45668888092041, + 0.8310490250587463, + 0.543457567691803, + -2.9274206161499023, + 0.5424341559410095, + 0.25505751371383667, + 1.6732689142227173, + -0.10392821580171585, + 0.22757747769355774, + -0.5662532448768616, + 0.90756756067276, + -0.5080263018608093, + 1.070745587348938, + 0.6184711456298828, + 0.5385302305221558, + -0.7613329887390137, + 0.00016218330711126328, + 0.35314705967903137, + 1.4704145193099976, + 0.4088839888572693, + -0.3010066747665405, + 0.5783973932266235, + -1.1527764797210693, + -0.10729268193244934, + 0.5361786484718323, + 1.0120755434036255, + 0.4956464171409607, + -0.3979550898075104, + 0.5429735779762268, + -0.6664474606513977, + -0.7174486517906189, + -0.8810520172119141, + -0.8275492191314697, + -0.6591172218322754, + -0.3909376859664917, + -0.5483886003494263, + -0.6053739786148071, + 1.28267240524292, + -1.15229332447052, + -1.4762181043624878, + 0.20426183938980103, + 0.43475955724716187, + -1.1075372695922852, + -0.05523496866226196, + -0.864146888256073, + 0.7803797125816345, + -0.49017518758773804, + -0.7328313589096069, + -0.18449048697948456, + -0.4013175964355469, + 0.3343905210494995, + -0.19172367453575134, + 0.05118261277675629, + 0.48182594776153564, + -0.5977518558502197, + 0.8593541979789734, + 0.3676719665527344, + 0.0601796880364418, + 0.21734802424907684, + 0.709962010383606, + 0.4819551110267639, + -0.3375502824783325, + -0.29549640417099, + -0.2924259901046753, + -1.1220732927322388, + -0.9390161633491516, + -2.384021043777466, + -0.2915947735309601, + 1.9043493270874023, + -0.6196337342262268, + 0.8035521507263184, + 0.4607900381088257, + -0.7493059635162354, + -0.27796512842178345, + 0.25473886728286743, + 2.4889495372772217, + -0.9208225607872009, + 0.7466561198234558, + 0.335640549659729, + -0.15127968788146973, + 0.21340277791023254, + 0.25119492411613464, + 0.28971439599990845, + -0.3657996654510498, + 0.17186176776885986, + 0.1524970531463623, + -0.10543571412563324, + -1.3598061800003052, + -0.865406334400177, + -0.4696395993232727, + 0.8327928781509399, + 0.2968762218952179, + 0.20852625370025635, + 0.3449631929397583, + -0.8013959527015686, + 0.5140534043312073, + -0.4897526502609253, + -0.8443100452423096, + -0.8302829265594482, + -1.564286708831787, + -1.1849251985549927, + -0.49688616394996643, + 0.5657787322998047, + 0.5519119501113892, + 1.3555800914764404, + -1.3738218545913696, + 0.7851758599281311, + 1.0050891637802124, + -0.08580762892961502, + -0.408856064081192, + -0.5045989751815796, + 0.09425999969244003, + -0.09318503737449646, + -0.7670716047286987, + 0.25535136461257935, + 0.41600459814071655, + -0.4398624300956726, + 0.5386831760406494, + -1.2705644369125366, + -0.9879679083824158, + -0.263642817735672, + 0.36303699016571045, + -1.3897584676742554, + -0.5551257729530334, + 0.6243670582771301, + 0.591974139213562, + 0.2729770839214325, + -0.020430468022823334, + -0.2362646609544754, + -0.9383404850959778, + -0.31031978130340576, + 0.21261385083198547, + 1.5098876953125, + 0.489940345287323, + -0.622511088848114, + 0.7380099892616272, + -0.381888210773468, + 0.6739099621772766, + 1.3091073036193848, + 0.11729568243026733, + -0.3731032907962799, + -0.47519195079803467, + -0.5356464982032776, + -0.23560068011283875, + -0.7762077450752258, + 0.7555393576622009, + -0.4512733221054077, + 0.2907015383243561, + 0.05254298821091652, + -0.35252657532691956, + -0.270041823387146, + 0.16863830387592316, + 0.6499735713005066, + -0.7903394103050232, + 0.07280532270669937, + -0.873493492603302, + -0.2255774438381195, + 1.3409010171890259, + -1.1747941970825195, + -1.9958643913269043, + -0.7035006284713745, + 0.34417980909347534, + 0.012641549110412598, + 0.664311408996582, + -0.729055643081665, + -0.7960428595542908, + -1.4878290891647339, + -0.17125645279884338, + -0.969135046005249, + -0.6326331496238708, + -0.4523041248321533, + -0.19211533665657043, + -0.26324155926704407, + -1.4512546062469482, + 0.9608147144317627, + -0.5216050148010254, + 0.29274266958236694, + -0.41617441177368164, + 1.323179841041565, + 0.3258002996444702, + -0.45168519020080566, + -0.9765897393226624, + -1.0050420761108398, + -0.4799996316432953, + 1.237583041191101, + -0.18508851528167725, + 0.389257550239563, + -0.8998070955276489, + -0.44967174530029297, + 1.9732258319854736, + 0.9338749051094055, + 0.26262298226356506, + 0.4050070345401764, + 0.3347419202327728, + -0.693935751914978, + 1.1550589799880981, + 0.2938724458217621, + -0.08111657947301865, + 0.11003666371107101, + -0.43772751092910767, + -0.8016384243965149, + -1.1444112062454224, + 0.5505369901657104, + -0.19441449642181396, + -0.34266653656959534, + -2.140148162841797, + -0.9346034526824951, + -0.39407482743263245, + -0.8716363906860352, + -0.6172252893447876, + -0.15624503791332245, + -0.5341554880142212, + -0.3556865155696869, + -0.7754367589950562, + -0.7995349764823914, + 1.255889654159546, + 0.18888762593269348, + -0.8775733709335327, + 0.6385846138000488, + 0.49609094858169556, + 1.3789281845092773, + -1.4287549257278442, + 1.7427555322647095, + -0.4566154181957245, + 0.3420262634754181, + 0.1696328967809677, + 0.8156327605247498, + 0.480159193277359, + -0.2837734818458557, + -0.005498036742210388, + -0.20987927913665771, + 1.8767807483673096, + 0.7999078631401062, + -1.0161081552505493, + 1.2104506492614746, + -0.39569011330604553, + 0.39366206526756287, + 0.23936478793621063, + 1.6366370916366577, + 0.12702181935310364, + -0.4821646213531494, + -0.2101978063583374, + 0.2931620180606842, + 0.05117686837911606, + 0.41534820199012756, + -0.58241206407547, + 0.11997854709625244, + 0.7176713943481445, + -1.0141960382461548, + 0.4465193450450897, + 0.7594799995422363, + -0.045702893286943436, + -0.8099830746650696, + 1.0167042016983032, + 0.18132321536540985, + 0.2502995729446411, + -1.256333827972412, + 0.5033825635910034, + 0.20786453783512115, + 0.40091994404792786, + -0.5816883444786072, + 0.07275180518627167, + 0.4663039445877075, + -0.7004857063293457, + 0.09122780710458755, + -1.311118483543396, + 0.5467702746391296, + 1.1741441488265991, + -0.562333881855011, + -0.5395069122314453, + 0.07049642503261566, + -0.261853963136673, + -1.9258131980895996, + -0.33872681856155396, + 0.5133262276649475, + 0.4683586359024048, + 1.8277026414871216, + 0.47377529740333557, + 0.4109927713871002, + -0.3951011002063751, + 0.845963716506958, + 0.639413595199585, + 0.12398795783519745, + 0.6951650381088257, + -0.46365994215011597, + -0.42538008093833923, + 0.603477954864502, + -0.054399967193603516, + 0.8604365587234497, + 0.37706300616264343, + -0.7277477979660034, + -0.3102206885814667, + 0.711448609828949, + -0.5582782030105591, + -1.4205783605575562, + 0.3805360198020935, + -0.08340056985616684, + -0.790184736251831, + 0.27324241399765015, + 0.05866452306509018, + 0.16015374660491943, + -0.9786782264709473, + 0.9949908256530762, + -0.6490265130996704, + -0.7171522974967957, + -0.4500300884246826, + 0.42217403650283813, + 0.23652386665344238, + -0.041181907057762146, + 0.21707683801651, + -0.4240705370903015, + -1.4530702829360962, + 0.2627290189266205, + -0.21056745946407318, + 1.2517821788787842, + -0.5684373378753662, + 1.4968305826187134, + -1.451193928718567, + -0.5304797887802124, + 0.3663264513015747, + 0.018018430098891258, + -0.4471381604671478, + 0.8323870897293091, + -0.24873831868171692, + -0.1696608066558838, + -0.13397416472434998, + 0.05595015734434128, + -1.3176835775375366, + 0.7801960706710815, + -0.482253760099411, + 1.3473782539367676, + 0.849418044090271, + -0.9397487640380859, + -0.953363299369812, + 0.21225030720233917, + -4.119915962219238, + -0.5819400548934937, + -0.3161793053150177, + -0.5454843640327454, + -0.7610426545143127, + 0.38023555278778076, + -1.4177205562591553, + -1.6691144704818726, + 0.83195561170578, + -0.27913424372673035, + -0.07009726762771606, + 1.0196208953857422, + -0.35139238834381104, + -0.9329738616943359, + 0.5949298739433289, + 1.2671362161636353, + 0.844315230846405, + -1.5776124000549316, + 0.10255186259746552, + 1.8748189210891724, + -0.043594539165496826, + 0.633864164352417, + 1.3085557222366333, + 0.4131454527378082, + -0.9433033466339111, + -1.1790804862976074, + -0.43445873260498047, + 0.6430420279502869, + -0.8357949256896973, + -0.6744788885116577, + -0.5929587483406067, + -0.8574327826499939, + 1.591194748878479, + 0.7439128756523132, + 1.7304894924163818, + -0.23989887535572052, + 0.3023734986782074, + 0.05696679651737213, + -1.0236574411392212, + 0.4262477457523346, + 1.0933457612991333, + -0.13372914493083954, + -0.7170668840408325, + 0.6844462156295776, + 0.6289314031600952, + 0.30946996808052063, + 0.3346438407897949, + -0.418169766664505, + 0.11108841001987457, + -0.6500064730644226, + 0.7144540548324585, + 1.5007942914962769, + 0.32044872641563416, + 1.6610145568847656, + 0.49714916944503784, + -0.2074509710073471, + -1.109060287475586, + 0.6390489339828491, + -0.12422734498977661, + 0.5276621580123901, + -0.6607958078384399, + -0.13080137968063354, + -1.2670403718948364, + -2.014864921569824, + -0.13397572934627533, + 0.0874442383646965, + -0.5818418264389038, + 1.1875736713409424, + 0.2707624137401581, + 0.44338494539260864, + -0.7902827858924866, + -1.3269532918930054, + 1.6159979104995728, + -0.7674081921577454, + 0.5389584302902222, + 0.4564394950866699, + 0.31548139452934265, + 0.14418919384479523, + -1.5527172088623047, + -1.4071083068847656, + -1.317844271659851, + -0.6479909420013428, + 0.6954100131988525, + -0.1449333131313324, + 1.8041088581085205, + 0.40209075808525085, + -0.9441631436347961, + 0.4055798053741455, + -1.1907899379730225, + 0.48055559396743774, + -1.9605803489685059, + -0.8484641909599304, + 0.48355406522750854, + 0.11608795076608658, + -0.8062622547149658, + 0.7585793137550354, + -0.3700462877750397, + 0.5391897559165955, + -0.8717380166053772, + -0.9058598875999451, + -0.0656895563006401, + -0.3489389717578888, + 0.31966984272003174, + -0.29667341709136963, + -0.3411467671394348, + 0.15899114310741425, + 1.3034297227859497, + -0.581296443939209, + -0.06075483560562134, + 0.8142265677452087, + -0.4876082241535187, + -0.17644278705120087, + 1.2039990425109863, + -0.21202465891838074, + -0.7431157827377319, + 0.8366789817810059, + 0.3099101781845093, + 0.4558863043785095, + -1.0790919065475464, + 0.5173228979110718, + 0.3427058756351471, + -0.665841817855835, + 0.44020411372184753, + -1.164108157157898, + -0.11124850064516068, + 1.4069198369979858, + 1.1681522130966187, + 1.374565601348877, + 2.0794289112091064, + -0.15025198459625244, + 0.15444928407669067, + -1.6021649837493896, + 0.42730793356895447, + 1.1520652770996094, + 0.8542488813400269, + 0.02139350026845932, + -0.3174390196800232, + 0.7940515279769897, + -0.12931102514266968, + -0.5765475630760193, + 0.4922323226928711, + -1.5351513624191284, + -1.2317832708358765, + -0.11495377123355865, + -0.4504266381263733, + 0.8968893885612488, + -0.6821104884147644, + 0.23508809506893158, + -1.1474987268447876, + -1.1415081024169922, + -0.09781915694475174, + -0.9763603210449219, + 0.714702844619751, + 0.3679143488407135, + 0.2605380713939667, + 1.3716708421707153, + -0.6406415700912476, + -1.6058927774429321, + 0.27057307958602905, + 0.69770348072052, + -0.42066842317581177, + -0.6916332840919495, + -0.5835474133491516, + 0.11482931673526764, + -0.96563321352005, + 0.593349277973175, + 0.4696391224861145, + -0.25558438897132874, + -0.9297246932983398, + -0.9377810955047607, + 0.33214300870895386, + 0.24970880150794983, + -1.6879358291625977, + -0.4989723861217499, + 0.9651097059249878, + -0.5967630743980408, + 0.7681418061256409, + -0.4621291160583496, + 0.7651324272155762, + -1.4443562030792236, + 0.28085586428642273, + 0.46199753880500793, + 0.08308453112840652, + 0.9355230927467346, + 0.8346452116966248, + 0.7987560629844666, + -0.5884391069412231, + -0.19360341131687164, + 0.07475464046001434, + 1.3099737167358398, + -0.3963249921798706, + -1.2413054704666138, + 0.5843633413314819, + -0.16829639673233032, + 1.2409746646881104, + -0.44163084030151367, + -0.4704226553440094, + -0.11409631371498108, + 0.5933045744895935, + 0.2520846724510193, + -1.0452313423156738, + 0.7323392033576965, + 0.12775163352489471, + 0.1508024036884308, + -0.19917501509189606, + 0.5611069798469543, + -0.9922568202018738, + -0.6118861436843872, + -0.09442847967147827, + 0.7105957865715027, + -0.1929299235343933, + -1.034743309020996, + -0.31705012917518616, + 0.2474181354045868, + -1.2258563041687012, + -0.2723420262336731, + 0.2714233994483948, + -0.983522891998291, + 0.2792958617210388, + 0.6181659698486328, + 0.5504214763641357, + 0.860880970954895, + -0.5055423974990845, + 0.7732285261154175, + 0.07539157569408417, + -0.21861226856708527, + -0.2704312801361084, + 0.03363265097141266, + -0.48354005813598633, + -1.4811656475067139, + 0.8846601843833923, + 0.731461763381958, + -0.06277692317962646, + 1.1056798696517944, + 0.19955411553382874, + 0.5875002145767212, + -1.069528579711914, + 0.871820867061615, + -0.5399810671806335, + -1.4120454788208008, + 0.41564783453941345, + 0.3692450225353241, + 0.7625313997268677, + 0.8551636934280396 + ] + }, + { + "key": 14, + "name": "Don Massimo", + "type": "movie", + "media": "365 Days", + "label": [ + "Assertive", + "BDSM", + "Controlling", + "Dominant", + "Passionate", + "Protective" + ], + "embedding": [ + -0.7051571607589722, + 0.3430238962173462, + -1.2180887460708618, + -0.4931216835975647, + -1.7065479755401611, + -1.116339087486267, + 0.45119237899780273, + -0.5206302404403687, + -0.5456117987632751, + 0.5646021366119385, + -0.11113794147968292, + -0.274325966835022, + -1.5812889337539673, + -0.6318705081939697, + 1.2776947021484375, + 0.6292069554328918, + 1.2901846170425415, + -0.2853139042854309, + -0.5267535448074341, + -0.7605238556861877, + -0.817101001739502, + 0.6168510913848877, + -0.5391453504562378, + 0.7311966419219971, + -0.43883198499679565, + -0.1870478391647339, + 0.07836317270994186, + 0.5263902544975281, + -0.36116600036621094, + -0.1471998691558838, + 0.3397999703884125, + -0.403690367937088, + -0.30192211270332336, + -0.8429949283599854, + 0.25816699862480164, + -0.47490185499191284, + -0.017258506268262863, + -0.6440750956535339, + -1.123745083808899, + 1.2388285398483276, + 0.9952561855316162, + -1.2553315162658691, + 1.209073543548584, + -1.230726957321167, + 0.617563009262085, + -0.4801176190376282, + -0.061687394976615906, + -0.6988953948020935, + -0.29980960488319397, + 0.7209804058074951, + -0.3048243522644043, + 0.15770316123962402, + 1.671889305114746, + -0.4259306788444519, + 0.1659751534461975, + 1.1235125064849854, + 1.0128992795944214, + -1.161460041999817, + -0.3787703514099121, + -1.2807713747024536, + -1.7460048198699951, + -0.3340744078159332, + -0.02589319460093975, + -0.36573466658592224, + 0.6219687461853027, + 1.7548576593399048, + 1.0514250993728638, + 0.1217501163482666, + 0.6754124164581299, + -0.920893132686615, + 0.054159924387931824, + 0.200809508562088, + 0.12519685924053192, + 0.6889395713806152, + -1.7604966163635254, + 0.4505390226840973, + 0.08292937278747559, + -0.1447678655385971, + 0.2628842890262604, + 0.5776990652084351, + -0.45737019181251526, + -0.2398524433374405, + 0.8658528327941895, + 0.5111768245697021, + -1.6656125783920288, + 0.8872988224029541, + 0.7878751158714294, + -0.37282249331474304, + 0.06811206042766571, + 0.341118723154068, + 0.2091885805130005, + -0.43407952785491943, + 0.852668046951294, + -0.7854253649711609, + -0.7049875855445862, + -0.01706821471452713, + -0.020186178386211395, + -0.7064629793167114, + 0.570199728012085, + 0.9705800414085388, + 0.0994422435760498, + -0.4962817132472992, + -0.16422531008720398, + 0.024076536297798157, + -0.11434822529554367, + -1.5030111074447632, + 0.7696460485458374, + 1.9448418617248535, + 0.2008722573518753, + 0.6110215783119202, + 0.14484640955924988, + 0.7984731197357178, + 0.6436236500740051, + 0.4710293114185333, + -0.358720600605011, + -0.16606120765209198, + 0.26774266362190247, + -0.9827251434326172, + 0.5477439165115356, + 0.049130551517009735, + 1.2577123641967773, + -1.0642642974853516, + -0.25907471776008606, + -0.4282681345939636, + -0.09980607032775879, + -0.9334147572517395, + -1.245498538017273, + 0.190248504281044, + -0.6121041178703308, + 0.752166748046875, + 2.068570375442505, + 0.7048934698104858, + -0.23350790143013, + -0.764066755771637, + -1.524261713027954, + -0.662353515625, + 0.14237283170223236, + 1.0143803358078003, + 0.19594016671180725, + -0.7423396706581116, + 0.03930223733186722, + 1.0992883443832397, + 1.5406675338745117, + -1.6207659244537354, + -0.1510724574327469, + -1.7976253032684326, + 0.21791069209575653, + 0.1206466555595398, + -0.16448237001895905, + -0.5859073996543884, + 0.829933762550354, + -0.11800525337457657, + 1.0235376358032227, + 0.7939581871032715, + 1.3931074142456055, + -0.47221094369888306, + -0.5903669595718384, + 0.9863117933273315, + 1.8862937688827515, + 0.3436916768550873, + -0.2016267031431198, + -0.8387309312820435, + 0.16235777735710144, + 0.7289535403251648, + 0.2536923587322235, + 0.11406974494457245, + 1.0360547304153442, + 1.0184507369995117, + 0.24309927225112915, + 0.7572948932647705, + 0.48651713132858276, + -1.931356430053711, + -0.14376893639564514, + 1.349656581878662, + 0.9071012735366821, + -0.19169530272483826, + 0.9940322637557983, + 0.22460803389549255, + 0.20269814133644104, + -0.534713625907898, + 0.4652169346809387, + 0.5410901308059692, + -0.21981889009475708, + 0.5210822820663452, + -0.20188017189502716, + -1.283290147781372, + 0.027983635663986206, + -0.19466081261634827, + 0.5770984292030334, + 1.5454968214035034, + -0.31439587473869324, + -1.1853362321853638, + 0.88382887840271, + -0.13601623475551605, + 0.3184651732444763, + -0.04240672290325165, + 0.45780467987060547, + -1.4146933555603027, + 0.6693815588951111, + -1.05583655834198, + 0.4483346939086914, + 0.861046552658081, + 1.2792396545410156, + -1.2713273763656616, + -0.7385904788970947, + -0.353285551071167, + -0.47153282165527344, + -0.1468075066804886, + 1.0433323383331299, + -0.22357358038425446, + 0.03008607216179371, + 0.41058585047721863, + -0.08486107736825943, + -0.5240058898925781, + -1.5538257360458374, + -0.5726252794265747, + 0.04142819344997406, + 0.8064658045768738, + -0.9333545565605164, + -0.6089671850204468, + -1.671299695968628, + 1.0806822776794434, + 0.24359598755836487, + 0.654075562953949, + 0.6018406748771667, + 0.47884637117385864, + 0.7695167660713196, + 1.9890925884246826, + 0.964067280292511, + 1.2575018405914307, + 0.6383801698684692, + -0.12529364228248596, + 0.1532219797372818, + 0.1738806962966919, + 0.04031810164451599, + 0.0701083093881607, + -0.9607014656066895, + 0.9107177257537842, + 1.5721678733825684, + 0.3143588602542877, + -0.03414608910679817, + -0.6286301016807556, + 1.1027164459228516, + -0.12033001333475113, + -1.4034315347671509, + 0.2393457293510437, + 0.9356052875518799, + -0.8406254053115845, + 0.2730002701282501, + -0.8423112630844116, + 0.03320368379354477, + -0.45732906460762024, + -1.9593287706375122, + -0.4105457365512848, + 0.2657952606678009, + 0.2367568016052246, + 0.44326990842819214, + -0.5542371273040771, + -1.1194971799850464, + -0.6983826756477356, + -0.5138306617736816, + 1.196258544921875, + -0.19462786614894867, + 0.5869291424751282, + 1.1551614999771118, + -0.3887711465358734, + 0.9704256057739258, + -0.6077178716659546, + -0.19268271327018738, + 0.2529318332672119, + 0.8274475932121277, + -0.3287985622882843, + 0.5107008814811707, + -0.19193904101848602, + -0.26614272594451904, + 1.3062994480133057, + -0.48763564229011536, + -0.2920016348361969, + 0.29511502385139465, + 0.951448917388916, + 1.2626780271530151, + -0.946368396282196, + -0.630818247795105, + 0.021444588899612427, + 1.555199146270752, + -0.5821354985237122, + -0.7810811400413513, + -1.1614294052124023, + 0.06529073417186737, + -2.4413108825683594, + 0.8229629993438721, + -0.13893365859985352, + 1.9296541213989258, + 0.08735047280788422, + -1.2004923820495605, + -0.4466679096221924, + -1.5813074111938477, + -3.5924606323242188, + 1.0463550090789795, + -0.5372056365013123, + -0.04340926557779312, + 0.5117026567459106, + -0.34006309509277344, + -1.0941147804260254, + 0.5745043754577637, + -0.8216885328292847, + -0.5385844707489014, + 0.8880067467689514, + -1.537222981452942, + -0.30124616622924805, + 0.022951189428567886, + -0.9069386124610901, + -0.6112958788871765, + 0.47649550437927246, + 0.25046658515930176, + -0.7429569959640503, + -0.734966516494751, + 0.1205558180809021, + 0.29248714447021484, + 0.720548689365387, + 0.5479781627655029, + 0.14018361270427704, + 1.384589672088623, + 1.8712315559387207, + -0.10071422904729843, + -1.4548017978668213, + -0.548704981803894, + -0.5763325691223145, + 0.5264197587966919, + -0.5833652019500732, + 1.297329068183899, + -0.14206376671791077, + 1.0853092670440674, + 0.8886430859565735, + -0.052221380174160004, + 1.049647569656372, + -0.31728577613830566, + 1.5987154245376587, + 1.0467435121536255, + -0.909763753414154, + -0.303562194108963, + 0.15827955305576324, + -0.4279668629169464, + 0.06024923920631409, + 0.7198053598403931, + 0.24328356981277466, + -0.11107485741376877, + 0.4699544608592987, + 0.2677091956138611, + 0.3294803202152252, + 0.6737633943557739, + -1.2934633493423462, + -0.4275866448879242, + -0.6897096633911133, + 0.14258994162082672, + 0.3393115997314453, + 0.451509952545166, + -0.5619155168533325, + -1.3694676160812378, + 0.282461017370224, + -0.1069839745759964, + -0.8436746597290039, + -0.9092274904251099, + -0.15280067920684814, + -0.18843814730644226, + 0.730992317199707, + -0.2658989131450653, + -0.1291349083185196, + 0.002917800098657608, + 0.6475468873977661, + 0.05763358622789383, + 0.013953503221273422, + 0.6539907455444336, + -0.044671956449747086, + -0.9272634387016296, + -0.550275981426239, + -1.5134238004684448, + 0.5121710300445557, + 0.11290472745895386, + -0.6344811916351318, + 1.1237244606018066, + -0.5330473780632019, + -1.479204773902893, + 0.6799110174179077, + 0.6454954147338867, + -0.01843397505581379, + 6.081921577453613, + 0.07266295701265335, + -0.12143675982952118, + 0.23567497730255127, + 0.7048856616020203, + 0.5940523743629456, + 0.12441685795783997, + 0.038844943046569824, + 0.5418617129325867, + -0.4957043528556824, + 0.6875017285346985, + 0.9993586540222168, + -0.4225314259529114, + 0.5758804678916931, + -0.6474056243896484, + 0.5469651818275452, + -0.8507362604141235, + -1.5240131616592407, + 1.9111018180847168, + -1.161171317100525, + 0.8747051954269409, + 0.3382411003112793, + 1.2197232246398926, + 0.03462851792573929, + -0.26337724924087524, + -0.894424319267273, + 0.24989494681358337, + 0.6365951299667358, + -1.0091443061828613, + 0.4472106695175171, + -0.2107103168964386, + 0.8581224679946899, + 1.6949951648712158, + 0.24321973323822021, + 0.1631242036819458, + -0.7407456040382385, + -1.538771390914917, + -0.2835690677165985, + -1.5069012641906738, + 1.5411362648010254, + -1.9120432138442993, + -0.6391288042068481, + -1.4373048543930054, + -1.1954582929611206, + 0.8006408214569092, + 0.16765835881233215, + 0.1270035058259964, + -0.47284308075904846, + 0.9817671775817871, + -1.6698458194732666, + 0.5352950692176819, + -1.0963988304138184, + 0.30038246512413025, + -0.4843218922615051, + 0.9839247465133667, + -0.1939302533864975, + 0.10758428275585175, + -0.6453651189804077, + 0.15968473255634308, + 1.5512317419052124, + 1.8356877565383911, + 0.7172900438308716, + -2.351900815963745, + 0.3884681165218353, + 0.017317229881882668, + 1.7867372035980225, + 0.6242392063140869, + 0.3399483859539032, + 0.49419093132019043, + -0.10826636850833893, + 1.7059613466262817, + 0.9962872266769409, + 0.2106381207704544, + 0.8759605884552002, + -0.10908053815364838, + 0.6278517246246338, + -0.40003064274787903, + -0.8541277050971985, + 0.43626296520233154, + -0.06478913873434067, + -0.14509382843971252, + -0.4409700334072113, + -0.01759769767522812, + -0.23903082311153412, + 0.974763035774231, + 0.5456858277320862, + -1.3037391901016235, + 1.274219036102295, + -0.5308300256729126, + 0.8042538166046143, + -0.6948481202125549, + -0.43933531641960144, + 0.16381806135177612, + -0.8319817185401917, + -0.7391082644462585, + -0.304191917181015, + 0.453345388174057, + -0.137427419424057, + -0.7708418369293213, + -0.22597168385982513, + 0.36285436153411865, + -1.2242858409881592, + -0.17150795459747314, + -0.4698716700077057, + 0.6167948246002197, + -0.3734579086303711, + -0.5802809000015259, + -0.22836752235889435, + -0.9821564555168152, + 0.04270061105489731, + -0.010590089485049248, + 1.135058879852295, + -0.18778395652770996, + -0.27824175357818604, + 0.9644717574119568, + 0.47660839557647705, + -0.11445819586515427, + -0.2228793501853943, + 0.3617849051952362, + 0.6670284867286682, + -1.1949368715286255, + 0.3068539500236511, + 0.08718345314264297, + -0.728151798248291, + -1.006972312927246, + -2.1812663078308105, + 0.36395686864852905, + 1.5130058526992798, + -0.8631805777549744, + 0.8232999444007874, + -0.8673602938652039, + -0.3798105716705322, + 0.8474861979484558, + 1.3959184885025024, + 1.0866581201553345, + -1.1646099090576172, + 1.8470547199249268, + 0.8631385564804077, + 0.9081985950469971, + -0.6251685619354248, + 0.36481377482414246, + -0.1764831840991974, + -1.1369051933288574, + 0.9817788600921631, + 0.11818267405033112, + -0.33692461252212524, + -0.9193552732467651, + -0.14173316955566406, + -0.9366053342819214, + 0.7329217791557312, + 0.6220779418945312, + 0.044495999813079834, + 0.27353376150131226, + -0.9171971678733826, + 0.2637821137905121, + -0.4608118534088135, + -0.28859055042266846, + -1.6084791421890259, + -1.6385740041732788, + -1.141245722770691, + 0.13182179629802704, + 0.6436440944671631, + 0.011143496260046959, + 1.0207877159118652, + -0.6440152525901794, + 0.798209011554718, + -0.06053542345762253, + 0.7432739734649658, + -0.9733793139457703, + -0.7958369851112366, + -0.019886095076799393, + -0.8057572841644287, + -0.7560677528381348, + 1.4075229167938232, + 0.5810861587524414, + 0.8440045118331909, + -0.334766685962677, + -1.4578357934951782, + 0.9124190807342529, + -0.33692291378974915, + 0.49974334239959717, + -0.03596977889537811, + -1.6294701099395752, + 0.4010158181190491, + 1.5177277326583862, + 0.5772069692611694, + 0.43735194206237793, + -0.4423028826713562, + 0.38186123967170715, + -0.32898661494255066, + 0.21934038400650024, + 1.6132246255874634, + -0.8615908026695251, + -0.8328646421432495, + 0.9262438416481018, + 0.6681833267211914, + -0.37113022804260254, + 0.8994232416152954, + 0.5407780408859253, + -0.49965283274650574, + -0.7287459969520569, + 0.46262210607528687, + -0.15361061692237854, + -1.2159837484359741, + 0.30178892612457275, + 0.01823904737830162, + -1.0948879718780518, + -0.1016167551279068, + -0.3226986527442932, + -1.7550288438796997, + 0.002315424382686615, + 0.32660016417503357, + -0.5487700700759888, + 0.2068866789340973, + -0.42582783102989197, + -0.16074338555335999, + 0.6588663458824158, + -0.6554936170578003, + -1.5870716571807861, + -0.5120022296905518, + 0.7102078795433044, + 0.11858527362346649, + 0.5003052353858948, + -1.0427757501602173, + -0.7152880430221558, + -1.2928926944732666, + 0.29169610142707825, + -1.3211467266082764, + -0.15445619821548462, + -0.38485077023506165, + -0.054861120879650116, + 0.09831561148166656, + -0.8758603930473328, + 0.29874706268310547, + -0.48169538378715515, + 0.42232999205589294, + -0.5421283841133118, + 1.1851427555084229, + 0.3727433979511261, + -0.6443423628807068, + -0.09638211876153946, + -0.40590980648994446, + 0.1484343558549881, + 0.23587849736213684, + 0.07075745612382889, + 0.003666028380393982, + -0.47970736026763916, + 0.011826250702142715, + 1.6300685405731201, + 0.6313126683235168, + -0.6200153827667236, + -0.0019569359719753265, + 0.5044221878051758, + -0.9413338899612427, + 0.9977130889892578, + -0.8037766814231873, + -0.8839415907859802, + 0.15871372818946838, + -0.6636047959327698, + -0.6287523508071899, + -1.5264757871627808, + 1.207709789276123, + -0.6595845222473145, + -0.3128949701786041, + -2.6117658615112305, + -0.1795281171798706, + -0.17037321627140045, + 0.14015308022499084, + -0.2945624589920044, + -0.7458458542823792, + -0.1517118215560913, + -0.24043171107769012, + -0.32615745067596436, + -0.5893694758415222, + 1.9117544889450073, + 0.7233315706253052, + -1.3110462427139282, + 0.4333934783935547, + 0.14794890582561493, + 1.0916110277175903, + -0.9284803867340088, + 1.515005111694336, + -0.30936580896377563, + 0.8845083117485046, + 0.49286478757858276, + 0.8550609946250916, + 0.5444484353065491, + 0.6870073676109314, + -0.3832201063632965, + -0.568003237247467, + 1.8028138875961304, + -0.8685004115104675, + -1.3140361309051514, + -0.3020537197589874, + -0.49683114886283875, + -0.8225551247596741, + 0.43643781542778015, + 1.1237729787826538, + 0.026468053460121155, + -0.45733311772346497, + -0.775122880935669, + 0.4136219322681427, + -1.0020555257797241, + -0.35225120186805725, + 0.44087904691696167, + -0.3098656237125397, + 1.2528936862945557, + -1.647291660308838, + 1.298119306564331, + 0.3824378550052643, + 0.4385874271392822, + 0.1315743774175644, + 1.0736099481582642, + -0.18642377853393555, + -0.35318756103515625, + -0.6654133796691895, + -0.9505318403244019, + -0.2529071569442749, + 0.09539429843425751, + -0.13395436108112335, + -0.7630829811096191, + 0.8291670083999634, + -0.43167588114738464, + 0.4770203232765198, + 0.16987420618534088, + 0.4395518898963928, + 1.1875115633010864, + -0.4235260486602783, + 0.020187415182590485, + -0.6297779083251953, + -0.09873128682374954, + -1.4211987257003784, + -0.13243070244789124, + 0.22076302766799927, + 1.2176001071929932, + 1.3032535314559937, + 1.0954234600067139, + -0.002703726291656494, + 0.43227943778038025, + 1.229992151260376, + 0.7061185240745544, + -0.9375135898590088, + 0.3681798279285431, + -0.8124622106552124, + -0.5747313499450684, + 0.8903214335441589, + -0.6338827013969421, + 0.01810775138437748, + -0.4760567545890808, + -0.7419100403785706, + 0.3955816626548767, + 0.6168229579925537, + 0.49008846282958984, + -1.4567288160324097, + -0.13669753074645996, + 0.4351646304130554, + -0.8789022564888, + 0.16197220981121063, + -0.09497743844985962, + -0.575840950012207, + -0.30220916867256165, + 0.00160280242562294, + 0.08957892656326294, + -0.526458740234375, + -0.41462182998657227, + 0.14381177723407745, + 0.11734257638454437, + -0.8002268671989441, + 0.7702537178993225, + -1.0307321548461914, + -0.4186883270740509, + -0.24891752004623413, + 0.05056416615843773, + 0.801886796951294, + -0.9301239252090454, + 0.7372285723686218, + 0.03724338859319687, + -0.09727320075035095, + 0.5054699778556824, + -0.2947901487350464, + 0.08708706498146057, + 0.6920565366744995, + 0.4674224257469177, + 0.12419477105140686, + -0.04122275859117508, + -0.4805395305156708, + -1.3544046878814697, + 0.5574455857276917, + 0.1417192667722702, + 0.9235951900482178, + -1.1021534204483032, + -0.070963554084301, + -0.1802251785993576, + 0.8259348273277283, + -4.3134684562683105, + 0.5971618890762329, + -0.5444208383560181, + -1.345829963684082, + -1.2397269010543823, + -0.08507414162158966, + -0.34427300095558167, + -1.7442598342895508, + -0.5746658444404602, + -0.5749219655990601, + -0.23027092218399048, + 0.09462179243564606, + 0.8683605790138245, + -0.5145580768585205, + 0.8744477033615112, + 0.9757484197616577, + 0.6501894593238831, + -0.9539168477058411, + 0.5167563557624817, + 1.2659417390823364, + 0.1336154043674469, + 0.3841380178928375, + 0.245228573679924, + 0.2208302617073059, + -0.4817701280117035, + -0.4488002061843872, + -0.14100685715675354, + 0.860532283782959, + -1.5663009881973267, + 0.09413538873195648, + 0.6679302453994751, + -1.8878461122512817, + 1.4194484949111938, + 1.6461846828460693, + 1.3317692279815674, + 0.14609424769878387, + 0.38363373279571533, + -0.3537769913673401, + -0.7507511973381042, + 0.1682281792163849, + 1.4966949224472046, + -0.3815859854221344, + -0.6107433438301086, + 0.311982661485672, + 0.15179620683193207, + -0.19661714136600494, + 0.13493643701076508, + -0.6802304983139038, + -0.6209151744842529, + 0.7729094624519348, + 0.7362321019172668, + 0.8644685745239258, + 0.19452136754989624, + 1.7625908851623535, + -0.30645135045051575, + -0.844164252281189, + -1.2562267780303955, + 0.8805558085441589, + 0.01696868985891342, + 0.945244312286377, + -0.6940938234329224, + -0.0046587917022407055, + -0.9092714786529541, + -1.80182945728302, + -0.19034235179424286, + 0.5506555438041687, + -1.798838496208191, + 0.09462033212184906, + -0.10459918528795242, + 1.2006012201309204, + -0.2829931378364563, + -1.015717625617981, + 1.260740876197815, + -0.2658311724662781, + 0.4639351963996887, + 0.2973804771900177, + -0.06457868963479996, + 0.35202062129974365, + -0.976848304271698, + -1.9262751340866089, + -1.4009171724319458, + -1.075946569442749, + 0.4383960962295532, + -0.11446241289377213, + 1.7239906787872314, + -0.05405527353286743, + -0.13580848276615143, + 0.657394528388977, + -1.2892428636550903, + 0.940384566783905, + -0.8530901670455933, + -0.6062882542610168, + 0.5278652310371399, + -0.11816500127315521, + -0.8916288614273071, + 0.1742781698703766, + -0.4727174937725067, + 0.9650885462760925, + -0.5928630232810974, + -1.0035254955291748, + -0.31151968240737915, + -0.0393606461584568, + 0.08474823087453842, + -0.2733813226222992, + 0.2722156345844269, + -0.28433340787887573, + 0.29735657572746277, + -0.030037101358175278, + -0.3804726004600525, + -0.6376991271972656, + -0.33296191692352295, + 0.3548063039779663, + -0.0014953836798667908, + -0.03711032494902611, + -0.3059898316860199, + 0.12789347767829895, + 0.7256913781166077, + 0.3960099220275879, + -0.8780651092529297, + -0.5155694484710693, + 0.3056723177433014, + -0.31831949949264526, + -0.3929881751537323, + -1.4446874856948853, + 0.3119118809700012, + 1.2044798135757446, + 0.7925010919570923, + 0.8543167114257812, + 0.7967329621315002, + -0.9878638982772827, + 1.2008672952651978, + -2.131188154220581, + -0.09703046828508377, + 0.5628290772438049, + -0.26883888244628906, + -1.451142430305481, + 0.4776011109352112, + 0.686775267124176, + -0.06220633536577225, + -0.5519095659255981, + -0.5639119148254395, + -0.9552307724952698, + -1.1031423807144165, + -0.09275972843170166, + -0.11371836066246033, + -0.3104037642478943, + -0.5350038409233093, + -0.12701022624969482, + -1.4298650026321411, + -1.4546818733215332, + -1.128354549407959, + -0.34994593262672424, + 0.7213283777236938, + -0.12193223834037781, + 0.04783761501312256, + 0.6667085886001587, + -0.4088766276836395, + -0.41529518365859985, + 0.9901273250579834, + -0.005074966698884964, + 0.5150161981582642, + -1.1668081283569336, + -0.9200144410133362, + -1.0258609056472778, + -1.3140463829040527, + -0.29864591360092163, + 0.603797197341919, + -0.5510838031768799, + -0.014992289245128632, + -1.227624535560608, + 0.7722960114479065, + 1.290197730064392, + -0.820468008518219, + -0.6115553975105286, + 0.39797917008399963, + -0.7306873798370361, + 0.534302294254303, + -0.14474895596504211, + 0.8117879033088684, + -1.5294097661972046, + 0.3293139338493347, + 0.05926556885242462, + -0.14711056649684906, + 0.5431948304176331, + 0.13490280508995056, + 1.0618876218795776, + -0.5705298185348511, + -0.38988348841667175, + -0.04089021682739258, + 0.15308675169944763, + 0.4493786692619324, + -0.017813049256801605, + 0.9809234142303467, + -0.5149152874946594, + 0.5260103344917297, + -0.20832915604114532, + -0.5171530842781067, + -0.21381129324436188, + 0.005756521597504616, + -0.46853965520858765, + 0.05438432842493057, + 0.5037278532981873, + -0.11917814612388611, + -0.659447193145752, + -0.6496669054031372, + 0.543951153755188, + 0.26610997319221497, + -0.16836169362068176, + -0.2265896052122116, + 0.23749184608459473, + 0.0372292697429657, + -0.5122346878051758, + -0.3945537209510803, + 0.5473710894584656, + -0.49762120842933655, + 0.38951122760772705, + 0.021748043596744537, + -0.4330197870731354, + -0.6682049632072449, + 0.5650978088378906, + 1.0062376260757446, + 0.7658600807189941, + -0.3626720607280731, + 0.02195870131254196, + 0.16390369832515717, + 0.17706890404224396, + -0.1444074511528015, + 0.15772050619125366, + -0.013270635157823563, + -0.6177655458450317, + 0.8479055166244507, + 0.8209102153778076, + 0.42179253697395325, + 1.0427318811416626, + 1.0372215509414673, + -0.5302602648735046, + -0.543196976184845, + 0.668260395526886, + 0.05450262874364853, + -0.42150330543518066, + 2.4787027835845947, + 0.5565263032913208, + 0.8299266695976257, + 1.1501070261001587 + ] + }, + { + "key": 16, + "name": "Harley Quinn", + "type": "movie", + "media": "The Suicide Squad", + "label": [ + "Adventurous", + "Dominant", + "Passionate", + "Playful", + "Spontaneous" + ], + "embedding": [ + -0.7864921689033508, + 0.05701877921819687, + -0.8099964261054993, + -0.6851785182952881, + -1.4119548797607422, + -0.3486543297767639, + 0.09992100298404694, + -0.6411812901496887, + -0.512094259262085, + -0.10070225596427917, + 0.5181488990783691, + -0.2315499484539032, + -2.0950615406036377, + -0.36888182163238525, + 1.121953010559082, + 0.8119580149650574, + 0.8726822733879089, + 0.1374433934688568, + -0.5264751315116882, + -0.7155353426933289, + -0.3869537115097046, + 0.3355224132537842, + 0.07722917944192886, + 0.09554709494113922, + -1.344456672668457, + 0.399604469537735, + 0.27316364645957947, + 0.477358877658844, + -1.0738499164581299, + 0.013086173683404922, + -0.25428420305252075, + -0.10954052209854126, + -0.8764152526855469, + -0.5418579578399658, + 0.006025664508342743, + -0.79232257604599, + -0.13932335376739502, + -0.19912515580654144, + -1.1158510446548462, + 1.686435580253601, + 1.0751944780349731, + -1.381648302078247, + 0.6881886124610901, + -1.045422911643982, + 0.047657404094934464, + -0.6922467350959778, + 0.23979392647743225, + -0.46754929423332214, + -0.31199368834495544, + 0.6266157627105713, + -0.6036049127578735, + 0.7705984711647034, + 1.550631046295166, + -0.686120331287384, + 0.03148917853832245, + 0.5215341448783875, + 0.24895572662353516, + -0.30538514256477356, + -0.9891868829727173, + -1.846947431564331, + -1.3783143758773804, + 0.0032577626407146454, + -0.2162565141916275, + -0.3201662600040436, + 0.050900354981422424, + 1.6945700645446777, + 0.4955442547798157, + 0.1112212985754013, + 0.583796501159668, + -0.8936378359794617, + -0.9131719470024109, + -0.11472626030445099, + -0.9540838003158569, + 0.2493928074836731, + -2.123481035232544, + 0.7983973622322083, + 0.4644250273704529, + -0.8766101002693176, + 0.47171342372894287, + 0.46239128708839417, + 0.21791590750217438, + -0.22664396464824677, + 0.4864347577095032, + 0.5156933665275574, + -0.1641559898853302, + 1.6233989000320435, + 0.004678055644035339, + -0.5138232707977295, + 0.09900981187820435, + 0.06255614757537842, + -0.6223196983337402, + -0.32577455043792725, + 1.4187380075454712, + -1.1604974269866943, + -0.6828345656394958, + 0.25103798508644104, + -0.3572690784931183, + 0.17196324467658997, + 0.6685596704483032, + 0.6195120215415955, + -0.017922893166542053, + 0.4765907824039459, + -0.018835192546248436, + -0.09355568140745163, + 0.4063834249973297, + -1.4994710683822632, + 0.136483296751976, + 1.300405740737915, + 0.11863480508327484, + 0.5399994850158691, + 0.6800622940063477, + -0.14511677622795105, + 0.5764105319976807, + 0.5081096887588501, + -0.19492515921592712, + 0.024574369192123413, + 0.1347099244594574, + -0.30687442421913147, + 0.46156924962997437, + 0.4777287542819977, + 0.06112319231033325, + 0.09127715229988098, + 0.3240602910518646, + -0.5863281488418579, + -0.5408147573471069, + -0.7097219228744507, + -0.7334829568862915, + 1.2210979461669922, + -0.3921670913696289, + 0.7876344323158264, + 2.084354877471924, + 1.095806360244751, + -0.7075610756874084, + -0.7708405256271362, + -1.538539171218872, + -0.6976466774940491, + 0.3471590578556061, + 1.2494816780090332, + -0.23338839411735535, + -0.8782811164855957, + 0.48067402839660645, + 1.2232424020767212, + 0.8239429593086243, + -1.7273362874984741, + 0.7644234895706177, + -1.8317281007766724, + 0.6032485961914062, + 0.429657518863678, + -0.649908185005188, + -0.5113195776939392, + 1.176259160041809, + -0.24730892479419708, + 0.47775089740753174, + 0.8589408993721008, + 0.9001994729042053, + -0.8712952733039856, + -0.21275709569454193, + 0.6754519939422607, + 0.9435190558433533, + 0.7931002974510193, + 0.287415087223053, + -0.7735494375228882, + 0.23884961009025574, + 0.24841797351837158, + 0.08158199489116669, + -0.45580461621284485, + 0.7646530270576477, + 1.1113866567611694, + 0.594235897064209, + -0.3471221625804901, + -0.5221550464630127, + -1.391370177268982, + 0.28119128942489624, + 0.9827737212181091, + 0.6010229587554932, + -0.3339395225048065, + 1.2770453691482544, + -0.06372161954641342, + 1.2257575988769531, + -1.2213702201843262, + -0.5560309290885925, + 0.3140774071216583, + -1.0398846864700317, + -0.6048218607902527, + -0.7563148736953735, + -0.5904279947280884, + -0.6219218969345093, + 0.1687023937702179, + 0.4885992407798767, + 1.2250025272369385, + -0.3446846306324005, + -1.282979965209961, + 0.3295700252056122, + -0.40083053708076477, + 0.455943763256073, + -0.25674623250961304, + -0.7313960790634155, + -1.235045313835144, + 0.29562026262283325, + -1.0600389242172241, + 0.42210012674331665, + 0.9937757253646851, + 0.6201568841934204, + -1.2073506116867065, + -0.5711768269538879, + 0.027173534035682678, + -1.2699613571166992, + -0.7751574516296387, + 1.6007161140441895, + -0.692531406879425, + 0.7753747701644897, + -0.10727186501026154, + 0.05185773968696594, + -0.9306541681289673, + -1.709182620048523, + -1.0534789562225342, + 0.9356924295425415, + 0.6947851777076721, + -0.22121255099773407, + -0.2618025243282318, + -0.17481109499931335, + 0.9831687211990356, + 0.27509039640426636, + 0.16995888948440552, + 0.48443275690078735, + 0.8656259179115295, + 0.8270713090896606, + 2.2945523262023926, + 0.3240739405155182, + 1.2839181423187256, + 0.2523871958255768, + 0.06265738606452942, + 0.43499740958213806, + -0.10391996800899506, + -0.3810189664363861, + -0.22489097714424133, + -0.567656934261322, + 0.13953760266304016, + 0.6808078289031982, + -0.023665275424718857, + -0.03774651139974594, + -1.5462980270385742, + 1.088631272315979, + 0.20240533351898193, + -1.0665576457977295, + -0.28185927867889404, + 0.5440883040428162, + -0.5869827270507812, + -0.36112338304519653, + -0.9770615696907043, + 0.07880760729312897, + -1.0012643337249756, + -1.5881153345108032, + -0.46776995062828064, + 0.5883002877235413, + -0.16112345457077026, + -0.24808284640312195, + -0.33215299248695374, + -0.4368893504142761, + -0.02868075668811798, + -0.3026158809661865, + 1.0200538635253906, + 0.291865736246109, + 0.9310919642448425, + 0.581409752368927, + -0.546057939529419, + 0.524879515171051, + 0.6570712924003601, + 0.5286759734153748, + 0.3870662450790405, + -0.4164666533470154, + -0.12284347414970398, + 0.19710813462734222, + -0.7721859216690063, + -0.6469802260398865, + 1.2375891208648682, + -0.37326401472091675, + -0.39890727400779724, + 0.6641790270805359, + 0.5834370851516724, + 0.6254852414131165, + 0.07893799245357513, + -0.2109708935022354, + 0.2365676760673523, + 1.2760406732559204, + -0.7380690574645996, + 0.0009300112724304199, + -0.6409996747970581, + 0.07987263053655624, + -1.9531389474868774, + 1.1713699102401733, + 0.1237325370311737, + 1.7249038219451904, + 0.6309413313865662, + -0.7468500137329102, + -1.1138726472854614, + -0.9394726753234863, + -3.7820377349853516, + 0.46151724457740784, + 0.05826108902692795, + 0.20348364114761353, + 0.17071029543876648, + -0.18526019155979156, + -1.3943687677383423, + 0.32555636763572693, + -0.72913658618927, + -0.7671301960945129, + 0.9695879220962524, + -1.4019392728805542, + -0.46418872475624084, + -0.25414910912513733, + -0.4431913197040558, + -1.0490243434906006, + 0.24334201216697693, + 0.1279148906469345, + -0.7026715278625488, + -0.6428275108337402, + -0.2804463505744934, + -0.3590877652168274, + 1.0215952396392822, + 0.5016707181930542, + -0.3910573422908783, + 0.8320614695549011, + 0.3763485252857208, + -0.49310803413391113, + -1.1201797723770142, + -0.7265840172767639, + -0.7463105916976929, + -0.029654398560523987, + -0.34254249930381775, + 0.8624041676521301, + 0.97520911693573, + 2.0151031017303467, + -0.3708767294883728, + 1.0482693910598755, + 0.37151822447776794, + 0.09706137329339981, + 0.9668493270874023, + 0.8147392868995667, + -0.3426840007305145, + 0.8250681161880493, + 0.03863346576690674, + -0.5308563113212585, + -0.20156222581863403, + 0.507265567779541, + 0.002127254381775856, + -0.29712748527526855, + 0.7757361531257629, + -0.19089171290397644, + 0.42850643396377563, + 0.28004562854766846, + -1.3021551370620728, + 0.13626693189144135, + -0.7423058152198792, + 0.06263154000043869, + 0.5075564980506897, + 1.0112563371658325, + -1.3361330032348633, + -1.0131144523620605, + 0.19813723862171173, + -0.22786971926689148, + -0.5121835470199585, + 0.5759762525558472, + -0.7650579810142517, + -0.294767290353775, + 1.0897390842437744, + 0.7485554218292236, + 0.5945015549659729, + 0.12250207364559174, + -0.0063647860661149025, + -0.28922441601753235, + 0.29079297184944153, + 1.006470799446106, + -0.1439051330089569, + -0.04729381203651428, + -0.2987516224384308, + -0.49369120597839355, + 1.1670002937316895, + -0.026585234329104424, + 0.259719580411911, + 0.5665081143379211, + -0.5174506306648254, + -1.0388915538787842, + 0.7399107217788696, + 0.2936578392982483, + 0.6085819005966187, + 6.194907188415527, + -0.5770001411437988, + 0.3839147686958313, + 1.1674697399139404, + 1.416517734527588, + 0.07473702728748322, + -0.03327606990933418, + 0.8891542553901672, + -0.09443947672843933, + -0.3971939980983734, + 0.201955184340477, + 0.9115464091300964, + -0.251933217048645, + 0.3614746034145355, + -0.052356086671352386, + 1.3164006471633911, + -0.23863482475280762, + -0.710381805896759, + 1.8721044063568115, + -1.1920024156570435, + 0.7447410821914673, + 0.613568127155304, + -0.3348666727542877, + -0.10824287682771683, + -0.5018768310546875, + -0.688370943069458, + 0.905539870262146, + 0.29618290066719055, + -0.1880929172039032, + 0.36740541458129883, + -0.4939790368080139, + 0.959540069103241, + 1.1051442623138428, + 1.8321443796157837, + -0.18201950192451477, + -0.3010824918746948, + -1.9887408018112183, + -0.5822527408599854, + -1.2719582319259644, + 0.829010009765625, + -1.87843918800354, + -0.748754620552063, + -0.8558737635612488, + -0.5465272068977356, + 0.32489755749702454, + 0.3755100965499878, + 0.6963086128234863, + -1.0892913341522217, + 0.16806773841381073, + -1.03073251247406, + 0.16126732528209686, + -0.2795880436897278, + -0.34550732374191284, + 0.7315327525138855, + 1.6799505949020386, + -0.298748642206192, + -0.10102324932813644, + -0.3894326686859131, + -0.38912326097488403, + 1.068023681640625, + 1.413797378540039, + 0.5793598890304565, + -2.080754518508911, + -0.4823930263519287, + -0.28422123193740845, + 1.641163945198059, + -0.08332347869873047, + -0.6544349193572998, + -0.006021645851433277, + 0.2979644238948822, + 0.14987608790397644, + 0.5138081312179565, + 0.0443120002746582, + 0.45685243606567383, + 0.021430209279060364, + 0.6212764978408813, + -0.11563978344202042, + 0.056242428719997406, + 0.39644792675971985, + -0.3594457507133484, + 0.560023307800293, + -0.694532036781311, + -0.31169214844703674, + 0.020577028393745422, + 1.1419826745986938, + 1.0360088348388672, + -0.7227525115013123, + 1.3140997886657715, + -0.18785305321216583, + -0.5239778757095337, + -0.5403143167495728, + -0.36914607882499695, + -1.2211718559265137, + -0.5569087266921997, + -1.4742093086242676, + -1.0310314893722534, + 1.180853247642517, + -1.0286061763763428, + -1.4590305089950562, + 0.405783087015152, + 0.3641461133956909, + -0.5454257726669312, + -0.6425659656524658, + -0.39605799317359924, + 1.5769379138946533, + -0.03685519099235535, + -0.19973936676979065, + -0.16991278529167175, + -0.537314772605896, + 0.745479166507721, + 0.506791889667511, + 0.7180879712104797, + -0.4205797016620636, + 0.2511307895183563, + 0.712531328201294, + 1.2232130765914917, + 0.27316558361053467, + -0.64240562915802, + 0.6551131010055542, + 0.646798312664032, + -0.9876407980918884, + -0.3957620859146118, + -0.07623935490846634, + -1.0160032510757446, + -1.3389278650283813, + -2.240103244781494, + 0.1957894116640091, + 1.8462226390838623, + -0.5673488974571228, + 1.1107172966003418, + 0.03987126797437668, + -0.6862806677818298, + 0.5094016194343567, + 1.0677545070648193, + 2.506639003753662, + -0.47667932510375977, + 1.4879645109176636, + 0.37415239214897156, + 0.3308849036693573, + 0.4812197685241699, + -0.21195590496063232, + 0.17899516224861145, + -0.9617228507995605, + 0.9779950380325317, + 0.8397393822669983, + 0.37269335985183716, + -1.1069875955581665, + -0.7985376119613647, + -0.3414759933948517, + 0.4482644498348236, + 0.8973328471183777, + 0.8663549423217773, + 0.42743372917175293, + -1.2652018070220947, + 0.2970431447029114, + 0.08580581843852997, + -0.4786670506000519, + -0.543163001537323, + -0.9430387020111084, + -1.3035871982574463, + 0.2007451057434082, + 0.7557554841041565, + 1.1110846996307373, + 1.7965924739837646, + -0.8866822123527527, + 0.6918076276779175, + 0.5577775239944458, + 1.4989018440246582, + -1.0820714235305786, + -0.7783600091934204, + 0.049210868775844574, + -0.3504630923271179, + -0.6263089776039124, + 1.0318447351455688, + 0.1381978541612625, + 0.8774589896202087, + 0.25235700607299805, + -0.39602699875831604, + -1.0150163173675537, + -0.21884362399578094, + 0.37871286273002625, + -0.25979888439178467, + -0.39804258942604065, + 0.487745463848114, + 1.0047438144683838, + 0.6178969144821167, + 0.4259903132915497, + -0.573592483997345, + -0.964522659778595, + -0.559297502040863, + 0.8977447748184204, + 1.9902944564819336, + -0.08834464102983475, + -0.6411166191101074, + 0.7904485464096069, + -0.1685897707939148, + 1.0595210790634155, + -0.4209772050380707, + 0.1647270917892456, + 0.5545513033866882, + -1.2752047777175903, + -0.964250385761261, + -0.8593321442604065, + -1.3764748573303223, + 0.3948412239551544, + 0.0930325910449028, + -0.0260622501373291, + 0.4061509668827057, + -1.1503863334655762, + -1.159095048904419, + -0.6581990122795105, + -0.30745047330856323, + -0.3068898916244507, + 0.4622524082660675, + -0.5813053846359253, + -0.06294810771942139, + 0.8007695078849792, + -0.33780577778816223, + -1.275221586227417, + -0.9118742942810059, + 0.08846805989742279, + 0.25676700472831726, + 0.745722770690918, + -0.6077780723571777, + -0.22587566077709198, + -1.0347654819488525, + 0.3644450306892395, + -0.6948992609977722, + -0.13427519798278809, + -0.5309812426567078, + -0.09003414213657379, + 0.42663899064064026, + -1.6525487899780273, + 0.8646001219749451, + -0.1854846328496933, + -0.1931072175502777, + -0.05956513062119484, + 0.23483073711395264, + -0.011044698767364025, + -0.5888601541519165, + -0.07166741788387299, + -1.0231056213378906, + -0.9435427188873291, + 0.7989514470100403, + 0.08393958956003189, + -0.04490777105093002, + -0.002748661208897829, + -0.5996294617652893, + 1.5674428939819336, + 1.0339555740356445, + -0.370897114276886, + 0.5228707790374756, + -0.40395957231521606, + -1.2017420530319214, + 1.1744072437286377, + -1.6370912790298462, + 0.2509095072746277, + -0.6784055233001709, + -1.1028109788894653, + -0.2690991163253784, + -0.6492499709129333, + 1.4274982213974, + -0.4291064441204071, + 0.06825558096170425, + -2.477865695953369, + -1.1049660444259644, + -0.002686314284801483, + -1.4266291856765747, + -0.4814538061618805, + -0.7174290418624878, + -1.0827292203903198, + 0.02672472596168518, + -0.8791593909263611, + -1.2974399328231812, + 1.8521811962127686, + 0.06104155629873276, + -1.215127944946289, + 0.538224995136261, + -0.2303932160139084, + 1.0511059761047363, + -1.7233822345733643, + 1.1355400085449219, + -0.5261847972869873, + -0.059399910271167755, + 0.5083606243133545, + -0.08378295600414276, + 0.033078424632549286, + 0.02023981511592865, + 0.10193733125925064, + 0.10846303403377533, + 1.1153959035873413, + -1.0071802139282227, + -0.921886146068573, + 0.1596774309873581, + -0.4212893545627594, + -0.2965324819087982, + -0.09397707879543304, + 0.8180376291275024, + -0.3498467803001404, + -0.280072420835495, + -0.6416040062904358, + 1.0991822481155396, + -0.1347416639328003, + -0.17678305506706238, + -0.367784708738327, + -0.22307808697223663, + 1.1042137145996094, + -1.4599350690841675, + 1.4685391187667847, + 1.099595546722412, + -0.2055356204509735, + 0.384927362203598, + 0.6222187280654907, + -0.3611496686935425, + 0.5039757490158081, + -1.242002248764038, + -0.6365364193916321, + -0.03429161757230759, + 0.36330994963645935, + -0.16526713967323303, + 0.5197261571884155, + 0.20496314764022827, + -0.7802163362503052, + 0.6717100739479065, + -1.2662838697433472, + -0.21086262166500092, + 1.1354771852493286, + -0.06456899642944336, + 0.3133887052536011, + -0.5204566121101379, + -0.1588069498538971, + -1.199372410774231, + -0.17805013060569763, + 0.5704617500305176, + 0.7834604382514954, + 1.360683798789978, + 0.5094046592712402, + 0.5307902097702026, + 0.5043435096740723, + 0.8970277309417725, + 1.2573626041412354, + 1.082674503326416, + 0.8342075943946838, + -0.5024387836456299, + 0.7172971367835999, + 0.6276565194129944, + -0.38157889246940613, + -0.006978749763220549, + -0.13252441585063934, + -0.9787423610687256, + 0.17808906733989716, + 0.9613934755325317, + -0.644219696521759, + -0.7250137329101562, + 0.5920351147651672, + 0.26630327105522156, + -1.0340155363082886, + -0.4906159043312073, + 0.18940603733062744, + -0.13855555653572083, + -0.1517096906900406, + 0.40696972608566284, + -0.28530651330947876, + -0.46262019872665405, + -0.26031798124313354, + 0.8632172346115112, + 0.7440782785415649, + -0.4027678072452545, + 1.0748411417007446, + -0.5608403086662292, + -0.5043843984603882, + 0.3659976124763489, + 0.5867047309875488, + 0.6415090560913086, + -0.2755189538002014, + 0.7332964539527893, + -0.0946236327290535, + -0.5580562353134155, + 0.29392582178115845, + -0.1696087121963501, + -2.0042061805725098e-06, + 0.13343952596187592, + 0.20241312682628632, + -0.4379172623157501, + 0.1382261961698532, + -0.8669212460517883, + -0.9941999316215515, + 0.3370862603187561, + 0.12817710638046265, + 1.0213394165039062, + -0.267333984375, + -0.9394173622131348, + -0.5742835998535156, + 1.1422542333602905, + -4.869024753570557, + 0.6084731817245483, + -0.233817458152771, + -0.2653396725654602, + -1.459432601928711, + 0.6612726449966431, + -1.2605855464935303, + -1.8477015495300293, + 0.9092183709144592, + 0.08514857292175293, + -0.7935214638710022, + 0.2001441866159439, + 0.48463574051856995, + -1.0371774435043335, + 0.07610689103603363, + 1.7640315294265747, + 0.3881608843803406, + -0.6848846673965454, + 0.4812469184398651, + 1.206042766571045, + -0.35225388407707214, + -0.39953720569610596, + 1.034372091293335, + 0.5636081695556641, + 0.3521914482116699, + -0.26034897565841675, + -0.920577883720398, + 0.7508916854858398, + -1.2657147645950317, + -0.07160653918981552, + -0.890338659286499, + -0.913430392742157, + 1.9135348796844482, + 1.0236427783966064, + 1.185374140739441, + 0.38469284772872925, + 0.5285742878913879, + -0.5469192266464233, + -0.5822292566299438, + 0.3945576250553131, + 1.3172547817230225, + 0.1558082401752472, + -0.8440479040145874, + -0.011868954636156559, + 0.5697271227836609, + -0.6023492813110352, + 0.5113646388053894, + -0.061466023325920105, + -0.2640046179294586, + -0.13673371076583862, + 0.4325922429561615, + 0.6644980907440186, + 0.8210521340370178, + 1.5256927013397217, + 0.19044089317321777, + -0.2748010754585266, + -0.8325396180152893, + 0.35937151312828064, + -0.6278931498527527, + 1.087567925453186, + -1.3029669523239136, + -0.40750613808631897, + -1.1462498903274536, + -1.5702944993972778, + -0.3472147583961487, + 0.43767520785331726, + -1.8722381591796875, + 0.9760292768478394, + 0.0659533217549324, + 0.9113696813583374, + -0.7030785083770752, + -0.7938006520271301, + 1.2480595111846924, + -0.36672499775886536, + 0.6410495042800903, + 0.9779931306838989, + 0.6879757046699524, + 0.8552500009536743, + -1.009526252746582, + -1.4563770294189453, + -0.9910153746604919, + -0.802282989025116, + 0.0692843496799469, + 0.5942651629447937, + 0.5209999084472656, + 0.11654496192932129, + -0.9789652824401855, + 0.12979036569595337, + -1.8587225675582886, + 0.7481525540351868, + -1.4228144884109497, + -1.2946768999099731, + 0.8464304804801941, + -0.820163369178772, + -0.9236893057823181, + -0.19381217658519745, + -0.8466268181800842, + 0.6157459616661072, + -1.2225581407546997, + -0.4102694094181061, + 0.10044257342815399, + -0.41642385721206665, + 0.6667160987854004, + -0.6056645512580872, + -0.4992421865463257, + -0.1446225643157959, + 0.8416131138801575, + -0.24704773724079132, + -0.3039030432701111, + 0.4524341821670532, + -0.4945150911808014, + -0.29301607608795166, + 0.2645684778690338, + -0.6721051335334778, + -0.5763068199157715, + 0.6524356007575989, + 0.8123028874397278, + -0.4310036599636078, + -0.6058747172355652, + -0.1390969306230545, + 0.7448863387107849, + -0.2973679006099701, + 0.5105165839195251, + -1.627880573272705, + 0.5687689781188965, + 2.345331907272339, + 1.7563060522079468, + 0.23374737799167633, + 1.280155062675476, + -0.6502242684364319, + 0.7711663246154785, + -1.7452448606491089, + 0.18734629452228546, + 0.1289832592010498, + 0.6650699973106384, + -1.127321720123291, + 0.024416252970695496, + 0.6981655359268188, + 0.24179336428642273, + -0.48543885350227356, + -0.29384273290634155, + -0.44712191820144653, + -0.7919385433197021, + 0.01952875405550003, + -0.7314649224281311, + 0.22877237200737, + -0.6013261079788208, + -0.17958539724349976, + -0.7073623538017273, + -0.9454666972160339, + 0.031316742300987244, + -0.5626105666160583, + 0.5038478374481201, + 0.5536696910858154, + 1.02278733253479, + 0.7940641641616821, + -1.0381954908370972, + -0.8749781250953674, + 0.6850955486297607, + 0.19467416405677795, + -0.19814278185367584, + -0.8501526117324829, + -0.5450590252876282, + -0.33952268958091736, + -0.9303327798843384, + -0.5826843976974487, + 1.011112093925476, + -0.8086044788360596, + -0.12162074446678162, + -1.28569757938385, + 0.05396435409784317, + 1.4919064044952393, + -0.9909541010856628, + -0.6247684955596924, + 0.4113932251930237, + -1.301491379737854, + 0.9537997245788574, + 0.350739061832428, + 0.5238481163978577, + -1.7568365335464478, + 0.49810874462127686, + 0.4450376033782959, + -0.6602912545204163, + 1.212199330329895, + 0.2422618269920349, + 0.433065801858902, + -0.31601545214653015, + -0.0350949689745903, + 0.6756411194801331, + 0.1611810177564621, + 0.18902599811553955, + -0.5621131658554077, + 0.5950538516044617, + -1.0434973239898682, + 0.5551243424415588, + 0.02638798952102661, + -0.540531575679779, + 0.664466142654419, + 0.11921173334121704, + -0.25214120745658875, + -0.39726942777633667, + 0.6983642578125, + 0.16398881375789642, + -0.7350205779075623, + -0.8850886821746826, + 0.6262645721435547, + -0.16728593409061432, + -0.49343860149383545, + 0.047007255256175995, + -0.23484262824058533, + -0.27885639667510986, + -0.9461032748222351, + -0.45609861612319946, + 0.6042471528053284, + -1.049481749534607, + 0.7455303072929382, + -0.11048688739538193, + -0.360245019197464, + 0.24086233973503113, + 1.602678894996643, + 1.0719988346099854, + 0.13030385971069336, + -1.0470237731933594, + 0.3328997492790222, + 0.41787153482437134, + 0.5884188413619995, + -0.8322633504867554, + 0.02669578790664673, + -0.32679155468940735, + -0.6937607526779175, + 0.7264397740364075, + 0.6418659687042236, + 0.43316158652305603, + 1.1398662328720093, + 0.9663476943969727, + 0.5938557982444763, + 0.13377511501312256, + 0.29592326283454895, + -0.6962518692016602, + -0.5026240348815918, + 0.6506904363632202, + -0.11064735800027847, + -0.3151546120643616, + 0.4773105978965759 + ] + }, + { + "key": 17, + "name": "Catwoman", + "type": "movie", + "media": "The Batman", + "label": [ + "Adventurous", + "Confident", + "Independent", + "Playful", + "Seductive" + ], + "embedding": [ + -0.880622386932373, + -0.07075387239456177, + -0.8197272419929504, + -0.40135931968688965, + -0.8015583157539368, + -0.33508217334747314, + -0.04043372720479965, + -0.8660350441932678, + -0.3505413830280304, + 0.32168570160865784, + 0.29790186882019043, + 0.037472374737262726, + -2.0433638095855713, + -0.43488436937332153, + 1.0573830604553223, + 1.4809788465499878, + 0.2815093398094177, + -0.017695805057883263, + -0.5730111002922058, + -0.7799152731895447, + -0.48837366700172424, + -0.002420756733044982, + -0.26344960927963257, + -0.7365804314613342, + -0.7762888669967651, + 0.5733296275138855, + -0.5618495345115662, + 0.3362576961517334, + -1.3961848020553589, + 0.45611894130706787, + 0.10511398315429688, + 0.6794145107269287, + -0.1484207808971405, + -0.27967745065689087, + 0.7059666514396667, + -0.9914775490760803, + 0.32612308859825134, + -0.625359833240509, + -1.2264527082443237, + 1.3127292394638062, + 0.9689303636550903, + -1.3910537958145142, + 0.8574567437171936, + -1.0292270183563232, + 0.46237853169441223, + -0.8712477684020996, + 0.37551602721214294, + -0.2529383897781372, + -0.025172654539346695, + 0.843070924282074, + 0.10081401467323303, + 0.8709864616394043, + 1.187308669090271, + -0.48666131496429443, + 0.11821843683719635, + 0.24246525764465332, + 0.7753193378448486, + -1.1008986234664917, + -0.8366994261741638, + -1.6540135145187378, + -1.082024335861206, + 0.3466595411300659, + -0.6727313995361328, + -0.22845691442489624, + 0.0066992491483688354, + 1.6333019733428955, + -0.2753123641014099, + -0.2615129351615906, + 0.22835154831409454, + -1.4328489303588867, + -0.8379018306732178, + -0.4655351936817169, + -0.8582790493965149, + 0.18058641254901886, + -2.1061387062072754, + 0.30151116847991943, + -0.24342219531536102, + -0.424102783203125, + -0.10631681233644485, + 5.443394184112549e-05, + 0.4613979756832123, + 0.41666629910469055, + 0.21832311153411865, + 0.550915539264679, + 0.1644534468650818, + 1.570939064025879, + 0.1299668401479721, + -0.06811507046222687, + -0.016503507271409035, + 0.06279608607292175, + -0.39808744192123413, + -0.6315714716911316, + 1.3715406656265259, + -1.484723687171936, + -0.7991809844970703, + 0.600561261177063, + 0.054681360721588135, + -0.08424749970436096, + 1.0108269453048706, + 0.7818337678909302, + 0.15101702511310577, + 0.322992742061615, + -0.17005717754364014, + -0.1592424511909485, + 0.22925063967704773, + -1.5451079607009888, + -0.24526575207710266, + 1.3859626054763794, + -0.12538155913352966, + 0.4341636896133423, + 0.44887423515319824, + 0.1355629563331604, + 0.45670729875564575, + 1.0872673988342285, + -0.21358433365821838, + -0.518722414970398, + -0.3535495400428772, + 0.08581838756799698, + -0.1252797544002533, + 0.18803468346595764, + 0.8704196214675903, + 0.47677159309387207, + 0.04427316039800644, + -0.2566327750682831, + -0.045861296355724335, + -0.27421146631240845, + -0.8583822846412659, + 0.9292051792144775, + -0.8079916834831238, + 0.6212797164916992, + 1.078771948814392, + 0.2645259499549866, + -0.6456912755966187, + -0.6877629160881042, + -0.8614704012870789, + -0.6696860790252686, + 0.5482471585273743, + 1.0429366827011108, + -0.37577569484710693, + -1.4601927995681763, + 0.0031775478273630142, + 1.5180593729019165, + 0.4939701557159424, + -1.3406518697738647, + 0.7459125518798828, + -1.4605482816696167, + 0.8393093347549438, + 0.03994198143482208, + -0.6750792264938354, + -0.06157609447836876, + 0.5110968351364136, + 0.17146535217761993, + 0.5607486963272095, + 0.9448522329330444, + 0.9427989721298218, + -1.3510926961898804, + -0.8080342411994934, + 0.34703749418258667, + 1.8903073072433472, + 0.5985698699951172, + 0.5099309682846069, + -0.9776294231414795, + -0.6812385320663452, + -0.322430282831192, + 0.020537061616778374, + -0.04345528408885002, + 0.21519717574119568, + 1.0119224786758423, + 0.5901743173599243, + -0.6045325398445129, + -0.5218268632888794, + -0.7042244672775269, + 0.49228477478027344, + 0.564620852470398, + -0.0692293792963028, + -0.11327102780342102, + 0.8579818606376648, + 0.08095186948776245, + 0.8866430521011353, + -1.4012384414672852, + -0.9228606820106506, + 0.9237866401672363, + -1.1178154945373535, + -0.6304253935813904, + -0.507737398147583, + -0.37442001700401306, + -0.7661753296852112, + 0.2250497192144394, + 0.6895151734352112, + 0.8383191227912903, + -0.8327536582946777, + -1.3455331325531006, + 0.3004671037197113, + -0.8566104173660278, + 0.7018548846244812, + 0.6790885329246521, + -0.8857306838035583, + -1.3759019374847412, + 0.34868124127388, + -1.3026999235153198, + 0.18342958390712738, + 1.0986510515213013, + 0.6878448128700256, + -1.3798394203186035, + -0.7055631875991821, + 0.5108727812767029, + -1.1174077987670898, + -0.29077351093292236, + 1.2743045091629028, + -0.6143088936805725, + 0.3883982002735138, + 0.5065717697143555, + 0.041885748505592346, + -0.8408209085464478, + -1.1802890300750732, + -1.1169766187667847, + 0.4895303547382355, + 1.027616024017334, + -0.17082661390304565, + 0.3280653655529022, + -0.03637946397066116, + 0.6850289106369019, + 0.8240641951560974, + 0.607173502445221, + -0.3899688422679901, + 1.2033584117889404, + 0.4799174666404724, + 2.099330186843872, + 0.3188319802284241, + 0.4241397976875305, + 1.1278568506240845, + -0.06688997149467468, + -0.48569947481155396, + -0.028426462784409523, + -0.6967160105705261, + -0.25333836674690247, + -0.3869107663631439, + -0.053945302963256836, + 0.3974861800670624, + 0.23871532082557678, + -0.3105761706829071, + -0.8286904692649841, + 1.2389951944351196, + 0.44494590163230896, + -0.9468995928764343, + -0.5687500238418579, + 0.7286868691444397, + -0.07010113447904587, + -0.2855949103832245, + -0.8296249508857727, + 0.1746288537979126, + -0.7870060205459595, + -1.2621395587921143, + 0.025623232126235962, + 0.5267722606658936, + 0.19898629188537598, + -0.3238997459411621, + -0.15801472961902618, + 0.06586910784244537, + 0.10826791077852249, + -0.36780667304992676, + 0.5335153341293335, + -0.0650964230298996, + 0.8795762658119202, + 0.14094257354736328, + -0.2581520080566406, + -0.19963501393795013, + 1.34617018699646, + 0.5742974877357483, + 0.7231605052947998, + -0.577908992767334, + 0.3583337962627411, + 0.04956626892089844, + -0.8322741389274597, + -0.7432519793510437, + 0.8865251541137695, + -0.4422951936721802, + -0.8264113068580627, + 1.3848490715026855, + 0.2364056408405304, + 0.8990309834480286, + -0.020891405642032623, + -0.17726360261440277, + -0.37017032504081726, + 0.8812569379806519, + -0.6452850103378296, + 0.35788559913635254, + -0.23438766598701477, + 0.2999902665615082, + -2.4953324794769287, + 1.4637749195098877, + 0.09848969429731369, + 1.7206071615219116, + 0.4641629159450531, + -0.9281103610992432, + -1.0002310276031494, + -0.31630587577819824, + -3.8959455490112305, + 0.10867684334516525, + -0.1863902360200882, + 0.41793641448020935, + 0.30715829133987427, + 0.2926086485385895, + -1.9270578622817993, + 0.8133025765419006, + -0.48175907135009766, + -0.3714033365249634, + 0.8545364141464233, + -1.6628748178482056, + -0.8116050362586975, + -0.4331187307834625, + -0.5619240403175354, + -0.7407258152961731, + -0.6363902688026428, + 0.44683125615119934, + -0.6243417263031006, + -0.9291885495185852, + -0.5560752153396606, + -0.09007015079259872, + 2.6082968711853027, + -0.026270117610692978, + -0.020163612440228462, + 0.7759530544281006, + -0.0911688357591629, + -1.0013835430145264, + -0.6459663510322571, + -0.6018060445785522, + -0.4838622510433197, + 0.09314614534378052, + -0.39839866757392883, + 0.31802353262901306, + 0.740043580532074, + 1.8787099123001099, + -0.384270578622818, + 0.8576939105987549, + -0.038952864706516266, + -0.47568824887275696, + 0.8308053016662598, + 0.15670426189899445, + -0.3704625964164734, + 1.1905566453933716, + 0.5360912084579468, + -0.6659435629844666, + -0.0410742349922657, + 0.5294268131256104, + 0.2447613775730133, + -0.4496819078922272, + 0.9574057459831238, + -0.010961964726448059, + 0.42403340339660645, + 0.27156367897987366, + -1.4329978227615356, + -0.20669007301330566, + -0.5081124305725098, + 0.6735674142837524, + 0.7910282015800476, + 0.8107274770736694, + -1.4669723510742188, + -2.254979133605957, + 0.05062597990036011, + 0.4052182137966156, + -0.6426001787185669, + -0.11805703490972519, + -0.195613294839859, + 0.00831511989235878, + 0.9374335408210754, + 0.599361777305603, + 0.5614690184593201, + -0.39554741978645325, + 0.2174854427576065, + -0.7760217189788818, + 0.019031602889299393, + 1.132780909538269, + 0.6568094491958618, + 0.009864181280136108, + -0.5266321897506714, + -0.2823285758495331, + 1.3406472206115723, + -0.10113497078418732, + -0.19530002772808075, + 0.6962660551071167, + -0.9081497192382812, + -1.3390743732452393, + 0.6729087829589844, + 0.6086804270744324, + 0.5517103672027588, + 5.874434471130371, + 0.5654028058052063, + 0.5994809865951538, + 0.47684842348098755, + 1.7533371448516846, + 0.029417894780635834, + -0.2541750371456146, + 0.6860842108726501, + 0.03155314177274704, + -0.534437894821167, + 0.11856833100318909, + 0.4896606206893921, + -0.3170850872993469, + 0.16271860897541046, + 0.21790874004364014, + 1.5204511880874634, + -0.2445015162229538, + -0.747352659702301, + 1.8212634325027466, + -0.7575507164001465, + 0.8934712409973145, + 0.07079478353261948, + -0.8805890679359436, + 0.5818264484405518, + -0.5789734125137329, + -0.057397499680519104, + 1.063726782798767, + 0.24983909726142883, + -0.10019054263830185, + 0.17487581074237823, + -0.18628667294979095, + 1.412461757659912, + 1.0531044006347656, + 1.0374149084091187, + 0.43677040934562683, + -0.2729889452457428, + -1.8885148763656616, + 0.11743126064538956, + -2.0739328861236572, + 0.46023863554000854, + -1.1480436325073242, + -0.8656448721885681, + 0.2819852828979492, + 0.12666688859462738, + -0.28589123487472534, + 0.4677242636680603, + 0.7728468775749207, + -0.866554856300354, + 0.0821758508682251, + -0.8246530294418335, + -0.2704757750034332, + -0.21819257736206055, + -0.4523806571960449, + 1.114180564880371, + 2.375495433807373, + -0.06732417643070221, + 0.047168612480163574, + -0.21895462274551392, + -0.8066979050636292, + 1.2717373371124268, + 0.615155816078186, + 0.4156017005443573, + -2.0160961151123047, + 0.08695220947265625, + 0.3950933516025543, + 1.097909927368164, + -0.668784499168396, + -0.824608325958252, + 0.5779680609703064, + 1.2452967166900635, + -0.5217548608779907, + 0.5951403379440308, + -0.03988618776202202, + -0.13912856578826904, + 0.3576357960700989, + -0.1868533045053482, + -0.19137287139892578, + 0.23405280709266663, + 0.8735405206680298, + 0.2461579144001007, + 0.8966135382652283, + -0.6039882302284241, + -0.37542685866355896, + 1.0512068271636963, + 1.2954537868499756, + 0.7980077266693115, + -0.978020429611206, + 1.3350696563720703, + -0.4930749833583832, + -0.9727095365524292, + -0.4556531012058258, + -0.196794331073761, + -1.1947662830352783, + -0.18209321796894073, + -1.074289083480835, + -1.1810855865478516, + 1.099524736404419, + -1.0633236169815063, + -1.867701530456543, + -0.4411814510822296, + 1.0989388227462769, + -0.12061531841754913, + -0.6256711483001709, + -0.26439106464385986, + 0.9330839514732361, + -0.4194035232067108, + -0.17549380660057068, + -0.834073543548584, + -0.15079990029335022, + 0.957001268863678, + 0.16157138347625732, + 0.4882625937461853, + -0.10766858607530594, + 0.25572851300239563, + 0.04527577757835388, + 0.7243369221687317, + 0.006650399416685104, + -0.5364977717399597, + 1.2082037925720215, + 0.12637770175933838, + -0.2877070903778076, + -0.910185694694519, + -1.057441234588623, + -1.2303165197372437, + -1.089009165763855, + -1.8462741374969482, + -0.0008099786937236786, + 1.4158445596694946, + -0.052438005805015564, + 1.1581475734710693, + -0.07870933413505554, + -0.4762241840362549, + 0.8585748076438904, + 0.6025940179824829, + 2.1772968769073486, + -0.3666825294494629, + 1.5467008352279663, + 0.47149085998535156, + 0.683458685874939, + -0.014007475227117538, + -0.14551934599876404, + 0.31171712279319763, + -0.8478516936302185, + 1.0653349161148071, + 0.809637188911438, + 0.7436988353729248, + -1.1829142570495605, + -0.4226347506046295, + -0.570020854473114, + 0.6856805086135864, + 0.457559734582901, + 0.7810066342353821, + 0.9907718896865845, + -1.3449596166610718, + 0.2593420743942261, + -0.14247746765613556, + -0.37580883502960205, + -0.21100938320159912, + -0.08618906140327454, + -1.171686053276062, + 0.4281359910964966, + 0.5109826922416687, + 0.821038007736206, + 2.5403692722320557, + -0.7973832488059998, + 1.568108081817627, + 0.2965104877948761, + 1.1909878253936768, + -1.0916595458984375, + -1.2496644258499146, + -0.05034293979406357, + 0.1996820569038391, + -0.873664379119873, + 0.7723275423049927, + 0.6169474124908447, + 0.40105903148651123, + 0.44036468863487244, + -0.045704763382673264, + -0.6153852343559265, + -0.8506728410720825, + 0.061213500797748566, + -0.28075918555259705, + -0.8465104699134827, + 0.01985154300928116, + 1.6598272323608398, + 0.09218645095825195, + 0.24700704216957092, + -0.8809565305709839, + -0.13494548201560974, + -1.111053228378296, + 0.7217583060264587, + 1.8767080307006836, + 0.06170576065778732, + -0.6970926523208618, + 0.20418131351470947, + -1.1469265222549438, + -0.014855185523629189, + -0.011182431131601334, + -0.5217799544334412, + 1.077067494392395, + -0.8470372557640076, + -0.822166383266449, + -0.6172537207603455, + -0.807914137840271, + 0.34424859285354614, + 0.3402147591114044, + 0.06285557150840759, + 0.585016131401062, + -0.9014080166816711, + -0.953913688659668, + -0.8222425580024719, + 0.10198771953582764, + -0.35529059171676636, + 0.016030166298151016, + -0.591812789440155, + 0.0116504468023777, + 0.05319060757756233, + -0.22171898186206818, + -1.1172895431518555, + -1.1288864612579346, + -0.3109971284866333, + 0.4396013617515564, + 1.030508041381836, + -0.40439844131469727, + -0.2762988805770874, + -1.1368227005004883, + 0.9035168886184692, + -0.42714786529541016, + -0.0383109487593174, + 0.1635923832654953, + -0.05674898624420166, + -0.2790219485759735, + -1.4909683465957642, + 0.6645395755767822, + 0.07732874155044556, + -0.3143181800842285, + 0.10017725825309753, + 0.7909790277481079, + -0.46045196056365967, + -0.02696175128221512, + -0.5182919502258301, + -1.3839564323425293, + -0.7772744297981262, + 1.0247597694396973, + -0.2906374931335449, + 0.5867058038711548, + -0.41360464692115784, + -1.075089693069458, + 1.1323765516281128, + 0.728457510471344, + -0.34148359298706055, + 0.27603667974472046, + -0.23549741506576538, + -0.7252324819564819, + 0.8393440246582031, + -1.4620088338851929, + 0.3662962019443512, + -0.7539744973182678, + -0.48375752568244934, + -0.3234019875526428, + -0.9951149225234985, + 1.5166281461715698, + 0.012876816093921661, + 0.5661977529525757, + -1.8800039291381836, + -0.6675612926483154, + 0.590839147567749, + -1.2291845083236694, + -0.7729732394218445, + -0.14114688336849213, + -1.5476481914520264, + 0.06498311460018158, + -1.0630441904067993, + -1.589996576309204, + 1.1024316549301147, + -0.09549595415592194, + -1.2822896242141724, + 0.31641048192977905, + -0.10342258960008621, + 1.3383684158325195, + -0.9665725827217102, + 1.440258502960205, + -0.7396871447563171, + -0.34955576062202454, + 0.0381413996219635, + -0.1598864197731018, + 0.22803306579589844, + -0.269861102104187, + -0.2625207006931305, + 0.171461284160614, + 0.9277570247650146, + -1.144249439239502, + -0.5807690024375916, + -0.2723384201526642, + -0.14985428750514984, + -0.18235716223716736, + -0.7068029642105103, + 0.6107451319694519, + -0.40005800127983093, + -0.22689209878444672, + -0.825421929359436, + 0.47799915075302124, + 0.14007329940795898, + 0.12166444957256317, + -0.4795127213001251, + -0.2394522726535797, + 1.2318142652511597, + -0.777434229850769, + 0.638252317905426, + 0.5668401718139648, + -0.110868901014328, + 0.20126400887966156, + 0.4162181615829468, + -1.0112237930297852, + 0.7794474959373474, + -1.1066925525665283, + -0.35559412837028503, + 0.24705705046653748, + 0.13284388184547424, + 0.09666509926319122, + 0.3495433032512665, + -0.33659160137176514, + -1.1320067644119263, + -0.2614836096763611, + -0.6134761571884155, + -0.0048255883157253265, + 0.4950040578842163, + -0.13089290261268616, + 0.2744670808315277, + -0.4087161123752594, + -0.16062813997268677, + -0.8161422610282898, + -0.4009348750114441, + 0.04310343414545059, + 0.6444856524467468, + 1.874445915222168, + 0.27547118067741394, + -0.012311965227127075, + 0.44497454166412354, + 0.8456379175186157, + 0.5372501611709595, + 1.277125358581543, + 0.9780322313308716, + -0.2500765323638916, + 0.6794389486312866, + -0.048136673867702484, + -0.3371119499206543, + -0.21135227382183075, + 0.08789698779582977, + -1.248308777809143, + -0.052024129778146744, + 0.8037660717964172, + -0.6218627691268921, + -1.007185459136963, + 0.8268725275993347, + 0.9349435567855835, + -1.0319080352783203, + -0.28590863943099976, + 0.36891403794288635, + 0.1921725571155548, + -0.19350016117095947, + 0.5443400740623474, + -0.2561803162097931, + -0.5956429243087769, + -0.31891176104545593, + 0.7854181528091431, + 0.8551070690155029, + -0.8148818016052246, + 0.8962065577507019, + -0.3577210009098053, + -0.008721627295017242, + 0.2719583213329315, + 0.25995737314224243, + 1.252769947052002, + -1.0410265922546387, + 0.7959873676300049, + -0.6565117239952087, + -0.5059196949005127, + 0.6865174174308777, + 0.04145502299070358, + 0.22462710738182068, + 0.6112893223762512, + 0.24168211221694946, + -0.6847336888313293, + 0.5852003693580627, + -0.6814654469490051, + -0.9687122702598572, + 0.37702664732933044, + -0.1704709231853485, + 1.3516504764556885, + -0.34823793172836304, + -1.1820785999298096, + -1.1607568264007568, + 0.4374985098838806, + -4.334804058074951, + 0.49729329347610474, + 0.20594657957553864, + -0.057537857443094254, + -1.0704212188720703, + 0.5130143761634827, + -0.5664857625961304, + -1.6329593658447266, + 0.8828795552253723, + -0.1546720266342163, + -1.3438386917114258, + -0.3727869987487793, + 0.5834194421768188, + -0.8752274513244629, + 0.5587953925132751, + 1.1823323965072632, + 0.2769773602485657, + -0.6869024038314819, + 0.4095762073993683, + 0.9286298751831055, + 0.2647119164466858, + -0.21036919951438904, + 1.2955138683319092, + 0.532937228679657, + 0.28029024600982666, + -0.32293158769607544, + -0.4939655363559723, + 0.6631690859794617, + -0.8634516000747681, + -0.6172829866409302, + -1.2043977975845337, + -0.9845540523529053, + 1.6081401109695435, + 1.3683924674987793, + 1.5490460395812988, + 0.2880910038948059, + 0.6929376721382141, + -0.35741090774536133, + -0.8727887272834778, + 0.07206891477108002, + 0.5819351077079773, + 0.6205651164054871, + -0.25394314527511597, + -0.3851177990436554, + 0.5217066407203674, + -0.38359618186950684, + 1.000003695487976, + -0.006620645523071289, + -0.8377508521080017, + 0.21384774148464203, + 0.29889020323753357, + 0.2909327745437622, + 0.8220571279525757, + 1.6142641305923462, + 0.6666500568389893, + -0.219032421708107, + -0.6738306283950806, + 0.3771076500415802, + -0.4213312566280365, + 1.2867279052734375, + -1.3919488191604614, + -0.2671145498752594, + -1.158636450767517, + -1.0735645294189453, + -0.23770670592784882, + 0.25357767939567566, + -1.3840450048446655, + 0.5925887823104858, + 0.21503987908363342, + 0.8113462328910828, + -0.5510501861572266, + -0.8904651999473572, + 0.7056286334991455, + -0.6454086303710938, + 0.8238071799278259, + 1.1935343742370605, + 1.0049781799316406, + 0.27374202013015747, + -1.9652721881866455, + -1.6971732378005981, + -0.8929206132888794, + -0.7478305697441101, + 0.3231853246688843, + 0.7538754940032959, + 0.14977584779262543, + 0.2773221731185913, + -1.2055584192276, + 0.42560678720474243, + -2.159189462661743, + 1.134587049484253, + -1.7164244651794434, + -1.2057325839996338, + 1.246342658996582, + -0.6036016345024109, + -1.272395133972168, + 1.0363143682479858, + -0.9585619568824768, + 0.771514356136322, + -0.8332194089889526, + -0.29197070002555847, + -0.2065296173095703, + -0.564405620098114, + 0.7427123188972473, + -0.6366246938705444, + -0.5481564998626709, + 0.010799556970596313, + 0.5303024053573608, + -0.4979032278060913, + -0.3757571280002594, + 0.7899371385574341, + -0.8595147728919983, + -0.5250003337860107, + 0.47173774242401123, + -0.3305937945842743, + -0.34614455699920654, + 0.39239174127578735, + 0.49044954776763916, + -0.19119970500469208, + -0.33733105659484863, + 0.15452295541763306, + 0.46664685010910034, + -0.26242929697036743, + 0.4468558132648468, + -1.6176499128341675, + 0.12153680622577667, + 2.300882577896118, + 1.081842064857483, + 0.6534781455993652, + 1.235882043838501, + -0.04539830982685089, + 0.7779932618141174, + -1.3630809783935547, + 0.21968349814414978, + -0.07100561261177063, + 0.9178058505058289, + -1.6368082761764526, + 0.027098286896944046, + 0.49148374795913696, + 0.15434107184410095, + -0.6022444367408752, + -0.8585063815116882, + -0.09163914620876312, + -0.6145591139793396, + 0.06097526103258133, + -0.7783713936805725, + 1.0526539087295532, + -0.6828756332397461, + 0.11523158103227615, + -1.2871503829956055, + -0.964673638343811, + 0.22955840826034546, + -0.2535379230976105, + 0.2974774241447449, + 0.6036083102226257, + 1.1227225065231323, + 1.2306053638458252, + -0.49092844128608704, + -0.701280415058136, + 0.8448666930198669, + 0.41431787610054016, + -0.32522907853126526, + -0.4198589324951172, + -0.44281476736068726, + 0.46738696098327637, + -0.5651697516441345, + -0.3726682662963867, + 0.8699941039085388, + -0.7257691025733948, + 0.10890715569257736, + -1.7437916994094849, + -0.10561859607696533, + 1.4021183252334595, + -0.7427036166191101, + 0.10164694488048553, + 0.3296104073524475, + -0.8567050099372864, + 0.42700719833374023, + 0.5283975601196289, + 0.9403742551803589, + -1.008896827697754, + 0.7597172856330872, + 0.4560411274433136, + -0.2737365961074829, + 1.2720874547958374, + 0.18614953756332397, + 0.3951440751552582, + -0.3553956151008606, + -0.493001252412796, + 0.07719279825687408, + 0.09032164514064789, + -0.21639984846115112, + -1.0252907276153564, + 0.5602704882621765, + -1.1888704299926758, + 0.8417981863021851, + 0.1852671205997467, + -0.9091607332229614, + 0.5303894281387329, + 0.4694991111755371, + -0.3999454379081726, + -0.19977626204490662, + 0.14605118334293365, + -0.1977997124195099, + -0.3414551019668579, + -1.03495454788208, + 0.2485663890838623, + -0.18928393721580505, + -0.17801086604595184, + -0.2734203338623047, + -0.027391446754336357, + -0.8397859334945679, + -0.49337509274482727, + -0.8994761109352112, + 0.8651769757270813, + -0.8766759634017944, + 1.2188585996627808, + -0.019074108451604843, + -0.20139697194099426, + 0.2947976291179657, + 1.604719877243042, + 1.1099827289581299, + -0.29270702600479126, + -1.3235677480697632, + 0.4924805164337158, + 0.27150028944015503, + 0.9418960809707642, + -1.0701673030853271, + 0.4506682753562927, + 0.13393308222293854, + -0.9899198412895203, + 0.343801885843277, + 0.6052469611167908, + 0.19472917914390564, + 1.1224148273468018, + 1.1351760625839233, + 0.8488110303878784, + 0.08837895095348358, + -0.4841694235801697, + -0.8372300267219543, + -0.3060922920703888, + 0.5207930207252502, + -0.3146689534187317, + -0.05020396411418915, + 0.06844863295555115 + ] + }, + { + "key": 18, + "name": "Mike Lane", + "type": "movie", + "media": "Magic Mike", + "label": [ + "Charming", + "Confident", + "Dominant", + "Hardworking", + "Sensual" + ], + "embedding": [ + -1.090874433517456, + 0.21602949500083923, + -0.7440161108970642, + -0.8863129019737244, + -0.8580058217048645, + -0.40409064292907715, + -0.09452677518129349, + -0.27846619486808777, + -0.6185575723648071, + 0.2572769820690155, + 0.3949401378631592, + 0.01632930338382721, + -1.057199239730835, + -0.5679600238800049, + 1.0565462112426758, + 0.7675362825393677, + 0.23522132635116577, + 0.10129238665103912, + -0.5467679500579834, + -0.6851991415023804, + -1.3226585388183594, + 0.19178105890750885, + -0.2012280374765396, + -0.07084120064973831, + -1.1340042352676392, + 0.8003479242324829, + -0.29867982864379883, + 0.014613054692745209, + -0.847143828868866, + 0.3916896879673004, + 0.2583487331867218, + 0.2053406983613968, + 1.0520011186599731, + -0.7797490954399109, + 0.5832517743110657, + -0.2674218714237213, + 0.7223209738731384, + -0.12644357979297638, + -1.1960678100585938, + 0.8730174899101257, + 0.7391819953918457, + -1.122290849685669, + 0.8567198514938354, + -1.0468878746032715, + 0.7101665735244751, + -0.4906790852546692, + 0.30572399497032166, + -0.5734811425209045, + 0.22774550318717957, + 0.42149975895881653, + -0.48855456709861755, + -0.04926670715212822, + 1.351715326309204, + -0.14982031285762787, + 0.4825596213340759, + -0.5326887965202332, + 0.6719846725463867, + -1.6781504154205322, + -0.21192102134227753, + -1.7800064086914062, + -1.5554291009902954, + 0.6292581558227539, + 0.07941744476556778, + -0.1642054319381714, + 0.25416773557662964, + 1.6492220163345337, + 0.10305540263652802, + 0.02781405672430992, + -0.004767332226037979, + -1.8175859451293945, + -0.5522432327270508, + -0.1290431022644043, + -0.29639798402786255, + 0.08025725185871124, + -1.9258214235305786, + 0.8749417066574097, + 0.4658539891242981, + -0.2970984876155853, + -1.2509400844573975, + 0.7811586856842041, + 0.2795569598674774, + 0.26831987500190735, + 0.8215066194534302, + -0.05445408821105957, + -1.526917815208435, + 0.9231329560279846, + 0.27323994040489197, + 0.11615703999996185, + -0.2987705171108246, + 0.0001675337553024292, + -0.8680211305618286, + 0.3283122181892395, + -0.6364237070083618, + -1.2571256160736084, + -0.9059217572212219, + -0.09228109568357468, + -0.5808534622192383, + -0.3291694223880768, + 0.976537823677063, + 0.9760543704032898, + -0.48914188146591187, + 0.2000913769006729, + -0.1146765798330307, + 0.08458118885755539, + -0.11110129952430725, + -2.0472116470336914, + -0.41492339968681335, + 1.0788321495056152, + 0.38981449604034424, + 0.07469188421964645, + 0.6899549961090088, + -0.20418569445610046, + 0.46736517548561096, + 1.3193985223770142, + 0.10953765362501144, + 0.6012716889381409, + 0.03177370876073837, + -0.13158193230628967, + -0.13580842316150665, + -0.04898554086685181, + 1.0354970693588257, + -0.08883729577064514, + -0.04484796151518822, + -0.20679570734500885, + -0.5781501531600952, + -1.0044677257537842, + -0.26398736238479614, + 0.7713654041290283, + -0.7991473078727722, + 0.7132921814918518, + 1.4320517778396606, + 0.9095866680145264, + -0.03379691019654274, + -1.3008350133895874, + -0.44028612971305847, + -0.1554778665304184, + 0.16063742339611053, + 0.1913609653711319, + -0.14167821407318115, + -0.8441856503486633, + 0.5104994773864746, + 1.1105213165283203, + 0.41280999779701233, + -1.5737969875335693, + 0.12715183198451996, + -1.4161816835403442, + 0.5244031548500061, + 0.11551535129547119, + -0.17014780640602112, + -0.19460076093673706, + 1.313503623008728, + -0.35649043321609497, + 0.3992081582546234, + 1.178806185722351, + 0.855068564414978, + -1.7746549844741821, + -0.15600331127643585, + 1.6016920804977417, + 0.8702362179756165, + 0.4476475715637207, + 0.6067231893539429, + -0.5660803318023682, + 0.959953248500824, + 0.5052165985107422, + 0.015107202343642712, + -0.6602649688720703, + 1.2307296991348267, + 0.9023353457450867, + 0.15090909600257874, + -0.569074809551239, + 0.34825608134269714, + -1.7559633255004883, + 0.47053563594818115, + 0.7508547306060791, + 1.2332208156585693, + -0.10346636176109314, + 2.3178277015686035, + 0.4362712800502777, + 0.20200039446353912, + -0.9532385468482971, + -1.1837416887283325, + 0.5549737811088562, + -0.3640034794807434, + 0.32197338342666626, + -0.9771146774291992, + -0.6787583827972412, + -0.36691945791244507, + -0.5192830562591553, + 0.7546937465667725, + 1.4600292444229126, + -0.47025266289711, + -1.4201358556747437, + -0.5531973838806152, + -0.6742145419120789, + 1.5567362308502197, + 0.4221285283565521, + 0.19925722479820251, + -1.4391541481018066, + 0.6788032054901123, + -1.9574286937713623, + 0.9059946537017822, + 1.0249069929122925, + 0.8396715521812439, + -1.1845272779464722, + -1.0812188386917114, + -0.030841916799545288, + -1.4953829050064087, + -0.22901670634746552, + 0.5528439879417419, + -0.6850248575210571, + 0.520865797996521, + 0.30759501457214355, + 0.18921032547950745, + -0.6713818907737732, + -0.9028996229171753, + -0.8620323538780212, + -1.0881282091140747, + 0.3947489857673645, + -0.6514309644699097, + -0.35772961378097534, + 0.7530823945999146, + 0.18034516274929047, + 1.3001770973205566, + 0.5701781511306763, + -0.10487272590398788, + 0.21710576117038727, + 0.836513102054596, + 1.6264150142669678, + 0.4211958646774292, + -0.11208788305521011, + 0.6107739806175232, + 0.0040769800543785095, + 0.32878535985946655, + -0.07754429429769516, + -0.28384438157081604, + -0.4926798641681671, + -1.2669873237609863, + 0.20757214725017548, + 1.0952916145324707, + 0.27883151173591614, + -0.08525293320417404, + -0.7483946681022644, + 1.6997084617614746, + -1.1148600578308105, + -1.1797236204147339, + 0.4564861059188843, + 0.8801552653312683, + 0.22828169167041779, + 0.04737686738371849, + -0.43960291147232056, + 0.040880151093006134, + -0.32771268486976624, + -1.64291512966156, + -1.2417733669281006, + 1.1778203248977661, + 0.8019759058952332, + 0.23858791589736938, + -0.252899169921875, + -0.13566485047340393, + 0.28216108679771423, + 0.11506696045398712, + 0.4948362112045288, + -0.020855899900197983, + 1.103140950202942, + 0.5272207856178284, + -0.569555401802063, + 0.1970849633216858, + 0.21204453706741333, + 0.045653387904167175, + 1.2044283151626587, + -0.46093159914016724, + -0.45087873935699463, + 0.11832969635725021, + -1.0029983520507812, + -0.4499569535255432, + 1.1199904680252075, + -0.26529303193092346, + -0.6345898509025574, + 0.9805858135223389, + -0.1283225417137146, + 1.4269813299179077, + 0.9281122088432312, + 0.2624029517173767, + 0.10966169834136963, + 0.8407990336418152, + -0.27910149097442627, + -0.13131645321846008, + -0.8897615671157837, + 1.0327320098876953, + -2.211001396179199, + 0.11244311928749084, + -0.25741273164749146, + 1.3748530149459839, + 0.2301182746887207, + -0.5353585481643677, + -0.476659893989563, + -0.9074398875236511, + -3.9676780700683594, + 0.40575096011161804, + -0.7380208373069763, + 0.44117471575737, + 0.19437068700790405, + -0.397212952375412, + -0.6541749238967896, + 0.32374998927116394, + -1.258428692817688, + -0.8441944718360901, + 1.0705798864364624, + -1.0678790807724, + -0.8004123568534851, + 0.2361288070678711, + -0.8195736408233643, + 0.0006794509245082736, + -0.6794986724853516, + -0.6852233409881592, + 0.6456794738769531, + -0.621972382068634, + -0.49158328771591187, + -0.12217939645051956, + 2.3445401191711426, + 0.2714262902736664, + 0.4339670240879059, + 0.5836766362190247, + 0.056553952395915985, + -1.3461068868637085, + -0.8669429421424866, + -0.0909077525138855, + -0.34065428376197815, + 0.4817802906036377, + -0.3906211853027344, + 1.0209009647369385, + 0.2944739758968353, + 1.4105960130691528, + -0.24813097715377808, + -0.13689690828323364, + -0.25472745299339294, + -0.2762170135974884, + 0.4558761715888977, + 0.013898022472858429, + -1.0423210859298706, + 0.6273777484893799, + -0.07383215427398682, + -0.002858375199139118, + 0.04533477872610092, + 0.8791593909263611, + -0.04077020287513733, + -0.3548511564731598, + 0.5279822945594788, + -0.5081580877304077, + 0.19673439860343933, + 0.3719768822193146, + -1.821521520614624, + -0.17353181540966034, + -0.6802151799201965, + 0.03213890641927719, + 0.6000835299491882, + 0.6920182108879089, + -0.38444095849990845, + -1.299757719039917, + 0.472005695104599, + 1.0411080121994019, + -0.4100780785083771, + 0.0013554878532886505, + -0.6579568982124329, + 0.4379306435585022, + 0.8434627056121826, + 0.5439614653587341, + 0.4931379556655884, + -0.4998503625392914, + -0.42834383249282837, + -0.4674754738807678, + -0.05945040285587311, + 0.21129700541496277, + -0.2549412250518799, + -0.001120980829000473, + -0.5294567346572876, + -1.1639569997787476, + 0.7910628318786621, + -0.13866005837917328, + -0.511488676071167, + 1.3514232635498047, + -0.8162870407104492, + -0.720319390296936, + 0.3540878891944885, + 0.9638606905937195, + 1.2180354595184326, + 5.966767311096191, + 0.7168893218040466, + 0.8577901721000671, + 0.5393038392066956, + 0.7984666228294373, + 0.29722923040390015, + -0.5302497148513794, + 0.16670489311218262, + 0.11031670868396759, + -0.4705656170845032, + 0.9608045816421509, + 0.4788830876350403, + -0.14711958169937134, + 0.491843581199646, + 0.08696895837783813, + 0.9170225858688354, + -0.7445663213729858, + -1.0667359828948975, + 1.897341251373291, + -0.41385510563850403, + 1.1849212646484375, + -0.5771185755729675, + -0.06158563867211342, + -0.0425415113568306, + -0.8848284482955933, + -0.535661518573761, + 0.4303120970726013, + 0.507279634475708, + -1.0006120204925537, + 0.49940234422683716, + -0.7473857998847961, + 1.5843335390090942, + 1.998028039932251, + 1.6420091390609741, + 0.4590435028076172, + -1.215680480003357, + -1.5790777206420898, + 0.3961420953273773, + -1.712849736213684, + 0.9704121947288513, + -1.3608330488204956, + -0.3937271237373352, + -0.1920054852962494, + -1.1303755044937134, + -0.7523046135902405, + 0.7732207179069519, + 0.5332093834877014, + -0.517056405544281, + 0.18911872804164886, + -1.0429832935333252, + -0.4839089810848236, + -0.7371753454208374, + -0.18823479115962982, + 0.10115548968315125, + 1.7448954582214355, + -0.35200434923171997, + -0.9617781043052673, + -0.46392402052879333, + -0.256003737449646, + 1.889769196510315, + 1.221535563468933, + 1.0069409608840942, + -1.4336531162261963, + -0.4448584020137787, + 0.2090792953968048, + 1.492275595664978, + -0.7717478275299072, + -0.026563497260212898, + 0.7903319597244263, + -0.03615955635905266, + -0.503620982170105, + 0.4541374146938324, + -0.015563507564365864, + 0.13978205621242523, + 0.05488866567611694, + 0.46361809968948364, + 0.4023011326789856, + 0.9780953526496887, + 1.0991733074188232, + 0.8500968813896179, + -0.16361691057682037, + -0.2064724564552307, + -1.1607636213302612, + 0.42102381587028503, + 0.8135489821434021, + 0.4743415117263794, + -1.0984773635864258, + 0.502933919429779, + 0.7050679326057434, + -0.6825783848762512, + -0.46181878447532654, + -0.637139618396759, + -0.8904780149459839, + -1.001044511795044, + 0.09948752820491791, + -0.6716643571853638, + 1.0485204458236694, + -0.47110047936439514, + -1.1675114631652832, + -0.5960819721221924, + 1.3033925294876099, + -0.9027591347694397, + -0.7112307548522949, + 0.2824039161205292, + -0.14555321633815765, + -0.9314382076263428, + -0.5423445701599121, + -0.05653577297925949, + 0.02379775047302246, + 0.7288476228713989, + -0.6865121126174927, + 0.9220020174980164, + -1.0253382921218872, + -0.03156905621290207, + 1.055649757385254, + -0.1369425654411316, + 0.7545923590660095, + -0.5439596176147461, + 1.179539680480957, + -0.13579203188419342, + -0.2687188386917114, + -0.06522901356220245, + -0.8367733359336853, + -1.1328167915344238, + -0.5861042737960815, + -2.229656219482422, + 0.2620072066783905, + 1.472368597984314, + -0.9388331770896912, + 0.7445362210273743, + -0.23922036588191986, + -0.3706739842891693, + 0.3146807551383972, + 0.7909939885139465, + 1.71669340133667, + -0.3796631991863251, + 1.555390477180481, + 0.9005530476570129, + 0.5490269064903259, + 0.07157100737094879, + 0.22644194960594177, + 0.08122234046459198, + -0.9968201518058777, + 0.7342621684074402, + 0.14068251848220825, + -0.35095900297164917, + -0.8661804795265198, + -0.3112868666648865, + -0.25283899903297424, + 0.2277984321117401, + 0.241980642080307, + 0.7147345542907715, + -0.19085481762886047, + -0.7503458261489868, + 0.2072589099407196, + 0.38682833313941956, + -0.310646653175354, + -0.9929201006889343, + -0.730502724647522, + -1.1869820356369019, + 0.10971877723932266, + 0.404511034488678, + 0.8998057842254639, + 2.7636590003967285, + -1.0533024072647095, + 0.49429792165756226, + 0.6151630878448486, + 1.0500638484954834, + 0.08035093545913696, + -1.085829734802246, + -0.08228910714387894, + -0.3214390277862549, + -0.3709416091442108, + 0.7260497212409973, + -0.1515599489212036, + 0.26627424359321594, + 0.2270272672176361, + 0.054026104509830475, + 0.1236022412776947, + -0.7834867835044861, + 0.2619155943393707, + 0.2841501235961914, + -1.8521994352340698, + 0.32563748955726624, + 0.9776182174682617, + 0.1156691312789917, + 0.5637683868408203, + -0.5539798736572266, + 0.33579227328300476, + -0.6795763373374939, + 0.19084277749061584, + 2.006969690322876, + -0.2614102363586426, + -0.7021581530570984, + 0.44446778297424316, + -0.45646724104881287, + -0.23000311851501465, + -0.03633125498890877, + 0.16739550232887268, + 0.026914402842521667, + -0.5275602340698242, + -0.374179869890213, + -0.3382822275161743, + -0.6035851836204529, + 0.6025814414024353, + -0.4134693443775177, + -0.030486132949590683, + 0.8845686316490173, + -0.4964565634727478, + -0.8963903188705444, + -0.35242965817451477, + 0.4718327522277832, + -0.1059650108218193, + 0.15395735204219818, + -0.6031228303909302, + 0.21596166491508484, + 0.007350211963057518, + -0.37730535864830017, + -1.2968491315841675, + -0.6199340224266052, + 0.292558878660202, + 0.24791279435157776, + 1.463923692703247, + -0.4275979995727539, + -1.0649210214614868, + -1.8304578065872192, + 0.2823118567466736, + -0.8014359474182129, + -0.6298526525497437, + 0.20336134731769562, + -0.0654960423707962, + -0.5360162258148193, + -2.022047519683838, + 0.39467525482177734, + -0.1058918759226799, + -0.6516894698143005, + -0.3057110905647278, + 1.1682876348495483, + -0.0878022164106369, + -0.43273258209228516, + -0.4681054651737213, + -0.9638098478317261, + -0.2810530662536621, + 1.353028655052185, + 0.09777472913265228, + 0.8590989708900452, + -0.2354498654603958, + 0.028427422046661377, + 1.3345764875411987, + -0.1454516500234604, + -0.7134968042373657, + 0.25225555896759033, + -0.09885988384485245, + -1.0632065534591675, + 0.20137397944927216, + -0.6205047369003296, + -0.4262021780014038, + 0.23533540964126587, + 0.8813928961753845, + -0.10873151570558548, + -0.8446284532546997, + 0.9180538654327393, + -0.35217735171318054, + 0.6978418231010437, + -2.8826427459716797, + -0.8654581308364868, + 0.03792784363031387, + -0.3039516508579254, + -0.9769934415817261, + -1.008078694343567, + -0.3128093481063843, + -0.28768908977508545, + -1.4453197717666626, + -1.4416091442108154, + 1.2832658290863037, + 0.453111857175827, + -0.5297042727470398, + 0.7925192713737488, + 0.5011700987815857, + 1.3498430252075195, + -0.6607815623283386, + 1.4963277578353882, + -0.43808892369270325, + 0.6961078643798828, + 0.3654187321662903, + 0.10057523846626282, + 0.5156301856040955, + -0.36278778314590454, + 0.1784379780292511, + 0.1304161697626114, + 0.8602690696716309, + -0.4318089187145233, + -0.7734245657920837, + 1.4014737606048584, + -0.8404213190078735, + 0.045394524931907654, + -0.11292124539613724, + 1.6347074508666992, + -0.595048725605011, + 0.12464773654937744, + -0.22879941761493683, + 0.7942289710044861, + -0.7680318355560303, + -0.4742623567581177, + -0.7517358064651489, + 0.08547286689281464, + 1.415477991104126, + -0.4444233179092407, + -0.39969882369041443, + 1.1024366617202759, + -0.08207570016384125, + 0.04593145102262497, + 0.2705412209033966, + -0.21650633215904236, + 0.30742669105529785, + -0.5036975741386414, + -0.7572349905967712, + 0.5684720873832703, + 0.0055654048919677734, + -0.06404875218868256, + 0.5003297924995422, + 0.057963788509368896, + -0.8588948249816895, + 0.47237280011177063, + -0.08455638587474823, + -0.23009170591831207, + 0.7813740968704224, + -0.6065237522125244, + 0.048977598547935486, + 0.45792850852012634, + -0.6360940933227539, + -1.2692062854766846, + -0.00718330405652523, + -0.2845844030380249, + 1.734727144241333, + 1.3044058084487915, + 0.9656124114990234, + 0.9782975912094116, + -0.20546090602874756, + 0.03520368039608002, + 0.07148350030183792, + 1.3128937482833862, + 0.2990472912788391, + -1.1395891904830933, + 0.49907684326171875, + 0.2568354606628418, + -0.28612345457077026, + 0.3102101683616638, + -0.12222059816122055, + -1.3167407512664795, + -0.4678390622138977, + 2.1101272106170654, + -0.3896254897117615, + -1.2652751207351685, + 0.16168442368507385, + 0.7228710651397705, + -1.0491094589233398, + -0.5455620884895325, + 0.096373051404953, + -1.5115265846252441, + -0.11546917259693146, + 0.5470426082611084, + -0.09767176955938339, + -0.38950997591018677, + -0.19944672286510468, + 0.47643375396728516, + -0.28288018703460693, + -0.38078776001930237, + 1.1162251234054565, + -0.46248775720596313, + -0.34602805972099304, + 0.06075465679168701, + 0.356760174036026, + 0.9493207335472107, + -1.130468726158142, + 1.1431281566619873, + -0.31977379322052, + -0.9829983711242676, + 0.39603346586227417, + -0.08685369789600372, + -0.25647974014282227, + -0.5407488346099854, + 0.2612266540527344, + -0.7558624744415283, + 0.47639358043670654, + 0.03717204928398132, + -0.9869677424430847, + 0.3160043954849243, + 0.03640341758728027, + 1.3144750595092773, + -0.26252806186676025, + -0.6106492280960083, + -1.011253833770752, + 0.504636287689209, + -4.459183216094971, + 0.5763830542564392, + -0.1419045329093933, + -0.3478381037712097, + -1.0951087474822998, + 0.07931177318096161, + -0.6167811751365662, + -1.0798548460006714, + 0.3807308077812195, + 0.0664651021361351, + -0.1848311573266983, + 0.5272462964057922, + 0.7502257227897644, + -0.8391098976135254, + 0.22997979819774628, + 0.9936120510101318, + 0.17758871614933014, + -1.1481746435165405, + 0.12365460395812988, + 2.2824299335479736, + 0.1328466683626175, + 0.2116987407207489, + 0.05377933010458946, + 0.5114291906356812, + -0.08021004498004913, + -0.07685407251119614, + -1.0612720251083374, + 1.0883641242980957, + -1.1649752855300903, + -1.5110507011413574, + 0.06568871438503265, + -1.1207377910614014, + 1.647541880607605, + 1.3058878183364868, + 1.0539222955703735, + 0.33837804198265076, + 0.6868937015533447, + -0.9078178405761719, + -1.1275488138198853, + -0.3484973609447479, + 1.0913368463516235, + 0.3750219941139221, + -0.9402885437011719, + 0.2758484184741974, + 0.8338388800621033, + -0.3912789225578308, + 0.37241989374160767, + -0.84642094373703, + -1.5775268077850342, + -0.018482286483049393, + 0.8266854882240295, + 0.7265365123748779, + 1.0983610153198242, + 1.2202540636062622, + 0.4708879292011261, + -1.050809621810913, + -0.06182079762220383, + -0.4198138415813446, + -0.6969021558761597, + 0.3983437418937683, + -0.25363966822624207, + 0.8318365216255188, + -0.6225018501281738, + -1.1711976528167725, + -0.7907657623291016, + -0.3134027421474457, + -1.434207797050476, + 1.0802803039550781, + 0.5149912238121033, + 0.7537517547607422, + -0.8676640391349792, + -1.874863624572754, + 0.9611423015594482, + -0.8736305832862854, + 0.3266214430332184, + 0.05445185303688049, + 1.012379765510559, + -0.12603573501110077, + -0.8980700969696045, + -0.9607542753219604, + -0.68124920129776, + -0.6679530739784241, + 0.550635576248169, + 0.7252876162528992, + 1.1359857320785522, + 0.17609445750713348, + -0.9881531000137329, + 0.21931752562522888, + -1.444004774093628, + 0.8880506157875061, + -1.8868168592453003, + -0.8429611325263977, + 0.8814893364906311, + -0.1134277954697609, + -0.7935100793838501, + 0.4876447916030884, + -0.07566256076097488, + 0.6013180613517761, + -0.6903337240219116, + -0.9651134610176086, + -0.08418910205364227, + -0.770304799079895, + 0.00578144658356905, + -0.27419495582580566, + -1.011972188949585, + -0.47382548451423645, + 0.8430635929107666, + -0.42580488324165344, + -0.2666740417480469, + 0.42507198452949524, + 0.6842333078384399, + 0.19747567176818848, + 0.7287843227386475, + -0.7065486311912537, + 0.43832066655158997, + 0.41893380880355835, + 0.3925585150718689, + -0.12099219858646393, + -0.600256621837616, + 0.5417041778564453, + 0.24250826239585876, + -1.018319845199585, + 0.18161505460739136, + -1.0734837055206299, + 0.018557343631982803, + 1.6178175210952759, + -0.02315889298915863, + 1.5541305541992188, + 1.0339759588241577, + -0.05751119181513786, + 0.5321999788284302, + -2.0313172340393066, + 0.10331334173679352, + 0.5182308554649353, + 0.8491016030311584, + -0.3772505819797516, + -0.21838633716106415, + 0.3984612226486206, + -0.5943132042884827, + -0.2427031248807907, + -0.6193138957023621, + -0.407100111246109, + -0.7939213514328003, + 0.22960641980171204, + -0.8066270351409912, + 0.5059223175048828, + -0.1146029606461525, + 0.4737268388271332, + -1.1957180500030518, + -0.6292951703071594, + -0.28517770767211914, + -0.2647029757499695, + 0.8573440313339233, + 0.3745579421520233, + 1.3946377038955688, + 0.5324865579605103, + -0.2349168211221695, + 0.01419074460864067, + 0.8776282668113708, + 0.05994674563407898, + 0.42669612169265747, + -0.8581984043121338, + -0.48276183009147644, + -0.2762752175331116, + -0.8317447304725647, + 0.03305399790406227, + 0.5427354574203491, + -0.18821367621421814, + -0.32202449440956116, + -1.5764254331588745, + 0.7182188034057617, + 1.4117392301559448, + -0.9710730314254761, + 0.7757356762886047, + 1.226631760597229, + -0.6977776288986206, + 0.5379212498664856, + 0.1595984399318695, + 0.7491641640663147, + -0.5848901867866516, + 0.7515702843666077, + 0.33198487758636475, + -0.04979439824819565, + 0.41783833503723145, + 0.2083911895751953, + 0.4582214951515198, + -0.580840528011322, + -1.19110107421875, + 0.05703102797269821, + -0.1481161117553711, + 0.06353944540023804, + -0.4628649055957794, + 0.9495165944099426, + -0.5683854818344116, + 1.035332202911377, + -1.1728135347366333, + -0.6021712422370911, + 0.21757420897483826, + 0.2653154134750366, + -0.20744356513023376, + -0.025337345898151398, + 0.3603101372718811, + -0.16834408044815063, + -0.321145236492157, + -0.5461980104446411, + 0.5916000008583069, + -0.3919866979122162, + 0.109361931681633, + -0.6474766731262207, + -0.47964638471603394, + -1.5927553176879883, + -0.3844701051712036, + -0.5618631839752197, + 0.9544996023178101, + -0.41471025347709656, + 0.3995070159435272, + 0.1971488744020462, + -0.5086288452148438, + 0.4838660955429077, + 0.8622570037841797, + 0.7009761929512024, + 0.22978320717811584, + -0.1390424221754074, + -0.1729671210050583, + 0.01714053377509117, + 0.29764047265052795, + -1.0886561870574951, + -0.028211554512381554, + -0.7671571373939514, + -0.46440398693084717, + 0.9555352926254272, + 0.718079686164856, + 0.22698435187339783, + 1.593453049659729, + 0.9835917949676514, + 0.10190103948116302, + -0.03439312428236008, + -0.07586279511451721, + -0.7519799470901489, + -0.42162907123565674, + 1.2831950187683105, + 0.15008443593978882, + -0.13222534954547882, + 0.650331974029541 + ] + }, + { + "key": 20, + "name": "Lara Croft", + "type": "movie", + "media": "Tomb Raider", + "label": [ + "Adventurous", + "Confident", + "Dominant", + "Explorative", + "Independent" + ], + "embedding": [ + -0.9399733543395996, + -0.32468265295028687, + -0.8147069811820984, + -0.20003660023212433, + -1.0668659210205078, + -0.22335395216941833, + -0.21553169190883636, + -0.766168475151062, + -0.18153896927833557, + 0.1211312860250473, + 0.19167974591255188, + -0.30576568841934204, + -2.2328758239746094, + -0.5074629187583923, + 0.9733185172080994, + 0.9171518683433533, + 0.07881884276866913, + 0.5190564393997192, + -0.9050182700157166, + -0.5147002935409546, + -0.6455274224281311, + -0.2707194983959198, + -0.1466333568096161, + -0.4068121314048767, + -1.2421592473983765, + 0.45036837458610535, + 0.2133806347846985, + 0.46144750714302063, + -0.5453885793685913, + 0.47742921113967896, + -0.19548745453357697, + -0.2273319512605667, + -0.09459580481052399, + -0.1099601536989212, + 0.75767582654953, + -0.2960118055343628, + 0.7112967371940613, + -0.5770630240440369, + -1.3132554292678833, + 1.566833257675171, + 0.6636871695518494, + -0.8860731720924377, + 0.45533090829849243, + -1.0540924072265625, + -0.23321810364723206, + -0.2682678699493408, + 0.17897111177444458, + -0.3486698865890503, + 0.07942633330821991, + 0.7827959060668945, + 0.04235631227493286, + 0.32024946808815, + 1.713985800743103, + -0.3586389422416687, + 0.32565170526504517, + 0.26396599411964417, + 0.0760384276509285, + -1.1443700790405273, + -0.28528305888175964, + -1.7650730609893799, + -1.3302072286605835, + 0.8172724843025208, + -0.9585580825805664, + 0.14556516706943512, + 0.11810348927974701, + 1.0581306219100952, + -0.11734893172979355, + -0.07729016989469528, + 0.2585614323616028, + -1.2337571382522583, + -0.8750566244125366, + -0.7208408117294312, + -0.9353272914886475, + 0.044483669102191925, + -1.8220165967941284, + 0.8214505314826965, + 0.5079964995384216, + -1.2136015892028809, + 0.1529969871044159, + -0.10059020668268204, + 0.1883232593536377, + 0.5517691373825073, + 0.18874122202396393, + 0.3290202021598816, + -0.3741576671600342, + 1.2098950147628784, + 0.5292418003082275, + -0.5799891352653503, + 0.4904453158378601, + 0.32463252544403076, + -0.6025141477584839, + -0.9166143536567688, + 1.0178688764572144, + -0.7794860601425171, + -0.8202574849128723, + 0.2699509859085083, + 0.016157668083906174, + -0.2583214044570923, + 0.6881550550460815, + 0.5886796116828918, + 0.32462459802627563, + 0.5214780569076538, + 0.2193344384431839, + -0.09689369052648544, + 0.11426720023155212, + -2.0899176597595215, + -0.35364168882369995, + 1.6888606548309326, + -0.436073899269104, + 0.22905980050563812, + 0.152607262134552, + 0.11784617602825165, + 0.31697940826416016, + 0.9579814672470093, + 0.24934901297092438, + 0.12887723743915558, + -0.32355713844299316, + 0.21912284195423126, + -0.01703692227602005, + 0.44461357593536377, + 1.4026676416397095, + -0.1244499534368515, + 0.0336526557803154, + -0.45375514030456543, + -0.24656853079795837, + -0.25768476724624634, + -0.7404261827468872, + 0.3665474057197571, + -0.0714811310172081, + 0.35024651885032654, + 1.060484528541565, + 0.2837250828742981, + -0.4235195815563202, + -0.603000283241272, + -0.572028636932373, + -0.9300487041473389, + 0.6605281233787537, + 1.0223205089569092, + -0.6563554406166077, + -1.197884202003479, + 0.030022628605365753, + 1.7852518558502197, + 0.5381211042404175, + -1.47523033618927, + 0.4821864664554596, + -1.6617876291275024, + 0.7853446006774902, + 0.29870662093162537, + -0.5861086845397949, + -0.6405451893806458, + 0.8590194582939148, + -0.37376484274864197, + 0.5581337213516235, + 1.3401618003845215, + 1.1335095167160034, + -2.108933687210083, + -0.8690435290336609, + 1.1497610807418823, + 1.6802173852920532, + 1.0428764820098877, + 0.3805926442146301, + -0.6676360964775085, + 0.02149602398276329, + 0.4477178752422333, + -0.5322669744491577, + 0.18407592177391052, + 0.8709861040115356, + 1.025863766670227, + 0.9950172901153564, + -0.5495960116386414, + -0.05495421588420868, + -0.9655526876449585, + -0.39022108912467957, + 0.23974421620368958, + 0.22606822848320007, + -0.10519464313983917, + 1.4166654348373413, + 0.23273015022277832, + 0.7700156569480896, + -1.2100187540054321, + -1.1452369689941406, + 0.6022494435310364, + -1.0554320812225342, + -0.07998009026050568, + -0.7193009257316589, + -0.9346119165420532, + -0.5422662496566772, + 0.527834415435791, + 0.5631486773490906, + 0.8180557489395142, + -0.6370186805725098, + -1.2410610914230347, + 0.3380928039550781, + -0.4378628730773926, + 0.06713095307350159, + 0.9097646474838257, + -0.40799546241760254, + -1.2894810438156128, + 0.034043584018945694, + -1.3806041479110718, + 0.6211186051368713, + 1.5390633344650269, + 1.2788132429122925, + -1.1627501249313354, + -0.7259373664855957, + 0.4090227782726288, + -0.907374918460846, + -0.5820850729942322, + 0.8246404528617859, + -0.5592516660690308, + -0.07696397602558136, + 0.4940144121646881, + 0.4017364978790283, + -0.6251100301742554, + -1.2433501482009888, + -0.7750925421714783, + 1.160852074623108, + 0.9286254644393921, + -0.4166867434978485, + -0.4064403176307678, + -0.4085611402988434, + 0.8696793913841248, + 0.8071531653404236, + 0.4709746837615967, + 0.34242796897888184, + 1.347129464149475, + 0.7875800132751465, + 1.9113237857818604, + 0.5363960862159729, + 0.3158546984195709, + 0.7524954676628113, + 0.03893323987722397, + -0.4831043779850006, + 0.047883566468954086, + 0.2685140073299408, + -0.23941610753536224, + -0.8595175743103027, + 0.20965255796909332, + 1.2294020652770996, + 0.747381865978241, + -0.660480797290802, + -1.0827736854553223, + 1.13536536693573, + 0.6169503331184387, + -0.7133382558822632, + -0.14280180633068085, + 0.08999857306480408, + -0.1002880111336708, + -0.3771779537200928, + -0.7876653075218201, + 0.1142224371433258, + -0.3766346573829651, + -1.3708688020706177, + 0.04397725313901901, + 0.5051664710044861, + -0.07173549383878708, + -1.0027406215667725, + -0.3293955624103546, + -0.3573259711265564, + -0.12531307339668274, + -0.6038575172424316, + 0.4198383092880249, + -0.02458702214062214, + 0.9456360340118408, + 0.015454906970262527, + -0.24042777717113495, + 0.6080526113510132, + 0.7555226683616638, + 0.3837282359600067, + 0.055932655930519104, + -0.4975692927837372, + -0.09981845319271088, + 0.025205055251717567, + -0.7904611825942993, + -0.7471287250518799, + 1.64651358127594, + -0.23108874261379242, + -0.362857848405838, + 1.474735975265503, + 0.3477495312690735, + 0.8414173126220703, + 0.17878839373588562, + 0.10220302641391754, + -0.4150959551334381, + 0.9630996584892273, + -0.9418238401412964, + 0.6993099451065063, + -0.5090117454528809, + -0.15269319713115692, + -1.884289026260376, + 0.7385277152061462, + 0.08890289068222046, + 1.8513500690460205, + 0.04252414032816887, + -0.6894254684448242, + -1.0713599920272827, + -0.8106996417045593, + -3.7298202514648438, + -0.1463063508272171, + 0.1570284366607666, + 1.0382786989212036, + 0.2278689742088318, + 0.05204439163208008, + -1.6366552114486694, + 0.09549330174922943, + -0.8697942495346069, + -0.7547328472137451, + 0.6270415782928467, + -1.4662402868270874, + -1.1745878458023071, + -0.3971397280693054, + -0.7532457709312439, + -0.8633873462677002, + -0.09126707166433334, + 0.29429328441619873, + -0.890026330947876, + -0.6826816201210022, + -0.28992486000061035, + 0.12261633574962616, + 1.9014537334442139, + 0.008408859372138977, + 0.7675257325172424, + 1.5517239570617676, + 0.11181052029132843, + -0.6032829880714417, + -1.2010307312011719, + -0.806360125541687, + -0.44195258617401123, + -0.09904920309782028, + -0.21126610040664673, + 0.8594303131103516, + 0.826733410358429, + 2.05730938911438, + 0.3745512068271637, + 0.6752240657806396, + 0.07150380313396454, + -0.42500531673431396, + 0.8926318287849426, + 0.0709446594119072, + -0.46606317162513733, + 0.9863252639770508, + -0.10911968350410461, + -0.8382383584976196, + -0.12562686204910278, + 0.3333643972873688, + 0.35488659143447876, + -0.42321768403053284, + 1.013038158416748, + -0.31749144196510315, + 0.477777898311615, + 0.3848503530025482, + -1.2452070713043213, + -0.2823810577392578, + -0.48556390404701233, + 0.4781377911567688, + 0.5045862793922424, + 0.6563305854797363, + -0.7931522130966187, + -1.7771334648132324, + 0.06031394004821777, + 1.027832269668579, + -0.2983231544494629, + 0.40186288952827454, + -0.2470528483390808, + -0.38704609870910645, + 0.6582654118537903, + 0.7219111323356628, + 0.49140721559524536, + -0.3363109827041626, + -0.28022897243499756, + -0.41932591795921326, + 0.14441460371017456, + 0.6645652651786804, + 0.3560490310192108, + -0.4364835023880005, + -0.674782395362854, + -0.407560795545578, + 1.1264100074768066, + -0.2309022694826126, + -0.27385884523391724, + 1.3022863864898682, + -0.8806107044219971, + -1.622427225112915, + 0.2949240505695343, + 1.045967936515808, + 0.7290818095207214, + 5.64904260635376, + 0.23895232379436493, + 0.3525777757167816, + 0.19152289628982544, + 0.9933294057846069, + 0.11688558757305145, + -0.10598264634609222, + 0.8062798380851746, + 0.10816192626953125, + -0.6823816299438477, + 0.06843604147434235, + 0.22752344608306885, + 0.032491784542798996, + 0.14867231249809265, + 0.02239597588777542, + 0.9776506423950195, + 0.05745905637741089, + -1.0262551307678223, + 1.9418566226959229, + -0.8620491623878479, + 1.1420661211013794, + 0.510301947593689, + -0.3972468972206116, + 0.5882298350334167, + -0.2227863371372223, + -0.734756350517273, + 1.079342007637024, + 0.3725429177284241, + -0.3784274160861969, + 0.5052750706672668, + -0.38359493017196655, + 1.1328061819076538, + 0.9670802354812622, + 1.0551187992095947, + -0.3373972177505493, + 0.37779298424720764, + -2.014559507369995, + -0.15235686302185059, + -1.4987847805023193, + 0.7839831113815308, + -2.065608263015747, + -1.0029656887054443, + -0.8036119341850281, + -0.2330448031425476, + 0.34402376413345337, + 0.4722997546195984, + 0.8596677184104919, + -1.138671875, + 0.6955369710922241, + -0.641128659248352, + 0.26223477721214294, + -0.24602016806602478, + -0.33210620284080505, + 0.8465139269828796, + 2.5012435913085938, + -0.19533926248550415, + -0.5005056858062744, + -0.45439109206199646, + -0.4990597665309906, + 0.9367954134941101, + 0.912450909614563, + 0.528849184513092, + -2.5934958457946777, + -0.30213016271591187, + 0.4001372456550598, + 0.6653611660003662, + -0.5573452711105347, + -0.21577611565589905, + 0.8378815054893494, + 0.9834192991256714, + -0.11978063732385635, + 1.4155718088150024, + 0.03410462662577629, + -0.3270476162433624, + 0.2960905432701111, + 0.36345332860946655, + 0.14474068582057953, + 0.00454653799533844, + 0.6241267919540405, + -0.05584223195910454, + 0.5529276132583618, + -0.39065563678741455, + -0.6252728700637817, + 0.47479891777038574, + 1.3984497785568237, + 0.9384881854057312, + -1.0523416996002197, + 1.7185860872268677, + -0.20478421449661255, + -0.8596692681312561, + -0.17285878956317902, + -0.7691001892089844, + -1.0635509490966797, + -0.24523746967315674, + -0.9656077027320862, + -1.1189473867416382, + 0.9216588735580444, + 0.019671805202960968, + -2.0512681007385254, + -0.7422959208488464, + 1.6022915840148926, + 0.09466443955898285, + -0.8775205016136169, + 0.13431014120578766, + 0.8256595134735107, + -0.544021725654602, + 0.016780681908130646, + 0.13480761647224426, + -0.3940794765949249, + 0.96026611328125, + 0.33143749833106995, + 0.607904851436615, + -0.57890385389328, + 0.3412783741950989, + -0.347188264131546, + 0.8549125790596008, + 0.2377561330795288, + -0.14053305983543396, + 0.8931586146354675, + 0.16844122111797333, + -0.25361013412475586, + -0.27247169613838196, + -0.36306044459342957, + -1.3291270732879639, + -1.0771713256835938, + -2.3613460063934326, + 0.14220458269119263, + 0.5449597835540771, + -0.6027029156684875, + 0.7749741077423096, + -0.1316193789243698, + -0.024578511714935303, + 0.9272570610046387, + 0.34826821088790894, + 1.836573600769043, + -0.2791939377784729, + 1.683049201965332, + 0.8105713725090027, + 0.24878183007240295, + 0.49992209672927856, + -0.30644407868385315, + 0.10429364442825317, + -1.3360838890075684, + 0.43373605608940125, + 0.5873128771781921, + 0.5745880603790283, + -1.209038496017456, + -0.9391046762466431, + -0.8102273344993591, + -0.016342010349035263, + 0.42930659651756287, + 0.11296594142913818, + 0.8288488388061523, + -1.2258864641189575, + 0.9076844453811646, + -0.16635119915008545, + -0.13299909234046936, + -0.6097313761711121, + -0.6893181204795837, + -1.2642443180084229, + 0.0054153259843587875, + 0.023516226559877396, + 1.3535840511322021, + 2.403286933898926, + -0.5629445314407349, + 1.042224407196045, + 0.7062203288078308, + 1.4400417804718018, + -0.5695106387138367, + -0.6773334741592407, + 0.09689672291278839, + 0.24195769429206848, + -0.6092219352722168, + 0.9625992774963379, + 0.4253709316253662, + 0.609003484249115, + 0.026924628764390945, + -0.3329619765281677, + 0.05867987871170044, + -0.37764209508895874, + 0.07879265397787094, + -0.18235528469085693, + -0.7412741184234619, + -0.09236371517181396, + 1.7154977321624756, + 0.45530927181243896, + 0.2147989571094513, + -0.7408508062362671, + -0.34809985756874084, + -1.0513848066329956, + 0.9759466648101807, + 1.9663753509521484, + 0.20226453244686127, + -0.5118995904922485, + 0.1925753653049469, + -0.5654630661010742, + -0.22701124846935272, + -0.688489556312561, + -0.32415348291397095, + 1.2263675928115845, + -1.026625156402588, + -0.24441659450531006, + -0.6555992364883423, + -1.2136280536651611, + 0.3577730059623718, + 0.33470314741134644, + -0.31578224897384644, + 0.49158430099487305, + -0.9543082118034363, + -0.7789802551269531, + -0.861640453338623, + -0.26591283082962036, + -0.4236069321632385, + -0.022423822432756424, + -1.002342939376831, + 0.44338831305503845, + 0.533815860748291, + -0.24339880049228668, + -1.0154088735580444, + -1.180443286895752, + -0.17823848128318787, + 0.1814471334218979, + 0.5724462866783142, + -1.0203524827957153, + -0.4825575351715088, + -0.9226173758506775, + 0.7549901008605957, + -1.0891199111938477, + 0.21845754981040955, + -0.0780460387468338, + -0.032189320772886276, + 0.21829713881015778, + -1.2209042310714722, + 0.5425774455070496, + -0.2979671359062195, + -0.20045897364616394, + -0.2649942934513092, + 0.6474725604057312, + -0.007640188559889793, + -0.24280637502670288, + -0.43007323145866394, + -0.9401378035545349, + -1.4229505062103271, + 1.2216246128082275, + 0.06895822286605835, + 0.5101721286773682, + -0.09384014457464218, + -0.6454896926879883, + 1.377094030380249, + 0.9939241409301758, + -0.2047632336616516, + 0.5212671756744385, + -0.342883825302124, + -0.9034196138381958, + 1.176451325416565, + -1.1779327392578125, + -0.19677001237869263, + -0.7734420895576477, + -0.5589789152145386, + 0.10850982367992401, + -1.2527929544448853, + 1.5337650775909424, + -0.1558542102575302, + 0.7220968008041382, + -2.086313009262085, + -0.7021026611328125, + -0.028564753010869026, + -1.5241750478744507, + -0.8788464069366455, + -0.11902102828025818, + -1.494995355606079, + 0.24177584052085876, + -1.1061067581176758, + -1.5242244005203247, + 0.3625726103782654, + 0.12559063732624054, + -0.686258852481842, + 0.3670317530632019, + -0.1053561195731163, + 1.283453345298767, + -0.9904980659484863, + 1.065667986869812, + 0.02468089759349823, + -0.1577034592628479, + 0.37700048089027405, + -0.40373045206069946, + 0.721996545791626, + -0.11387679725885391, + -0.017649449408054352, + 0.4614553451538086, + 1.5467114448547363, + -1.086802363395691, + -0.5639750957489014, + -0.009822772815823555, + -0.8049704432487488, + -0.16393493115901947, + -0.2441241443157196, + 0.1677151471376419, + -0.8308489322662354, + -0.1266668140888214, + -0.4749819040298462, + 0.7520107626914978, + -0.579801082611084, + 0.09148088097572327, + 0.22019995748996735, + -0.19520455598831177, + 1.1826720237731934, + -0.797208845615387, + 1.431910514831543, + 0.9592505693435669, + 0.14485423266887665, + 0.4445000886917114, + 0.49049341678619385, + -1.6662304401397705, + 0.7814604640007019, + -1.2755476236343384, + -0.5168527364730835, + 0.10844030976295471, + 0.03991026058793068, + 0.3270421028137207, + 0.12866999208927155, + 0.4651449918746948, + -0.9362015724182129, + 0.21161343157291412, + -0.8295044302940369, + -0.6309043169021606, + -0.12630517780780792, + -0.554488480091095, + 0.22422152757644653, + -0.6421219110488892, + -0.17624196410179138, + -0.7820113897323608, + -0.34940123558044434, + 0.0492943599820137, + 1.1619739532470703, + 2.0755226612091064, + -0.08466073870658875, + -0.33560091257095337, + 0.40321746468544006, + 0.936643123626709, + 0.6345062255859375, + -0.03754279762506485, + 0.6300152540206909, + -0.4184548556804657, + 0.18300403654575348, + 0.38302111625671387, + -0.04549207538366318, + -0.406149297952652, + 0.19461005926132202, + -1.2314425706863403, + -0.2672857344150543, + 0.6265641450881958, + -0.3252411186695099, + -0.9861204028129578, + 0.4071251451969147, + 0.4579997956752777, + -0.9259032607078552, + 0.1807110458612442, + 0.8527119159698486, + -0.12779761850833893, + 0.1362263262271881, + 0.5140570402145386, + 0.22330807149410248, + -0.6608317494392395, + -0.6678451299667358, + 0.4179520010948181, + 0.6585202217102051, + -0.9076142311096191, + 0.794312059879303, + -0.26558661460876465, + -0.45311087369918823, + 0.09844478964805603, + 0.686940610408783, + 0.7448787093162537, + -0.6333046555519104, + 0.8828626275062561, + -0.5819200873374939, + -0.47210997343063354, + 0.5386786460876465, + -0.5067968964576721, + -0.002339884638786316, + 0.5308899283409119, + 0.18771348893642426, + -0.12530386447906494, + 0.7825361490249634, + -0.6239469647407532, + -0.7846892476081848, + 0.3075171113014221, + -0.665398895740509, + 0.8589996099472046, + 0.20621708035469055, + -0.5982738733291626, + -1.162319302558899, + 0.6731808185577393, + -4.196418762207031, + 0.4358307421207428, + -0.15236155688762665, + -0.5086116194725037, + -1.300428032875061, + 0.682036280632019, + -0.8449979424476624, + -1.610450029373169, + 0.8750843405723572, + -0.34276479482650757, + -1.5422189235687256, + -0.18174126744270325, + 0.8213591575622559, + -0.6058144569396973, + 0.5130249857902527, + 1.5608634948730469, + 0.7205395102500916, + -1.4728507995605469, + 0.5574285387992859, + 1.0861223936080933, + -0.3769635558128357, + -0.3072109818458557, + 1.2167433500289917, + 0.19472575187683105, + 0.07266220450401306, + -0.19005654752254486, + -1.1980774402618408, + 1.0424100160598755, + -1.234098196029663, + -0.4703032672405243, + -0.00639241561293602, + -1.1189392805099487, + 1.2827825546264648, + 2.091470718383789, + 1.5969843864440918, + 0.507804274559021, + 0.742733895778656, + -0.846836268901825, + -0.5289105176925659, + 0.29206812381744385, + 1.1819205284118652, + 0.4472661316394806, + 0.173272505402565, + 0.1192484200000763, + 0.5420835018157959, + -0.5032803416252136, + 1.1348828077316284, + 0.028008148074150085, + -0.8750211596488953, + 0.04923591390252113, + -0.4359821677207947, + 0.7322939038276672, + 0.8197387456893921, + 1.2696497440338135, + 0.9546222686767578, + -0.9706714749336243, + -0.8645747303962708, + 0.21928833425045013, + -0.9730747938156128, + 1.055962085723877, + -0.7808697819709778, + -0.0007177442312240601, + -1.0699617862701416, + -1.4311269521713257, + -0.6001445055007935, + 0.3595695197582245, + -1.9472578763961792, + 0.8098360300064087, + 0.659824788570404, + 0.910272479057312, + -0.7226021885871887, + -1.178749918937683, + 0.8860207200050354, + -0.17686410248279572, + 1.0920357704162598, + 1.0284950733184814, + 1.3056108951568604, + 0.3072603642940521, + -1.6907230615615845, + -1.505519986152649, + -0.8492322564125061, + -0.7029982209205627, + 0.22976762056350708, + 0.7835288643836975, + 0.5268906950950623, + 0.589640736579895, + -0.7385996580123901, + 0.5119192600250244, + -1.6243823766708374, + 0.8843887448310852, + -1.5868474245071411, + -1.4157191514968872, + 1.3479299545288086, + -0.19216527044773102, + -0.9287831783294678, + 0.043165598064661026, + -1.080950379371643, + -0.2125767022371292, + -0.5044711232185364, + -0.2869392931461334, + 0.18490451574325562, + -0.5162553191184998, + 0.7427336573600769, + -0.8511442542076111, + -0.4254416823387146, + 0.08361059427261353, + 0.33561021089553833, + -0.44858798384666443, + -0.757706344127655, + 0.38763025403022766, + -0.2846216559410095, + -0.09553194791078568, + -0.1881469339132309, + -0.5369249582290649, + -0.007706061005592346, + 0.3743889629840851, + 0.6339951157569885, + -0.03799353539943695, + -0.4282304048538208, + -0.28150448203086853, + 0.40790504217147827, + -0.3897501230239868, + 0.16594047844409943, + -1.457673192024231, + 0.3849216103553772, + 2.501220226287842, + 0.9300994873046875, + 0.471748024225235, + 1.3315635919570923, + -0.6586394309997559, + 1.2603017091751099, + -1.6894299983978271, + -0.19892708957195282, + -0.7007231712341309, + 1.3145629167556763, + -2.004211902618408, + 0.04098331183195114, + 0.7940336465835571, + 0.1612180471420288, + -0.7106828093528748, + -0.8633720278739929, + -0.026121003553271294, + -0.8342243432998657, + 0.2942030429840088, + -0.5001833438873291, + -0.12718477845191956, + -0.8613600134849548, + 0.18510212004184723, + -1.8866815567016602, + -1.4172945022583008, + 0.393354207277298, + -0.6621074080467224, + 0.6216511726379395, + 0.8625068068504333, + 1.172464370727539, + 0.47678202390670776, + -0.9442851543426514, + -0.2366952747106552, + 0.9486736059188843, + 0.8048636317253113, + -0.02916870452463627, + -0.8155621886253357, + -0.5502550601959229, + -0.6302363872528076, + -0.8680077791213989, + -0.7221565842628479, + 0.5851642489433289, + -0.6245488524436951, + -0.5015454292297363, + -1.3478608131408691, + 0.23038464784622192, + 1.5274207592010498, + -0.5715863704681396, + 0.10994270443916321, + 0.5119620561599731, + -1.1078885793685913, + 0.4127270579338074, + 0.5691356062889099, + 1.4662102460861206, + -1.2043123245239258, + 0.5847007632255554, + -0.20459799468517303, + -0.28114959597587585, + 1.2565628290176392, + 0.24922993779182434, + 0.3769860863685608, + -0.4668411314487457, + -0.18125474452972412, + -0.08775398880243301, + 0.17240247130393982, + -0.28201842308044434, + -0.4849766194820404, + 0.8448126316070557, + -0.910518229007721, + 1.1622328758239746, + 0.20756329596042633, + -0.8811043500900269, + 1.0857610702514648, + 0.16564056277275085, + -0.19190412759780884, + -0.07211951166391373, + 0.34870874881744385, + -0.2700796127319336, + -0.6571364402770996, + -0.7643334269523621, + 0.7041450142860413, + -0.11464712768793106, + -0.35072067379951477, + -0.696868360042572, + -0.42275023460388184, + -1.1287484169006348, + -0.4052011966705322, + -0.8817000985145569, + 1.213852047920227, + -1.0499787330627441, + 0.7876502275466919, + 0.5103389024734497, + -0.13243292272090912, + 0.4760585427284241, + 1.5369118452072144, + 1.0795447826385498, + 0.36952197551727295, + -0.9866726994514465, + -0.1559913456439972, + -0.019061431288719177, + 0.44141191244125366, + -0.43362805247306824, + 0.06304549425840378, + 0.09323378652334213, + -0.958229124546051, + 0.9090073704719543, + 0.5483679175376892, + 0.5267454385757446, + 0.7144656777381897, + 0.8712369203567505, + 1.0310863256454468, + 0.06937254220247269, + -0.45343834161758423, + -0.351906955242157, + 0.10821609199047089, + 0.3556981384754181, + -0.4799499809741974, + -0.0016002170741558075, + 0.5255205631256104 + ] + }, + { + "key": 19, + "name": "Natasha Romanoff", + "type": "movie", + "media": "Black Widow", + "label": [ + "Confident", + "Dominant", + "Mysterious", + "Passionate", + "Sensual" + ], + "embedding": [ + -1.4442899227142334, + -0.08518596738576889, + -0.6295221447944641, + -0.5873947143554688, + -1.1242669820785522, + -0.4268893301486969, + 0.5853793025016785, + -0.9285841584205627, + -0.43747973442077637, + 0.05058891698718071, + 0.264522910118103, + -0.06290806829929352, + -1.584122657775879, + -0.4017924964427948, + 0.8391823768615723, + 0.4833664894104004, + 0.3788985311985016, + 0.2650851607322693, + -0.3040485382080078, + -0.5911920070648193, + -0.9721886515617371, + 0.6340979337692261, + -0.8085324168205261, + 0.3019801676273346, + -0.7574529647827148, + 0.7772880792617798, + 0.3755904734134674, + 0.22462621331214905, + -1.09635329246521, + 0.035964153707027435, + 0.2001185417175293, + -0.4708797335624695, + 0.12130457162857056, + 0.32033464312553406, + 0.6128759980201721, + -0.44730523228645325, + 0.4803735017776489, + -0.3930780589580536, + -0.9783124327659607, + 1.402764916419983, + 1.8078111410140991, + -0.8874112963676453, + 1.2620830535888672, + -1.4099507331848145, + 0.4330861270427704, + -0.7705420255661011, + -0.09485045820474625, + -0.6567203998565674, + -0.01011141762137413, + 0.9065284132957458, + -0.29308414459228516, + 0.4378840923309326, + 1.5428357124328613, + 0.02973073720932007, + 0.21968647837638855, + 0.23502075672149658, + 0.499980092048645, + -0.7147390246391296, + -0.0926818698644638, + -1.9650278091430664, + -1.417596697807312, + 0.7290061116218567, + -0.2586151361465454, + -0.02051728032529354, + 0.7090489864349365, + 1.2986470460891724, + 0.32396847009658813, + 0.21913065016269684, + 0.45804280042648315, + -1.6178860664367676, + -0.3471928834915161, + 0.02389609068632126, + -0.7600796222686768, + 0.055775441229343414, + -2.15975022315979, + 0.9491018652915955, + 0.03530783951282501, + -0.6848827600479126, + -0.9045232534408569, + 0.4711381793022156, + 0.17975394427776337, + 0.41153475642204285, + 0.14818690717220306, + -0.040946125984191895, + -0.8899722695350647, + 1.291354775428772, + 0.4666341543197632, + 0.16652387380599976, + 0.404690146446228, + 0.01577693223953247, + -0.3543255031108856, + -0.03682425618171692, + 0.15006813406944275, + -1.0610260963439941, + -0.47318315505981445, + 0.5502384901046753, + -0.20024064183235168, + 0.05236785113811493, + 0.8026119470596313, + 0.5255190134048462, + -0.27630865573883057, + 0.15052342414855957, + 0.12445597350597382, + -0.1708282083272934, + -0.03869844228029251, + -1.3562580347061157, + 0.4209668040275574, + 1.300601601600647, + 0.28136777877807617, + 0.09884392470121384, + 0.8587579131126404, + 0.3634856343269348, + 0.23769758641719818, + 0.5320932269096375, + -0.08898302912712097, + -0.30611923336982727, + 0.4957895278930664, + 0.06898076087236404, + 0.09416376054286957, + 0.03446038067340851, + 0.9646161794662476, + -0.30705830454826355, + -0.8983720541000366, + -0.63047856092453, + -0.29793742299079895, + -0.5889149308204651, + -0.9931627511978149, + 0.5285267233848572, + -0.6198843717575073, + 1.0506329536437988, + 1.5666316747665405, + 0.7737988829612732, + 0.306337833404541, + -0.996943473815918, + -1.1764647960662842, + -0.8904670476913452, + 0.8138106465339661, + 1.0398175716400146, + 0.14866229891777039, + -0.980649471282959, + 0.5831034779548645, + 0.7452256083488464, + 0.698824942111969, + -1.4502942562103271, + 0.37335148453712463, + -1.8287667036056519, + 0.40092942118644714, + 0.46458908915519714, + -0.3995702862739563, + -0.2696077227592468, + 2.0451223850250244, + -0.8411519527435303, + 0.655760645866394, + 1.4729115962982178, + 1.074974775314331, + -1.096458077430725, + -0.6197953820228577, + 0.9216451048851013, + 1.3290424346923828, + 0.803938090801239, + 0.5201373100280762, + -1.0324270725250244, + -0.016666719689965248, + 0.8505065441131592, + 0.0880080983042717, + -0.47474750876426697, + 1.242182731628418, + 1.3535748720169067, + 0.11782051622867584, + -0.9402468204498291, + 0.21944788098335266, + -1.8093301057815552, + -0.2363009750843048, + 0.7659140229225159, + 0.9211337566375732, + -0.0059662554413080215, + 1.3897032737731934, + 0.12833429872989655, + 0.24248814582824707, + -1.369269847869873, + -0.3343789279460907, + 0.0299178808927536, + -0.5200297832489014, + -0.23741082847118378, + -0.7912937998771667, + -1.189247488975525, + -0.5664099454879761, + -0.20505385100841522, + 0.5810851454734802, + 1.0760208368301392, + -0.634157657623291, + -1.3388009071350098, + -0.07850372791290283, + -0.6951569318771362, + 0.6719713807106018, + 0.2709878087043762, + 0.2729926109313965, + -1.1082895994186401, + 0.35271334648132324, + -1.7564165592193604, + 0.28902485966682434, + 1.4917851686477661, + 1.1518001556396484, + -1.36467444896698, + -0.9126911163330078, + 0.27877676486968994, + -0.3301042914390564, + -0.478475958108902, + 1.2347482442855835, + -0.17655141651630402, + 0.3258339762687683, + 0.334371417760849, + -0.1842333972454071, + -0.5475140810012817, + -0.8677352070808411, + -0.8984870910644531, + 0.46344637870788574, + 0.16661547124385834, + -0.5657176971435547, + -0.48672914505004883, + -0.3635541498661041, + 0.7309913635253906, + 0.42799991369247437, + -0.15294066071510315, + 0.3855918049812317, + 0.8989058136940002, + 0.14421235024929047, + 1.8979049921035767, + 0.23937374353408813, + 1.2843414545059204, + 0.44182392954826355, + -0.020469121634960175, + -0.03554706647992134, + 0.16997486352920532, + -0.13047818839550018, + -0.187392920255661, + -0.9951096177101135, + -0.0009794039651751518, + 1.0433781147003174, + 0.5261951684951782, + -0.4322739243507385, + -1.3979166746139526, + 1.2748106718063354, + 0.07875633984804153, + -1.1039830446243286, + 0.05200545862317085, + 0.6947036981582642, + -0.5602988004684448, + 0.23572103679180145, + -0.28636232018470764, + -0.11194442212581635, + -0.25090834498405457, + -1.346767783164978, + -0.580003023147583, + 1.7923468351364136, + 0.4256837069988251, + 0.3876543343067169, + -0.3895527422428131, + -0.11114096641540527, + 0.1799214482307434, + -0.0946582481265068, + 0.7551244497299194, + -0.15655577182769775, + 1.1767939329147339, + 0.48432475328445435, + -0.7870481014251709, + 0.7583258152008057, + -0.01604846864938736, + 0.5834916234016418, + 0.6222457885742188, + 0.3272148668766022, + -0.1450013518333435, + 0.6997796893119812, + -0.3496670722961426, + -0.15929314494132996, + 1.624085545539856, + -0.3939305543899536, + -0.878548800945282, + 0.506663978099823, + 0.5865913033485413, + 1.1073695421218872, + 0.07781875133514404, + 0.11274813115596771, + 0.1282956898212433, + 1.289069414138794, + -1.0891685485839844, + -0.4686921238899231, + -0.2744819223880768, + 0.44468745589256287, + -1.895106554031372, + 0.20095683634281158, + 0.3641785681247711, + 1.5504313707351685, + 0.7196062803268433, + -0.8475757837295532, + -0.7491143941879272, + -0.5365905165672302, + -3.5692906379699707, + -0.0022845128551125526, + -0.42956337332725525, + -0.2541406750679016, + 0.5818310976028442, + 0.13111582398414612, + -1.144140601158142, + -0.09781123697757721, + -1.2803897857666016, + -1.1702018976211548, + 0.573077917098999, + -1.0901027917861938, + -0.6326515078544617, + 0.5558976531028748, + -0.8201828002929688, + -0.5137856602668762, + -0.14292287826538086, + 0.3015840947628021, + 0.21983106434345245, + -0.8152706027030945, + -0.37415680289268494, + -0.8970637917518616, + 1.9625587463378906, + 0.6497223973274231, + 0.6025713682174683, + 1.2930006980895996, + 0.4916483163833618, + -0.9665101170539856, + -1.287521481513977, + -0.878490686416626, + -0.4523504376411438, + 0.5698341131210327, + -0.4484408497810364, + 1.2151596546173096, + 0.3427269160747528, + 1.3518037796020508, + 0.2816733717918396, + 0.4776982069015503, + 0.4864412546157837, + -0.1803005486726761, + 1.038909673690796, + 0.4737733006477356, + -0.9147891402244568, + 0.2964346706867218, + -0.5217614769935608, + -0.38606739044189453, + -0.03407683223485947, + 0.5229844450950623, + -0.0664713978767395, + -0.1939215362071991, + 0.8766263127326965, + -0.3925454020500183, + -0.15779255330562592, + 0.29374536871910095, + -1.4471603631973267, + 0.05336170643568039, + -1.1340649127960205, + 0.1312132328748703, + 0.3069302439689636, + -0.2897675633430481, + -1.1238669157028198, + -1.9030803442001343, + 0.6793908476829529, + -0.22681359946727753, + -0.7315255999565125, + 0.035102419555187225, + -1.0100092887878418, + 0.1625102460384369, + 0.6850857734680176, + 0.36609509587287903, + 0.22762513160705566, + -0.5714911222457886, + -0.33382540941238403, + 0.12893037497997284, + 0.7085211277008057, + 0.3592016398906708, + -0.2792710065841675, + -0.14887310564517975, + -0.6469945907592773, + -0.9295361638069153, + 0.2832624018192291, + 0.3819220960140228, + -0.6321184039115906, + 1.2547345161437988, + -0.37623992562294006, + -1.288433313369751, + 0.23502126336097717, + 1.0432108640670776, + 0.3789934813976288, + 5.8347063064575195, + 0.3435659408569336, + 0.4486740231513977, + 0.40849584341049194, + 1.3965811729431152, + 0.4675205945968628, + -0.07939748466014862, + 0.2847912609577179, + -0.04762614890933037, + -0.2859770655632019, + 0.577827513217926, + 0.8954645991325378, + 0.16339519619941711, + -0.10018987953662872, + -0.46489331126213074, + 1.2911874055862427, + -0.490073561668396, + -0.6981736421585083, + 1.7853962182998657, + -0.3153631091117859, + 0.7904371023178101, + -0.2611907720565796, + 0.010503668338060379, + 0.08640771359205246, + -0.4286156892776489, + -0.77069491147995, + 0.7770121097564697, + 0.5780864357948303, + -1.0878463983535767, + -0.005923975259065628, + -0.4080089032649994, + 1.3164626359939575, + 1.7840135097503662, + 1.1149505376815796, + 0.1642964780330658, + -0.19939197599887848, + -1.5621870756149292, + -0.42998039722442627, + -1.692305564880371, + 1.1615883111953735, + -1.5024596452713013, + -0.3698239028453827, + -0.6590754985809326, + -1.0860939025878906, + 0.4341200590133667, + 0.9872342348098755, + 0.3729466497898102, + -0.6165176630020142, + 0.2984548509120941, + -0.6739088296890259, + -0.36425748467445374, + -1.442982792854309, + -0.3918023109436035, + 0.056166574358940125, + 2.2088630199432373, + -0.04863928258419037, + -0.8240944743156433, + 0.12668199837207794, + -0.41691187024116516, + 1.9894356727600098, + 0.787071168422699, + 0.9829288125038147, + -2.586390733718872, + -0.6494526863098145, + 0.5748019218444824, + 1.1360974311828613, + 0.2174786627292633, + -0.522602915763855, + 0.259347528219223, + 0.29853886365890503, + 0.5203647613525391, + 0.25015348196029663, + 0.7780207395553589, + 0.337084025144577, + -0.10168543457984924, + 0.8724363446235657, + -0.07224070280790329, + 0.38373133540153503, + 0.9249961972236633, + -0.16618990898132324, + 0.18068788945674896, + -0.5874794125556946, + -0.28821828961372375, + 0.7265732288360596, + 0.9752473831176758, + 0.9002744555473328, + -0.702377438545227, + 1.3693158626556396, + -0.0720854252576828, + -0.9083781838417053, + -0.5631431937217712, + -0.7106024622917175, + -0.5962993502616882, + -0.7515632510185242, + -0.6443971395492554, + -1.3519355058670044, + 0.8328796625137329, + -0.06248483806848526, + -1.078949213027954, + -0.1275317668914795, + 1.1215647459030151, + -0.41540923714637756, + -0.04417229816317558, + -0.5588785409927368, + 0.9069309234619141, + -1.0752454996109009, + -0.13163580000400543, + -0.5871578454971313, + -0.7161726355552673, + 0.7114232778549194, + 0.05657564848661423, + 0.6108219623565674, + -0.6108060479164124, + 0.04366464167833328, + 1.0635548830032349, + 0.8383232951164246, + 0.30393093824386597, + -0.43792659044265747, + 0.07563518732786179, + 0.6063262820243835, + -0.1796012967824936, + -0.07116921991109848, + -0.5268386006355286, + -1.3678205013275146, + -1.060629963874817, + -2.1869568824768066, + -0.3451368510723114, + 1.4404628276824951, + -0.8121328353881836, + 0.5469210147857666, + -0.2840927839279175, + -0.4978499710559845, + 0.571153461933136, + 1.129301905632019, + 2.7443766593933105, + 0.013744078576564789, + 1.4331588745117188, + 0.7233966588973999, + 0.3168279826641083, + 0.3482212424278259, + 0.17288151383399963, + 0.0635162815451622, + -0.8336517810821533, + 0.5481575727462769, + 0.35828250646591187, + -0.050624992698431015, + -1.0898984670639038, + -0.3644455373287201, + -0.6142823100090027, + 0.8017517328262329, + 0.6617117524147034, + 0.22498317062854767, + 0.4694095849990845, + -1.171707034111023, + 0.2380533218383789, + 0.8000364303588867, + -0.5556336045265198, + -1.4664465188980103, + -1.868472933769226, + -1.161336898803711, + 0.13468457758426666, + 0.8388980031013489, + 1.4190186262130737, + 2.0924437046051025, + -1.4248954057693481, + 0.4767341613769531, + 0.8219650387763977, + 1.0826032161712646, + -0.4713844656944275, + -0.5382982492446899, + 0.29378408193588257, + -0.043246444314718246, + -0.12513038516044617, + 0.6832223534584045, + 0.044425755739212036, + -0.009286617860198021, + -0.16134148836135864, + -0.4839845895767212, + 0.16768306493759155, + -0.7519721984863281, + 0.6323575973510742, + -0.33593133091926575, + -1.6217972040176392, + 0.056936509907245636, + 1.3280820846557617, + 0.014283623546361923, + 0.7943315505981445, + -0.6234259605407715, + -0.5281409025192261, + -0.2758501172065735, + 0.15489153563976288, + 2.124166488647461, + -0.4443616569042206, + -0.5624357461929321, + 0.6541172862052917, + -0.001260664314031601, + -0.0437425933778286, + 0.45586109161376953, + 0.22001725435256958, + -0.23211880028247833, + -0.8507548570632935, + -1.0862205028533936, + -0.32938018441200256, + -1.2367534637451172, + 0.462795227766037, + -0.1608361452817917, + -0.06859344244003296, + 0.7960729598999023, + -0.7457486391067505, + -1.313331127166748, + -0.45229774713516235, + 0.48838913440704346, + -0.4974480867385864, + 0.4359560012817383, + -0.647529125213623, + -0.2393718957901001, + 0.29138314723968506, + -0.23432378470897675, + -1.395304799079895, + -0.8322181701660156, + 0.3459388017654419, + 0.3297283351421356, + 0.8420426845550537, + -1.1704151630401611, + -1.0991886854171753, + -1.4340143203735352, + -0.495882123708725, + -0.7840033173561096, + -0.2352784276008606, + -0.28841039538383484, + -0.19788730144500732, + 0.07698539644479752, + -2.233419418334961, + 0.3100375831127167, + -0.3487953841686249, + -0.5244371891021729, + -0.5135942101478577, + 0.9941699504852295, + 0.46242570877075195, + -0.37324193120002747, + -0.094240203499794, + -0.9447152018547058, + -0.854065477848053, + 1.1306720972061157, + 0.153880313038826, + 0.9782289266586304, + -0.3542867600917816, + -0.7861905097961426, + 1.3264365196228027, + 0.5420423746109009, + -0.7946898341178894, + 0.775206983089447, + 0.22848929464817047, + -1.327483892440796, + 0.4976159334182739, + -1.035797119140625, + -0.4015364348888397, + 0.1627267450094223, + -0.11439978331327438, + -0.4184378683567047, + -1.2377119064331055, + 1.6077276468276978, + -0.21431848406791687, + 0.2693818509578705, + -3.1576991081237793, + -0.4489489197731018, + 0.3390344977378845, + -0.9710279107093811, + -0.45684146881103516, + -0.7185428738594055, + -0.1646045744419098, + -0.2558826804161072, + -1.1496543884277344, + -1.2283037900924683, + 1.2644366025924683, + 0.2886621654033661, + -0.9763073325157166, + 0.24786001443862915, + -0.6497400999069214, + 1.0862276554107666, + -1.0517641305923462, + 1.7364826202392578, + -0.23705680668354034, + 0.5266475677490234, + 0.553151547908783, + 0.6825574636459351, + -0.07788220047950745, + -0.18848124146461487, + 0.19465531408786774, + -0.1641543060541153, + 1.3811603784561157, + -0.4267750382423401, + -1.3764094114303589, + 0.39083707332611084, + -1.1935017108917236, + -0.0037062689661979675, + -0.06485366821289062, + 1.251153588294983, + -0.2691514492034912, + -1.0046606063842773, + 0.03916775435209274, + 0.402529776096344, + -1.183556318283081, + -0.1460762321949005, + -0.09107042104005814, + -0.32747796177864075, + 1.4958853721618652, + -1.3275047540664673, + 0.3644396960735321, + 1.3207087516784668, + -0.2695222496986389, + 0.20170289278030396, + 1.0864344835281372, + -0.0844859704375267, + 0.611228346824646, + -0.7705137729644775, + -0.36440253257751465, + 0.6173613667488098, + 0.13172267377376556, + -0.25637805461883545, + 0.22548578679561615, + 0.29029080271720886, + -0.8865943551063538, + 0.32996779680252075, + -0.5011508464813232, + -0.04918789863586426, + 0.7381181120872498, + -0.47045499086380005, + -0.005815401673316956, + -0.027194922789931297, + -0.3136778473854065, + -1.6204107999801636, + 0.17953483760356903, + 0.353632390499115, + 0.7218494415283203, + 2.2253201007843018, + 0.224718376994133, + 0.5270498991012573, + 0.5778025984764099, + -0.04645860195159912, + 0.6447862982749939, + 0.551137387752533, + 0.6996761560440063, + -0.8538955450057983, + 0.18612444400787354, + 0.7712594270706177, + -0.6094004511833191, + -0.07971401512622833, + -0.4697316884994507, + -1.0366977453231812, + -0.4361540675163269, + 1.0465798377990723, + -0.40104180574417114, + -1.579453945159912, + 0.6116458177566528, + 0.5397518873214722, + -1.4117262363433838, + -0.044744499027729034, + -0.0659753829240799, + -0.5229405164718628, + -0.220308318734169, + 1.0719149112701416, + -0.5013378858566284, + -0.43665656447410583, + -0.7826628088951111, + 0.7713637948036194, + 0.19880063831806183, + -0.31755200028419495, + 1.05410897731781, + -0.7412571907043457, + -0.6712166666984558, + 0.03227023780345917, + 0.3568456470966339, + 1.2484556436538696, + -0.9480254650115967, + 1.3285750150680542, + -0.9498515129089355, + -0.9053342938423157, + 0.40627920627593994, + -0.1338968425989151, + -0.23152101039886475, + 0.36737629771232605, + 0.6769088506698608, + -0.5102267861366272, + 0.7883734107017517, + -0.3603874444961548, + -1.306851863861084, + 0.2223246544599533, + -0.3523465096950531, + 0.9630844593048096, + 0.21318766474723816, + -0.6811987161636353, + -0.665921151638031, + 0.030713267624378204, + -4.721132755279541, + 0.15614458918571472, + 0.06329525262117386, + -0.9370498061180115, + -1.192287802696228, + 0.10914556682109833, + -0.36101973056793213, + -1.9976866245269775, + 0.5310052037239075, + -0.5124298334121704, + -0.4176434874534607, + 0.5804174542427063, + 0.8087927103042603, + -1.2296779155731201, + 0.3924281597137451, + 1.4893935918807983, + 0.6449407339096069, + -1.5383275747299194, + -0.03531677648425102, + 1.8003549575805664, + 0.058769673109054565, + 0.44654780626296997, + 0.699923574924469, + 0.5485972166061401, + 0.3125539720058441, + -0.2866179943084717, + -1.416628122329712, + 0.7272223830223083, + -1.3175781965255737, + -1.1515283584594727, + -0.1122065931558609, + -0.7656974792480469, + 1.4076439142227173, + 1.4916869401931763, + 1.9212310314178467, + 0.5979814529418945, + 0.45238810777664185, + -0.481923371553421, + -0.7701524496078491, + 0.3694663941860199, + 1.2758347988128662, + 0.3876473605632782, + -0.9125909805297852, + 0.20640116930007935, + 0.32274553179740906, + -0.8918213248252869, + 0.775703489780426, + -0.47514182329177856, + -1.0115249156951904, + 0.1534203290939331, + 0.4644448757171631, + 0.9871540069580078, + 0.6373897790908813, + 0.7329819798469543, + 0.47137296199798584, + -0.6443430185317993, + -0.47092992067337036, + 0.7033941745758057, + -0.37652352452278137, + 0.6351244449615479, + -0.37956544756889343, + -0.14108707010746002, + -0.8842394351959229, + -1.8803725242614746, + -0.2222243994474411, + 0.060340218245983124, + -2.109769105911255, + 1.1115405559539795, + 0.4533560872077942, + 0.7735617756843567, + -0.8725129961967468, + -1.2344396114349365, + 1.1103639602661133, + -0.9702818989753723, + 0.4261910915374756, + -0.013977272436022758, + 1.1165812015533447, + 0.3554093837738037, + -1.3882578611373901, + -1.7783994674682617, + -1.6152833700180054, + -1.0864362716674805, + 0.7871279716491699, + 0.6543307900428772, + 1.2030961513519287, + -0.28561702370643616, + -1.0100666284561157, + 0.3150891661643982, + -1.464525580406189, + 0.5838913321495056, + -1.5677404403686523, + -1.014822006225586, + 0.9354587197303772, + 0.4767743647098541, + -1.7620081901550293, + 0.21075241267681122, + -0.5026463270187378, + 0.5331401824951172, + -0.8509007096290588, + -0.5874245166778564, + -0.44402822852134705, + -0.24434894323349, + 0.1444884091615677, + -0.5177885293960571, + -0.7088390588760376, + -0.34734848141670227, + 1.4814815521240234, + -0.11032592505216599, + -0.520723819732666, + 0.5118257999420166, + 0.7079362273216248, + 0.055280670523643494, + 0.37974345684051514, + -0.14676211774349213, + -0.2042294442653656, + 0.03286049887537956, + -0.23273003101348877, + -0.228271484375, + -0.36133942008018494, + 0.09659995138645172, + 0.5338663458824158, + -0.07735597342252731, + -0.024965109303593636, + -1.537298321723938, + 0.1900671124458313, + 1.6426658630371094, + 0.5878965854644775, + 0.6481277346611023, + 1.7920207977294922, + -0.6800113916397095, + 0.42307883501052856, + -1.7815556526184082, + -0.13565689325332642, + 0.6393008232116699, + 0.889188289642334, + -1.9081010818481445, + 0.68524569272995, + 0.6505967974662781, + -0.3382648527622223, + -0.6740865111351013, + -0.33960816264152527, + -0.5594702363014221, + -1.0609513521194458, + 0.5498495697975159, + -0.4509511888027191, + 0.8366281986236572, + 0.03478989005088806, + 0.27171415090560913, + -1.660704255104065, + -1.2095489501953125, + 0.11453425884246826, + -0.5375202894210815, + 0.6793479323387146, + -0.04462495073676109, + 0.7920376658439636, + 1.2585463523864746, + -0.5782163739204407, + -0.2649536430835724, + 0.5059040188789368, + 0.21712158620357513, + 0.032306283712387085, + -0.9045120477676392, + -0.5950447916984558, + -0.2437775433063507, + -0.6663963198661804, + -0.08371935784816742, + 1.0822826623916626, + -0.5138806104660034, + -0.38405072689056396, + -0.855365514755249, + 0.6616190671920776, + 0.9080360531806946, + -0.7388907074928284, + -0.3587499260902405, + 0.9082456827163696, + 0.09674562513828278, + 0.8134639859199524, + -0.7078348398208618, + 0.6843451261520386, + -1.0085481405258179, + 0.6716887950897217, + 0.08801105618476868, + -0.3533031642436981, + 1.030312180519104, + 1.0571986436843872, + 0.3516235649585724, + -0.43346428871154785, + -0.3378602862358093, + -0.04090816527605057, + 0.15924358367919922, + -0.09293575584888458, + -0.5545360445976257, + 0.8088597059249878, + -0.862376868724823, + 0.8279412388801575, + -0.5731446743011475, + -0.7559975385665894, + 0.32172104716300964, + 0.11497378349304199, + 0.07567156106233597, + -0.19071465730667114, + 0.22352014482021332, + 0.5948725342750549, + -0.3199390769004822, + -0.5632994174957275, + 0.951978862285614, + 0.26312530040740967, + -0.27530550956726074, + -0.17691709101200104, + 0.24361231923103333, + -1.030924916267395, + -0.6772990226745605, + -0.7426257133483887, + 0.6432575583457947, + -0.7384631633758545, + 0.10956995189189911, + 0.2237464189529419, + -0.4747174382209778, + 1.0294603109359741, + 0.6529409885406494, + 0.567838728427887, + 0.5639886856079102, + -1.079118251800537, + 0.2762095034122467, + 0.5925458073616028, + 0.1511726826429367, + -0.8157801628112793, + 0.4901677370071411, + -0.314702570438385, + -0.48206576704978943, + 0.43186771869659424, + 0.44907981157302856, + 0.957984447479248, + 0.9834866523742676, + 0.8029231429100037, + -0.2842593193054199, + -0.43065324425697327, + 0.29574331641197205, + -0.3707432150840759, + -0.3718971610069275, + 1.0063203573226929, + -0.14610688388347626, + 0.12545301020145416, + 1.0092227458953857 + ] + } +] \ No newline at end of file diff --git a/fetishTest/test.py b/fetishTest/test.py new file mode 100644 index 0000000000000000000000000000000000000000..bb8e743abbf09905548492a4e049f24284bc37f8 --- /dev/null +++ b/fetishTest/test.py @@ -0,0 +1,30 @@ +import subprocess +import json, httpx + +# API的URL +url = "http://localhost:8002/fetish" + +# 准备要发送的数据 生成A-D之间的十个随机答案 +import random + +answers = [] +for _ in range(10): + answers.append(random.choice(["A", "B", "C", "D"])) +data = { + "answer": answers # 替换为实际的答案列表 +} + +# 将数据转换为JSON字符串 +data_json = json.dumps(data) + +# 构建curl命令 +curl_command = [ + "curl", "-X", "POST", "-H", "Content-Type: application/json", "-d", data_json, url +] + +# 执行curl命令 +process = subprocess.run(curl_command, capture_output=True, text=True) + +# 打印返回的结果 +print(process.stdout) +print(data_json) \ No newline at end of file diff --git a/milvusDB/prepare_milvus.py b/milvusDB/prepare_milvus.py new file mode 100644 index 0000000000000000000000000000000000000000..be85f9d9dd33ae27a3c150acffd27d73fdf36d58 --- /dev/null +++ b/milvusDB/prepare_milvus.py @@ -0,0 +1,215 @@ +from pymilvus import MilvusClient, DataType, FieldSchema, CollectionSchema, Collection + +URI = "http://localhost:19530" +def prepare_sex_ed_article_milvus(): + client = MilvusClient(uri=URI) + client.drop_collection("t_sur_sex_ed_article_spider") + + # Fields + id = FieldSchema(name="id", dtype=DataType.VARCHAR, is_primary=True, max_length=1000) + s_title = FieldSchema(name="title", dtype=DataType.VARCHAR, max_length=2000) + v_title = FieldSchema(name="title_vector", dtype=DataType.FLOAT_VECTOR, dim=1024) + s_chunk = FieldSchema(name="chunk", dtype=DataType.VARCHAR, max_length=2000) + v_chunk = FieldSchema(name="chunk_vector", dtype=DataType.FLOAT_VECTOR, dim=1024) + tags = FieldSchema(name="tags", dtype=DataType.FLOAT_VECTOR, dim=1024) + link = FieldSchema(name="link", dtype=DataType.VARCHAR, max_length=512) + category = FieldSchema(name="category", dtype=DataType.VARCHAR, max_length=128) + + # Collection schema + collection_schema = CollectionSchema( + fields=[id, s_title, v_title, s_chunk, v_chunk, tags, link, category], + auto_id=False, + enable_dynamic_field=True, + description="Schema of collection: t_sur_sex_ed_article_spider" + ) + + # indexs + index_params = client.prepare_index_params() + index_params.add_index( + field_name="title_vector", + index_type="IVF_FLAT", + metric_type="COSINE", + params={"nlist": 128} + ) + index_params.add_index( + field_name="chunk_vector", + index_type="IVF_FLAT", + metric_type="COSINE", + params={"nlist": 128} + ) + index_params.add_index( + field_name="tags", + index_type="IVF_FLAT", + metric_type="COSINE", + params={"nlist": 128} + ) + + # create collection + client.create_collection( + collection_name="t_sur_sex_ed_article_spider", + schema=collection_schema, + index_params=index_params + ) + + status = client.get_load_state("t_sur_sex_ed_article_spider") + print(f"t_sur_sex_ed_article_spider:{status}") + + +def prepare_sex_ed_qa_milvus(): + client = MilvusClient(uri=URI) + client.drop_collection("t_sur_sex_ed_question_answer_spider") + + # Fields + id = FieldSchema(name="id", dtype=DataType.VARCHAR, is_primary=True, max_length=1000) + url = FieldSchema(name="url", dtype=DataType.VARCHAR, max_length=1000) + title = FieldSchema(name="title", dtype=DataType.VARCHAR, max_length=2000) + v_title = FieldSchema(name="title_vector", dtype=DataType.FLOAT_VECTOR, dim=1024) + content = FieldSchema(name="content", dtype=DataType.VARCHAR, max_length=2000) + v_content = FieldSchema(name="content_vector", dtype=DataType.FLOAT_VECTOR, dim=1024) + content_type = FieldSchema(name="content_type", dtype=DataType.VARCHAR, max_length=8) + author = FieldSchema(name="author", dtype=DataType.VARCHAR, max_length=64) + avatar_url = FieldSchema(name="avatar_url", dtype=DataType.VARCHAR, max_length=1024) + likes = FieldSchema(name="likes", dtype=DataType.INT32) + dislikes = FieldSchema(name="dislikes", dtype=DataType.INT32) + + # Collection schema + collection_schema = CollectionSchema( + fields=[id, url, title, v_title, content, v_content, content_type, author, avatar_url, likes, dislikes], + auto_id=False, + enable_dynamic_fields=True, + description="Sex Education QA" + ) + + # indexs + index_params = client.prepare_index_params() + index_params.add_index( + field_name="title_vector", + index_type="IVF_FLAT", + metric_type="COSINE", + params={"nlist": 128} + ) + index_params.add_index( + field_name="content_vector", + index_type="IVF_FLAT", + metric_type="COSINE", + params={"nlist": 128} + ) + + # create collection + client.create_collection( + collection_name="t_sur_sex_ed_question_answer_spider", + schema=collection_schema, + index_params=index_params + ) + + status = client.get_load_state("t_sur_sex_ed_question_answer_spider") + print(f"t_sur_sex_ed_question_answer_spider:{status}") + + +def prepare_sex_ed_youtube(): + client = MilvusClient(uri=URI) + client.drop_collection("t_sur_sex_ed_youtube_spider") + + # Fields + id = FieldSchema(name="id", dtype=DataType.VARCHAR, is_primary=True, max_length=1000) + link = FieldSchema(name="link", dtype=DataType.VARCHAR, max_length=512) + title = FieldSchema(name="title", dtype=DataType.VARCHAR, max_length=256) + v_title = FieldSchema(name="title_vector", dtype=DataType.FLOAT_VECTOR, dim=1024) + views = FieldSchema(name="views", dtype=DataType.VARCHAR, max_length=64) + author = FieldSchema(name="author", dtype=DataType.VARCHAR, max_length=64) + picture = FieldSchema(name="picture", dtype=DataType.VARCHAR, max_length=512) + likes = FieldSchema(name="likes", dtype=DataType.VARCHAR, max_length=64) + duration = FieldSchema(name="duration", dtype=DataType.VARCHAR, max_length=64) + tag = FieldSchema(name="tag", dtype=DataType.VARCHAR, max_length=64) + v_tag = FieldSchema(name="tag_vector", dtype=DataType.FLOAT_VECTOR, dim=1024) + delete_status = FieldSchema(name="delete_status", dtype=DataType.INT8) + + # Collection schema + collection_schema = CollectionSchema( + fields=[id, link, title, v_title, views, author, picture, likes, duration, tag, v_tag, delete_status], + auto_id=False, + enable_dynamic_fields=True, + description="Sex Education videos collection" + ) + + # indexs + index_params = client.prepare_index_params() + index_params.add_index( + field_name="title_vector", + index_type="IVF_FLAT", + metric_type="COSINE", + params={"nlist": 128} + ) + index_params.add_index( + field_name="tag_vector", + index_type="IVF_FLAT", + metric_type="COSINE", + params={"nlist": 128} + ) + + # create collection + client.create_collection( + collection_name="t_sur_sex_ed_youtube_spider", + schema=collection_schema, + index_params=index_params + ) + + status = client.get_load_state(f"t_sur_sex_ed_youtube_spider") + print(f"t_sur_sex_ed_youtube_spider:{status}") + + +def prepare_pornVideo(): + client = MilvusClient(uri=URI) + client.drop_collection("t_sur_video") + + # Fields + url = FieldSchema(name="url", dtype=DataType.VARCHAR, max_length=256, is_primary=True) + duration = FieldSchema(name="duration", dtype=DataType.INT64) + viewCount = FieldSchema(name="viewCount", dtype=DataType.INT64) + cover_picture = FieldSchema(name="coverPicture", dtype=DataType.VARCHAR, max_length=1024) + title = FieldSchema(name="title", dtype=DataType.VARCHAR, max_length=512) + v_title = FieldSchema(name="title_vector", dtype=DataType.FLOAT_VECTOR, dim=1024) + uploader = FieldSchema(name="uploader", dtype=DataType.VARCHAR, max_length=256) + categories = FieldSchema(name="categories", dtype=DataType.VARCHAR, max_length=1024) + v_categories = FieldSchema(name="categories_vector", dtype=DataType.FLOAT_VECTOR, dim=1024) + resource_type = FieldSchema(name="resourceType", dtype=DataType.INT8) + sexual_preference = FieldSchema(name="sexualPreference", dtype=DataType.INT8) + + # Collection Schema + collection_schema = CollectionSchema( + fields=[url, duration, viewCount, cover_picture, title, v_title, uploader, categories, v_categories, resource_type, sexual_preference], + auto_id=False, + enable_dynamic_fields=True, + description="Sexual Education Videos" + ) + + #indexs + index_params = client.prepare_index_params() + index_params.add_index( + field_name="title_vector", + index_type="IVF_FLAT", + metric_type="COSINE", + params={"nlist": 128} + ) + index_params.add_index( + field_name="categories_vector", + index_type="IVF_FLAT", + metric_type="COSINE", + params={"nlist": 128} + ) + + # create collection + client.create_collection( + collection_name="t_sur_video", + schema=collection_schema, + index_params=index_params + ) + + status = client.get_load_state("t_sur_video") + print(f"t_sur_video:{status}") + +if __name__ == '__main__': + prepare_sex_ed_article_milvus() + prepare_sex_ed_qa_milvus() + prepare_sex_ed_youtube() + prepare_pornVideo() diff --git a/milvusDB/retriever.py b/milvusDB/retriever.py new file mode 100644 index 0000000000000000000000000000000000000000..03dd4952bc76f39f94e7d38bd88c4fdc7b7c5d6d --- /dev/null +++ b/milvusDB/retriever.py @@ -0,0 +1,115 @@ +from pymilvus import MilvusClient, WeightedRanker, AnnSearchRequest +from langchain_ollama import OllamaEmbeddings + +class MilvusRetriever: + def __init__(self, uri): + self.uri = uri + self.embed_model = OllamaEmbeddings(model="bge-m3") + self.client = MilvusClient(self.uri) + + def search(self, query, collection_name, top_k=10): + # Connect to Milvus and search for the top_k nearest neighbors to the query_vector + # in the specified collection. + """_summary_ + + Args: + query (_type_): query string + collection_name (_type_): milvus_collection_name + top_k (int, optional): Top k results. Defaults to 10. + + Returns: + [{"id", "distance", "entity"}] + """ + query_embedding = self.embed_model.embed_query(query) + + if collection_name == "t_sur_sex_ed_article_spider": + return self.article_search(query_embedding, collection_name, top_k=top_k) + + if collection_name == "t_sur_sex_ed_question_answer_spider": + return self.qa_search(query_embedding, collection_name, top_k=top_k) + + if collection_name == "t_sur_sex_ed_youtube_spider": + return self.video_search(query_embedding, collection_name, top_k=top_k) + + def article_search(self, embedding, collection_name, top_k): + search_param1 = { + "data": [embedding], + "anns_field": "chunk_vector", + "param": { + "metric_type": "COSINE", + "params": {"nprobe": 10} + }, + "limit": top_k + } + search_param2 = { + "data": [embedding], + "anns_field": "title_vector", + "param": { + "metric_type": "COSINE", + "params": {"nprobe": 10} + }, + "limit": top_k + } + search_param3 = { + "data": [embedding], + "anns_field": "tags", + "param": { + "metric_type": "COSINE", + "params": {"nprobe": 10} + }, + "limit": top_k + } + rerank = WeightedRanker(0.6, 0.3, 0.1) + r1, r2, r3 = AnnSearchRequest(**search_param1), AnnSearchRequest(**search_param2), AnnSearchRequest(**search_param3) + candidates = [r1, r2, r3] + res = self.client.hybrid_search( + collection_name=collection_name, + ranker=rerank, + reqs=candidates, + limit=top_k, + output_fields=["title", "link", "chunk", "category"] + )[0] + return res + + def qa_search(self, embedding, collection_name, top_k): + res = self.client.search( + collection_name=collection_name, + data=[embedding], + anns_field="title_vector", + search_params={"metric_type": "COSINE", "params": {"nprobe": 10}}, + limit=top_k, + filter="content_type == 'A'", + output_fields=["title", "content", "url", "author", "avatar_url", "likes", "dislikes"] + )[0] + # 去重title + titles = [] + result = [] + for record in res: + if record["entity"]["title"] not in titles: + titles.append(record["entity"]["title"]) + result.append(record) + return result + + def video_search(self, embedding, collection_name, top_k): + res = self.client.search( + collection_name=collection_name, + data=[embedding], + anns_field="title_vector", + search_params={"metric_type": "COSINE", "params": {"nprobe": 10}}, + filter="delete_status == 0", + limit=top_k, + output_fields=["title", "link", "author", "picture", "duration"] + )[0] + return res + + def porn_search(self, embedding, collection_name, top_k): + pass + +if __name__ == "__main__": + import json + retriever = MilvusRetriever(uri="http://localhost:19530") + colleciton_name = "t_sur_sex_ed_article_spider" + query = "How to build trust?" + res = retriever.search(query, colleciton_name, top_k=10) + res = [record["entity"] for record in res if record["distance"] > 0.3] + print(json.dumps(res)) diff --git a/milvusDB/update_milvus.py b/milvusDB/update_milvus.py new file mode 100644 index 0000000000000000000000000000000000000000..cc3a332575e137cc7387c2925cc1622535095967 --- /dev/null +++ b/milvusDB/update_milvus.py @@ -0,0 +1,275 @@ +from fastapi import FastAPI, Request +from langchain_ollama import OllamaEmbeddings +from llama_index.core.node_parser import SentenceSplitter +from pymilvus import MilvusClient +from tqdm import tqdm +from concurrent.futures import ThreadPoolExecutor +import html2text +import logging + +# 配置日志 +logging.basicConfig( + filename='/home/purui/update_milvus.log', # 日志文件路径 + filemode='a', # 追加模式 + format='%(asctime)s - %(name)s - %(levelname)s - %(message)s', + level=logging.ERROR +) + +# 创建一个logger +logger = logging.getLogger(__name__) + +executor = ThreadPoolExecutor(max_workers=10) + +h = html2text.HTML2Text() +h.ignore_links = True + +embed_model = OllamaEmbeddings(model="bge-m3") + +app = FastAPI( + title="update_milvus", + description="update_milvus", +) + +URI = "http://localhost:19530" + +def update_article(data): + # update article + splitter = SentenceSplitter(chunk_size=200, chunk_overlap=20) + client = MilvusClient(uri=URI) + collection_name = "t_sur_sex_ed_article_spider" + + logger.info(f"Starting Embedding: {data}") + ct = 0 + for row in tqdm(data, desc="Updating Milvus"): + id = row["id"] + # 同ID数据更新 + if client.get(collection_name=collection_name, ids=[id]): + client.delete(collection_name=collection_name, filter='id like "{id}%"') + title = row["title"] + content = row["content"] + tags = row["tags"] + link = row["link"] + category = row["category2"] + if category is None: + category = " " + + content = splitter.split_text(h.handle(content)) # List[str] + content_embeddings = embed_model.embed_documents(content) # List[List[float]] + + title_embeddings = embed_model.embed_query(title) + tags_embeddings = embed_model.embed_query(tags) + + insert_data = [] + # iter chunks from one article + for idx, (sentence, embedding) in enumerate(zip(content, content_embeddings)): + # update milvus + id = id + "_" + str(idx) + s_title = title + v_title = title_embeddings + s_chunk = sentence + v_chunk = embedding + row_data = { + "id": id, + "title": s_title, + "title_vector": v_title, + "chunk": s_chunk, + "chunk_vector": v_chunk, + "tags": tags_embeddings, + "link": link, + "category": category + } + insert_data.append(row_data) + ct += 1 + # update milvus + client.insert(collection_name=collection_name, data=insert_data) + logger.error(f"Insert complete. {ct} chunks inserted.") + +def update_qa(data): + # set up + client = MilvusClient(uri=URI) + collection_name = "t_sur_sex_ed_question_answer_spider" + splitter = SentenceSplitter(chunk_size=200, chunk_overlap=20) + + logger.info(f"Starting Embedding: {data}") + ct = 0 + for row in tqdm(data, desc="Updating Milvus"): + id = row["id"] + # 同ID数据更新 + if client.get(collection_name=collection_name, ids=[id]): + client.delete(collection_name=collection_name, filter='id like "{id}%"') + url = row["url"] + title = row["title"] + content = row["content"] + content_type = row["type"] + likes = row["likeCount"] + dislikes = row["dislikeCount"] + author = row["authorName"] + avatar_url = row["avatarUrl"] + if avatar_url is None: + avatar_url = " " + content = splitter.split_text(h.handle(content)) + + title_vector = embed_model.embed_query(title) + content_vector = embed_model.embed_documents(content) + # iter chunks from one article + + for idx, (sentence, embedding) in enumerate(zip(content, content_vector)): + sub_id = id + "_" + str(idx) + row_data = { + "id": sub_id, + "url": url, + "title_vector": title_vector, + "content_vector": embedding, + "title": title, + "content": sentence, + "content_type":content_type, + "author": author, + "avatar_url": avatar_url, + "likes": likes, + "dislikes": dislikes + } + # update milvus + client.insert(collection_name=collection_name, data=row_data) + ct += 1 + logger.error(f"Insert complete. {ct} data inserted.") + + +def update_video(data): + # set up + client = MilvusClient(uri=URI) + collection_name = "t_sur_sex_ed_youtube_spider" + + logger.info(f"Starting Embedding: {data}") + ct = 0 + + for row in tqdm(data, desc="Updating Milvus"): + id = row["id"] + # 同ID数据更新 + if client.get(collection_name=collection_name, ids=[id]): + client.delete(collection_name=collection_name, filter='id like "{id}%"') + link = row["videoLink"] + title = row["videoTitle"] + views = row["videoViews"] + author = row["videoAuthor"] + picture = row["videoPicture"] + likes = row["videoLikes"] + duration = row["videoDuration"] + tag = row["tag"] + delete_status = row["deleteStatus"] + + title_vector = embed_model.embed_query(title) + tag_vector = embed_model.embed_query(tag) + views = "".join(views.split(",")) # 599,450 -> 599450 + + if delete_status == "1": + continue + row_data = { + "id": id, + "link": link, + "title": title, + "title_vector": title_vector, + "tag": tag, + "tag_vector": tag_vector, + "author": author, + "picture": picture, + "likes": likes, + "duration": duration, + "views": views, + "delete_status": delete_status + } + # update milvus + client.insert(collection_name=collection_name, data=row_data) + ct += 1 + logger.error(f"Insert complete. {ct} data inserted.") + +def update_porn(data): + #set up + client = MilvusClient(uri=URI) + collection_name = "t_sur_video" + + logger.info(f"Starting Embedding: {data}") + ct = 0 + + for row in tqdm(data): + url = row["webUrl"] + duration = row["duration"] + viewCount = row["viewCount"] + if viewCount == None: + continue + coverPicture = row["coverPicture"] + title = row["title"] + uploader = row["uploader"] + if uploader == None: + uploader = "" + categories = row["categories"] + resource_type = row["resourceType"] + sexual_preference = int(row["sexualPreference"]) + delete_status = row["isDelete"] + + # delete last element from categories + categories = categories[:-1] + categories = " ".join(categories) + + # embedding + title_vector = embed_model.embed_query(title) + categories_vector = embed_model.embed_query(categories) + + if delete_status != 1: + row_data = { + "url": url, + "duration": duration, + "viewCount": viewCount, + "coverPicture": coverPicture, + "title": title, + "uploader": uploader, + "categories": categories, + "resourceType": resource_type, + "sexualPreference": sexual_preference, + "title_vector": title_vector, + "categories_vector": categories_vector + } + + client.insert(collection_name, data=row_data) + ct += 1 + logger.error(f"Insert complete. {ct} data inserted.") + + +@app.post("/milvus") +async def update_milvus(request: Request): + # update milvus + body = await request.json() + data = body["page"]["data"] + table = body["type"] + print(f"data len: {len(data)}") + print(f"table: {table}") + if table == "articleSpiderSyncMilVus": + # update_article(data) + try: + executor.submit(update_article, data) + return {"status": "SUCCESS"} + except Exception as e: + logging.info(f"ThreadError: {e}") + elif table == "answerSpiderSyncMilVus": + try: + executor.submit(update_qa, data) + return {"status": "SUCCESS"} + except Exception as e: + logging.info(f"ThreadError: {e}") + elif table == "youtubeSpiderSyncMilVus": + try: + executor.submit(update_video, data) + return {"status": "SUCCESS"} + except Exception as e: + logging.info(f"ThreadError: {e}") + elif table == "syncToMediaSyncMilVus": + try: + executor.submit(update_porn, data) + return {"status": "SUCCESS"} + except Exception as e: + logging.info(f"ThreadError: {e}") + + + +if __name__ == "__main__": + import uvicorn + uvicorn.run(app, host="0.0.0.0", port=8010, loop="asyncio") \ No newline at end of file diff --git a/pipeline/__init__.py b/pipeline/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/pipeline/chat_pipeline.py b/pipeline/chat_pipeline.py new file mode 100644 index 0000000000000000000000000000000000000000..dfae91cd4513978a2a86bcfabf77bf73d1f8785e --- /dev/null +++ b/pipeline/chat_pipeline.py @@ -0,0 +1,97 @@ +from llama_index.core.query_pipeline import ( + QueryPipeline, + InputComponent, + ArgPackComponent, +) +from llama_index.core.prompts import PromptTemplate +from llama_index.llms.ollama import Ollama +from typing import Any, Dict, List, Optional +from llama_index.core.bridge.pydantic import Field +from llama_index.core.llms import ChatMessage +from llama_index.core.query_pipeline import CustomQueryComponent +from llama_index.core.schema import NodeWithScore + + +DEFAULT_CONTEXT_PROMPT = ( + "Here is some context that may be relevant:\n" + "-----\n" + "{node_context}\n" + "-----chat_history-----\n" + "{chat_history}\n" + "-----\n" + "Please write a response to the following question, using the above context:\n" + "{query_str}\n" +) + + +class ResponseComponent(CustomQueryComponent): + llm: Ollama = Field(..., description="The language model to use for generating responses.") + system_prompt: Optional[str] = Field(default=None, description="System prompt to use for the LLM") + context_prompt: str = Field( + default=DEFAULT_CONTEXT_PROMPT, + description="Context prompt use for llm", + ) + + @property + def _input_keys(self) -> set: + return {"chat_history", "nodes", "query_str"} + + @property + def _output_keys(self) -> set: + return {"response"} + + def _prepare_context( + self, + chat_history: List[ChatMessage], + nodes: List[NodeWithScore], + query_str: str, + ) -> List[ChatMessage]: + node_context = "" + for idx, node in enumerate(nodes): + node_text = node.get_content(metadata_mode="llm") + node_context += f"Context Chunk {idx}:\n{node_text}\n\n" + + formatted_context = self.context_prompt.format( + node_context=node_context, + query_str=query_str, + chat_history=chat_history + ) + user_message = ChatMessage(role="user", content=formatted_context) + chat_history.append(user_message) + + if self.system_prompt is not None: + chat_history = [ + ChatMessage(role="system", content=self.system_prompt), + ] + chat_history + + return chat_history + + def _run_component(self, **kwargs) -> Dict[str, Any]: + chat_history = kwargs["chat_history"] + nodes = kwargs["nodes"] + query_str = kwargs["query_str"] + + prepared_context = self._prepare_context( + chat_history=chat_history, + nodes=nodes, + query_str=query_str, + ) + + response = self.llm.chat(prepared_context) + + return {"response": response} + + async def _arun_component(self, **kwargs: Any) -> Dict[str, Any]: + chat_history = kwargs["chat_history"] + nodes = kwargs["nodes"] + query_str = kwargs["query_str"] + + prepared_context = self._prepare_context( + chat_history=chat_history, + nodes=nodes, + query_str=query_str, + ) + + response = await self.llm.chat(prepared_context) + + return {"response": response} \ No newline at end of file diff --git a/pipeline/kb_pipeline.py b/pipeline/kb_pipeline.py new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/pipeline/modules.py b/pipeline/modules.py new file mode 100644 index 0000000000000000000000000000000000000000..784161fb0a0830af7ad2278bb98e96cf699ad047 --- /dev/null +++ b/pipeline/modules.py @@ -0,0 +1,112 @@ +import os +from llama_index.core import load_index_from_storage, StorageContext, SQLDatabase, VectorStoreIndex, Settings +from llama_index.core.objects import ( + SQLTableNodeMapping, + ObjectIndex, + SQLTableSchema, +) +from typing import List, Dict, Any +from pydantic import BaseModel +from langchain_community.embeddings.ollama import OllamaEmbeddings +from llama_index.core.llms import ChatResponse +from llama_index.core.indices.keyword_table.base import KeywordTableIndex +from llama_index.core.query_pipeline import CustomQueryComponent +from llama_index.core.retrievers import SQLRetriever +from llama_index.core.bridge.pydantic import Field + +embed_model = OllamaEmbeddings(model="pornchat") +Settings.embed_model = embed_model + +class CustomSQLRetriever(CustomQueryComponent): + + sql_db: SQLDatabase = Field(..., description="SQL Database") + + def _validate_component_inputs( + self, input: Dict[str, Any] + ) -> Dict[str, Any]: + """Validate component inputs during run_component.""" + # NOTE: this is OPTIONAL but we show you here how to do validation as an example + return input + + @property + def _input_keys(self) -> set: + """Input keys dict.""" + return {"query_str", "sql_query"} + + @property + def _output_keys(self) -> set: + # can do multi-outputs too + return {"output", "is_valid"} + + def _run_component(self, **kwargs) -> Dict[str, Any]: + """Run the component.""" + # run logic + retriever = SQLRetriever(self.sql_db) + try: + query = kwargs["sql_query"] + output = retriever.retrieve(query) + is_valid = True + except Exception as e: + output = "" + is_valid = False + return {"output": output, "is_valid": is_valid} + + +def get_table_obj_retriever(index_path: str, table_infos: List[BaseModel],schema_table_mapping: Dict[str, str], sql_db: SQLDatabase): + if os.path.exists(index_path): + index = load_index_from_storage(StorageContext.from_defaults(persist_dir=index_path)) + node_mapping = SQLTableNodeMapping(sql_db) + table_schema_objs = [ + SQLTableSchema(table_name=schema_table_mapping[t.table_name], context_str=t.table_summary) for t in table_infos + ] + obj_index = ObjectIndex.from_objects_and_index(objects=table_schema_objs, index=index) + retriever = obj_index.as_retriever(simliarity_top_k=1) + return retriever + else: + return False + +def create_table_obj_retriever(index_path: str, sql_db: SQLDatabase, + table_infos: List[BaseModel], + schema_table_mapping: Dict[str, str] + ): + table_node_mapping = SQLTableNodeMapping(sql_db) + table_schema_objs = [ + SQLTableSchema(table_name=schema_table_mapping[t.table_name], context_str=t.table_summary) for t in table_infos + ] + storage_context = StorageContext.from_defaults(persist_dir=index_path) + obj_index = ObjectIndex.from_objects( + table_schema_objs, + table_node_mapping, + KeywordTableIndex, + ) + retriever = obj_index.as_retriever(similarity_top_k=2) + return retriever + +def get_table_context_str(schema_table_mapping: Dict[str, str],table_schema_objs: List[SQLTableSchema], sql_database: SQLDatabase): + """Get table context string.""" + context_strs = [] + for table_schema_obj in table_schema_objs: + table_info = sql_database.get_single_table_info( + schema_table_mapping[table_schema_obj.table_name] + ) + if table_schema_obj.context_str: + table_opt_context = " The table description is: " + table_opt_context += table_schema_obj.context_str + table_info += table_opt_context + + context_strs.append(table_info) + return "\n\n".join(context_strs) + +def parse_response_to_sql(response: ChatResponse) -> str: + """Parse response to SQL.""" + response = response.message.content + sql_query_start = response.find("SQLQuery:") + if sql_query_start != -1: + response = response[sql_query_start:] + # TODO: move to removeprefix after Python 3.9+ + if response.startswith("SQLQuery:"): + response = response[len("SQLQuery:") :] + sql_result_start = response.find("SQLResult:") + if sql_result_start != -1: + response = response[:sql_result_start] + return response.strip().strip("```").strip() diff --git a/pipeline/search_pipeline.py b/pipeline/search_pipeline.py new file mode 100644 index 0000000000000000000000000000000000000000..b22338a19e8833e797ba273566652b9d878bec60 --- /dev/null +++ b/pipeline/search_pipeline.py @@ -0,0 +1,35 @@ +""" +"searchParameters": { + "q": "apple inc", + "gl": "us", + "hl": "en", + "autocorrect": true, + "page": 1, + "type": "search" # videos, images + }, + + 返回结果: + result_keys: dict_keys(['search_metadata', 'search_parameters', 'search_information', 'organic_results', 'pagination', 'serpapi_pagination']) + 其中video_search: + result_keys: dict_keys(['search_metadata', 'search_parameters', 'search_information', 'video_results', 'pagination', 'serpapi_pagination']) + 其中xxx_results是包含不同搜索结果(字典)的列表: + dict_keys(['position', 'title', 'link', 'displayed_link', 'thumbnail', 'date', 'snippet', 'duration', 'rich_snippet']) + {'position': 1, 'title': 'Pornhub 2020 most Popular MILF Videos', 'link': 'https://www.pornhub.com/view_video.php?viewkey=ph602ecf9f1563b', 'displayed_link': 'www.pornhub.com › view_video', 'thumbnail': 'https://serpapi.com/searches/66f1473aca6f0ca2eca329ff/images/d99e1712df529f4c186080a8f9741ab90c6104312b61494d31fa7ecab583106d.jpeg', 'date': 'Feb 18, 2021', 'snippet': 'Watch Pornhub 2020 Most Popular MILF videos on Pornhub.com, the best hardcore porn site. Pornhub is home to the widest selection of free ...', 'duration': '11:31', 'rich_snippet': {'top': {'extensions': ['Pornhub', 'Pornhub Models', 'Feb 18, 2021'], 'detected_extensions': {'feb': 18}}}} +""" + +from serpapi import GoogleSearch + +params = { + "engine": "google", + "q": "苍井空最近的影片", + # "location": "Austin, Texas, United States", + "google_domain": "google.com", + "gl": "us", + "hl": "en", + "num": 5, + "api_key": "0942793f1c7ef851ce5dbcd8b6e3cf5e342a961c8a1b24fae9f552a679c2d444" +} + +search = GoogleSearch(params) +results = search.get_dict() +print(type(results["organic_results"][0])) diff --git a/pipeline/sql_pipeline.py b/pipeline/sql_pipeline.py new file mode 100644 index 0000000000000000000000000000000000000000..37768101f2c0fdd001e938b3b0da86682b9ef1e9 --- /dev/null +++ b/pipeline/sql_pipeline.py @@ -0,0 +1,224 @@ +from llama_index.core.query_pipeline import ( + QueryPipeline, + Link, + InputComponent, + CustomQueryComponent, +) + +from llama_index.core.objects import ( + SQLTableNodeMapping, + ObjectIndex, + SQLTableSchema, +) +from pyvis.network import Network +import Stemmer +from IPython.display import display, HTML +from sqlalchemy import create_engine +from llama_index.core import SQLDatabase, VectorStoreIndex, PromptTemplate +from llama_index.core.program import LLMTextCompletionProgram +from llama_index.core.bridge.pydantic import BaseModel, Field +from typing import Dict, List, Any +from llama_index.core.query_pipeline import FnComponent +from llama_index.core.prompts.default_prompts import DEFAULT_TEXT_TO_SQL_PROMPT +from llama_index.core.retrievers import SQLRetriever +from llama_index.llms.ollama import Ollama +from llama_index.core.objects.base import ObjectRetriever +import pymysql, pandas as pd +from llama_index.retrievers.bm25 import BM25Retriever +from llama_index.core.schema import IndexNode +from modules import ( + get_table_obj_retriever, + create_table_obj_retriever, + get_table_context_str, + parse_response_to_sql, + CustomSQLRetriever + ) + + + +PROMPT_STR = """\ + Give me a summary of the table with the following format. + + - table_summary: Describe what the table is about in short. Columns: [col1(type), col2(type), ...] + + Table: + {table_str} + """ + +db_user = "shenzhen_ai_for_vibemate_eson" +db_password = "dBsnc7OrM0MVi0FEhiHe2y" +db_host = "192.168.1.99" +db_port = 3306 +db_name = "hytto_surfease" + +TABLE_SUMMARY = { + "t_sur_media_sync_es": "This table is about Porn video information:\n\nt_sur_media_sync_es: Columns:id (integer), web_url (string), duration (integer), pattern_per (integer), like_count (integer), dislike_count (integer), view_count (integer), cover_picture (string), title (string), upload_date (datetime), uploader (string), create_time (datetime), update_time (datetime), categories (list of strings), abbreviate_video_url (string), abbreviate_mp4_video_url (string), resource_type (string), like_count_show (integer), stat_version (integer), tags (list of strings), model_name (string), publisher_type (string), period (integer), sexual_preference (string), country (string), type (string), rank_number (integer), rank_rate (float), has_pattern (boolean), trace (string), manifest_url (string), is_delete (boolean), web_url_md5 (string), view_key (string)", + "t_sur_models_info": "This table is about Stripchat models' information:\n\nt_sur_models_info: Columns:id (INTEGER), username (VARCHAR(100), image (VARCHAR(500), num_users (INTEGER), pf (VARCHAR(50), pf_model_unite (VARCHAR(50), use_plugin (INTEGER), create_time (DATETIME), update_time (DATETIME), update_time (DATETIME), gender (VARCHAR(50), broadcast_type (VARCHAR(50), common_gender (VARCHAR(50), avatar (VARCHAR(512), age (INTEGER) " +} + +class SQLPipeline: + def __init__(self, llm: Ollama): + self.llm = llm + self.engine = create_engine(f"mysql+pymysql://{db_user}:{db_password}@{db_host}:{db_port}/{db_name}") + self.sql_db = SQLDatabase(self.engine) + self.table_names = self.sql_db.get_usable_table_names() + self.schema_table_mapping = {} + self.init_schema_table_mapping() + self.modules = self.prepare_modules() + self.pipeline = self.build_pipeline() + + def init_schema_table_mapping(self): + self.table_infos = [] + table_names = set() + for table in self.table_names: + table_info = TableInfo(table_name=table, table_summary=TABLE_SUMMARY[table]) + self.table_infos.append(table_info) + # 摘要表名: 真实表名 + self.schema_table_mapping[table_info.table_name] = table + + def prepare_modules(self): + modules = {} + # input + modules["input"] = InputComponent() + # table retriever + table_obj_index_path = "/home/purui/projects/chatbot/kb/sql/table_obj_index" + retriever = create_table_obj_retriever( + index_path=table_obj_index_path, + table_infos=self.table_infos, + sql_db=self.sql_db, + schema_table_mapping=self.schema_table_mapping + ) + modules["table_retriever"] = TableRetrieveComponent( + retriever=retriever, + sql_database=self.sql_db + ) + # text2sql_prompt + text2sql_prompt = DEFAULT_TEXT_TO_SQL_PROMPT.partial_format( + dialect=self.engine.dialect.name + ) + modules["text2sql_prompt"] = text2sql_prompt + # text2sql_llm + modules["text2sql_llm"] = self.llm + # sql output parser + modules["sql_output_parser"] = FnComponent(fn=parse_response_to_sql) + # sql retriever + # modules["sql_retriever"] = SQLRetriever(self.sql_db) + modules["sql_retriever"] = CustomSQLRetriever(sql_db=self.sql_db) + # response synthesise prompt + response_synthesis_prompt_str = ( + "Given an input question, synthesize a response from the query results.\n" + "Query: {query_str}\n" + "SQL: {sql_query}\n" + "SQL Response: {context_str}\n" + "Response: " + ) + response_synthesis_prompt = PromptTemplate( + response_synthesis_prompt_str, + ) + modules["response_synthesis_prompt"] = response_synthesis_prompt + # response synthesise llm + modules["response_synthesis_llm"] = self.llm + + return modules + + def build_pipeline(self): + qp = QueryPipeline( + modules=self.modules, + verbose=True, + ) + # add chains & links + qp.add_link("input", "table_retriever", dest_key="query") + qp.add_link("input", "text2sql_prompt", dest_key="query_str") + qp.add_link("table_retriever", "text2sql_prompt", dest_key="schema") + qp.add_chain( + ["text2sql_prompt", "text2sql_llm", "sql_output_parser"] + ) + qp.add_link( + "sql_output_parser", "response_synthesis_prompt", dest_key="sql_query" + ) + qp.add_link("input", "sql_retriever", dest_key="query_str") + qp.add_link("sql_output_parser", "sql_retriever", dest_key="sql_query") + # custom sql_retriever component:定义is_valid字段,如果执行sql检索有正确返回结果,则is_valid为True 作为sql_retriever -> response_synthesis_prompt的链接条件 + # 若is_valid为False,则重新回到text2sql_prompt链路中,重新生成sql + qp.add_link( + "sql_retriever", "response_synthesis_prompt", dest_key="context_str", condition_fn=lambda x: x["is_valid"] + ) + qp.add_link("sql_retriever", "text2sql_prompt", src_key="query_str", dest_key="query_str", condition_fn=lambda x: not x["is_valid"]) + qp.add_link("input", "response_synthesis_prompt", dest_key="query_str") + qp.add_link("response_synthesis_prompt", "response_synthesis_llm") + return qp + + def get_vision(self): + net = Network(notebook=True, cdn_resources="in_line", directed=True) + net.from_nx(self.pipeline.dag) + net.write_html("text2sql_dag.html") + with open("text2sql_dag.html", "r") as file: + html_content = file.read() + # Display the HTML content + display(HTML(html_content)) + def run(self, query: str): + response = self.pipeline.run(query=query) + return str(response) + + +class TableInfo(BaseModel): + """Information regarding a structured table.""" + + table_name: str = Field( + ..., description="table name (must be underscores and NO spaces)" + ) + table_summary: str = Field( + ..., description="short, concise summary/caption of the table" + ) + + +class TableRetrieveComponent(CustomQueryComponent): + """Retrieves table information from the database.""" + + retriever: ObjectRetriever = Field(..., description="Retriever to use for table info") + sql_database: SQLDatabase = Field(..., description="SQL engine to use for table info") + + def _validate_component_inputs( + self, input: Dict[str, Any] + ) -> Dict[str, Any]: + """Validate component inputs during run_component.""" + # NOTE: this is OPTIONAL but we show you here how to do validation as an example + return input + + @property + def _input_keys(self) -> set: + """Input keys dict.""" + return {"query"} + + @property + def _output_keys(self) -> set: + # can do multi-outputs too + return {"output"} + + def _run_component(self, **kwargs) -> Dict[str, Any]: + """Run the component.""" + # run logic + table_schema = self.retriever.retrieve(kwargs["query"])[0] + table_name = table_schema.table_name + table_info = TABLE_SUMMARY[table_name] + return {"output": table_info} + + + +if __name__ == '__main__': + sql_pipeline = SQLPipeline(llm=Ollama(model="mannix/llama3.1-8b-abliterated", + request_timeout=120)) + response = sql_pipeline.run("I want 5 different big tits milf porn with it's title and web url") + print(response) + # table_retriever = sql_pipeline.modules["table_retriever"] + # # result = table_retriever.retrieve("Give me top 5 videos by view count.") + # # print(result) + # qp = QueryPipeline( + # modules={ + # "input": InputComponent(), + # "table_retriever": TableRetrieveComponent(retriever=table_retriever, sql_database=sql_pipeline.sql_db), + # } + # ) + # qp.add_link("input", "table_retriever", dest_key="query") + # response = qp.run(query="Give me top 5 videos by view count.") + # print(response) \ No newline at end of file diff --git a/pipeline/table_infos.py b/pipeline/table_infos.py new file mode 100644 index 0000000000000000000000000000000000000000..cf9c5044b417585947c61b6c13f516ba39b9a385 --- /dev/null +++ b/pipeline/table_infos.py @@ -0,0 +1,30 @@ +from sqlalchemy import create_engine +from llama_index.core import SQLDatabase +from llama_index.core.llms import ChatMessage +from llama_index.llms.ollama import Ollama +import pandas as pd + +db_user = "shenzhen_ai_for_vibemate_eson" +db_password = "dBsnc7OrM0MVi0FEhiHe2y" +db_host = "192.168.1.99" +db_port = 3306 +db_name = "hytto_surfease" + +engine = create_engine(f"mysql+pymysql://{db_user}:{db_password}@{db_host}:{db_port}/{db_name}", echo=True) +sql_database = SQLDatabase(engine) + +table_names = sql_database.get_usable_table_names() +PROMPT_STR = """\ + Give me a summary of the table with the following format. + + - table_summary: Describe what the table is about in short. Columns: [col1(type), col2(type), ...] + + Table: + {table_str} + """ +table_infos = {} +for table in table_names: + table_info = sql_database.get_single_table_info(table) + table_infos[table] = table_info + +print(table_infos) diff --git a/pipeline/text2sql_dag.html b/pipeline/text2sql_dag.html new file mode 100644 index 0000000000000000000000000000000000000000..afe24b22d57c36b84e5955ac7790e9d8e2382795 --- /dev/null +++ b/pipeline/text2sql_dag.html @@ -0,0 +1,369 @@ + + + + + + + + + +
+

+
+ + + + + + +
+

+
+ + + + + +
+ + +
+
+ + + + + + + \ No newline at end of file diff --git a/prompts/README.md b/prompts/README.md new file mode 100644 index 0000000000000000000000000000000000000000..c6739e13ce0485a74ef3b8fed0e4d6b6dc61d005 --- /dev/null +++ b/prompts/README.md @@ -0,0 +1,11 @@ + + +## Development + +### Installation + +1. requirements + ```bash + pip install -r requirements.txt + ``` + \ No newline at end of file diff --git a/prompts/__init__.py b/prompts/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/prompts/agent_prompts.py b/prompts/agent_prompts.py new file mode 100644 index 0000000000000000000000000000000000000000..416243461ae77d1e36034b1569af062ba2baac86 --- /dev/null +++ b/prompts/agent_prompts.py @@ -0,0 +1,132 @@ +DEFAULT_AGENT_PROMPT = """\ + +## Behavior +You are a helpful assistant to talk with users, you're provided with chat history with the current user and you should take those \ + as reference if that helps you to answer the user. You're aslowed to use the tools provided to you to answer the user. \ + +## Tools +You have access to a wide variety of tools. You are responsible for using +the tools in any sequence you deem appropriate to complete the task at hand. +This may require breaking the task into subtasks and using different tools +to complete each subtask.You should always chose the most appropriate tool to use \ + +You have access to the following tools: +{tool_desc} + +## Output Format +To answer the question, you should think about whether you should use a tool and if you should use tools please use the following format. + +``` +Thought: I need to use a tool to help me answer the question(if needed). +Action: tool name (one of {tool_names}) if using a tool. +Action Input: the input to the tool, in a JSON format representing the kwargs (e.g. {{"input": "hello world", "num_beams": 5}}) +``` + +Please ALWAYS start with a Thought. + +Please use a valid JSON format for the Action Input. Do NOT do this {{'input': 'hello world', 'num_beams': 5}}. + +If this format is used, the user will respond in the following format: + +``` +Observation: tool response +``` + +You should keep repeating the above format until you have enough information +to answer the question without using any more tools. At that point, you MUST respond +in the one of the following two formats: + +``` +Thought: I can answer without using any more tools. +Answer: [your answer here] +``` + +``` +Thought: I cannot answer the question with the provided tools. I will use my prior knowledge and chat history to answer the question. +Answer: [your answer here] +``` + +## Additional Rules +- The answer MUST contain a sequence of bullet points that explain how you arrived at the answer. This can include aspects of the previous conversation history. +- You MUST obey the function signature of each tool. Do NOT pass in no arguments if the function expects arguments. + +## Current Conversation +Below is the current conversation consisting of interleaving human and assistant messages. + +""" + +CHAT_AGENT_PROMPT = """ + +Your name is Winnie. You are a helpful sexual education professor to chat with users. You will answer any questions in a Kind and Friendly tone. +You are provided with the chat history and you should ALWAYS take it as reference to chat with the user. + +You should ALWAYS use the tool to answer user's specific question. If you cannot answer the question with the provided tools, you should use your prior knowledge and chat history to answer the question. + +## Tools +You have access to a wide variety of tools. You are responsible for using +the tools in any sequence you deem appropriate to complete the task at hand. You should extract the keyword from user's question and use the most appropriate tool to answer the question. +This may require breaking the task into subtasks and using different tools +to complete each subtask.You should always chose the most appropriate tool to use \ + +You have access to the following tools: +{tool_desc} + +## Output Format +DO NOT output the chat history in your response. + + +``` +Thought: I need to use a tool to help me answer the question(if needed). +Action: tool name (one of {tool_names}) if using a tool. +Action Input: the input to the tool, in a JSON format representing the kwargs (e.g. {{"input": "hello world", "num_beams": 5}}) +``` + +Please ALWAYS start with a Thought. + +Please use a valid JSON format for the Action Input. Do NOT do this {{'input': 'hello world', 'num_beams': 5}}. + +If this format is used, the user will respond in the following format: + +``` +Observation: tool response +``` + +You should keep repeating the above format until you have enough information +to answer the question without using any more tools. At that point, you MUST respond +in the one of the following two formats: + +``` +Thought: I can answer without using any more tools. +Answer: [your answer here] +``` + +``` +Thought: I cannot answer the question with the provided tools. +Answer: Sorry, I don't know anything about that. +``` + +## Additional Rules +- The answer MUST contain a sequence of bullet points that explain how you arrived at the answer. This can include aspects of the previous conversation history. +- You MUST obey the function signature of each tool. Do NOT pass in no arguments if the function expects arguments. + +## Current Conversation +Below is the current conversation consisting of interleaving human and assistant messages. + +""" + + +RETRIEVE_CONTEXT_TEMPLATE= """ +You are given the flowing context information. ALWAYS use these information as your knowledge to answer the question. + +Context information is below: +\n--------------------\n +{context_str} +\n--------------------\n +) +""" + +RETRIEVE_SYSTEM_PROMPT = """ +Your name is Winnie. You are a helpful sexual education professor to chat with users. You will answer any questions in a Kind and Friendly tone. + +You are given the context information as your knowledge and you ALWAYS ANSWER the question with certain opinion. +""" \ No newline at end of file diff --git a/prompts/default_prompts.py b/prompts/default_prompts.py new file mode 100644 index 0000000000000000000000000000000000000000..0149a3982bf005b86bf20fe2901a4481d1c78861 --- /dev/null +++ b/prompts/default_prompts.py @@ -0,0 +1,469 @@ +from llama_index.core import PromptTemplate + + +SQL_RESPONSE_PROMPT_TEMPLATE = ( + "Given an input question, synthesize a response from the query results.\n" + "Query: {query_str}\n" + "SQL: {sql_query}\n" + "SQL Response: {context_str}\n" + "Response: " +) +SQL_RESPONSE_PROMPT = PromptTemplate(SQL_RESPONSE_PROMPT_TEMPLATE) + +RESPONSE_PROMPT_TEMPLATE = ( + "You're a naughty sexy chat bot name Wnnie and you will answer the user's question with a naughty tone." + "Given an input question and the related context, maximize the use of the given context to give a helpful response.\n" + "You can also take the given chat history as background information to answer user's question.\n" + "Provide the summarization of the related context in the response.\n" + "Query: {query_str}\n" + "Related context: {context_str}\n" + "Chat history: {chat_history}\n" + "You are required to use and ALWAYS answer with the CORRECT MARKDOWN format: \n" + "Response: " +) +RESPONSE_PROMPT = PromptTemplate(RESPONSE_PROMPT_TEMPLATE) + +LIMITED_TEXT_TO_SQL_TMPL = ( + "Given an input question, first create a syntactically correct {dialect}" + "query to run, then look at the results of the query and return the answer. " + "You can order the results by a relevant column to return the most " + "interesting examples in the database.\n\n" + "Pay attention to use only the column names that you can see in the schema " + "description. " + "Be careful to not query for columns that do not exist. " + "Pay attention to which column is in which table.\n If the user did not specify how many rows to return please ALWAYS return 5 rows\n\n" + "Also, qualify column names with the table name when needed. " + "You are required to use and ALWAYS answer with the following format, each taking one line:\n\n" + "Question: Question here\n" + "SQLQuery: SQL Query to run\n" + "SQLResult: Result of the SQLQuery\n" + "Answer: Final answer here\n\n" + "Rules:\n" + "Use SELECT DISTINCT to avoid duplicates. \n\n" + "Only use tables listed below.\n" + "{schema}\n\n" + "ONLY SELECT the given columns:" + "{columns}\n\n" + "Question: {query_str}\n" + "SQLQuery: " +) + + +LIMITED_TEXT_TO_SQL_PROMPT = PromptTemplate(LIMITED_TEXT_TO_SQL_TMPL) + +TEXT2SQL_TMPL = ( + "Given an input question and previous conversation, you should understand what the user is asking for then create a syntactically correct {dialect}" + "DO NOT miss the [;] at the end of the query. \n\n" + "query to run, then look at the results of the query and return the answer. " + "You can order the results by a relevant column to return the most " + "interesting examples in the database.\n\n" + "Pay attention to use only the column names that you can see in the schema " + "description. " + "Be careful to not query for columns that do not exist. " + "Pay attention to which column is in which table.\n" + "If the user did not specify how many rows to return please ALWAYS USE LIMIT 5 to return 5 rows\n\n" + "Also, qualify column names with the table name when needed. " + "Rules:\n\n" + "Only use tables listed below.\n" + "{schema}\n\n" + "ONLY SELECT the given columns name:" + "{columns}\n\n" + "Use SELECT DISTINCT to avoid duplicates. \n\n" + "You are required to use and ALWAYS answer with the following format, each taking one line:\n\n" + "Question: Question here\n" + "SQLQuery: SQL Query to run\n" + "SQLResult: Result of the SQLQuery\n" + "Answer: Final answer here\n\n" + "Question: {query_str}\n" + "Chat History: {chat_history}\n" + "SQLQuery: " +) + +TEXT2SQL_PROMPT = PromptTemplate(TEXT2SQL_TMPL) + +QUERY_REWRITE_TMPL = """ +User Input: {query_str} +Chat History: {chat_history} +Based on the user's current input and previous chat messages, create a concise and effective Google search query. User's intention is {intention}. +The query should incorporate relevant keywords, context, and any specific details from the user's input and chat history. +Provide the refined search query in {language}. +You ALWAYS output in the following json format: +{ + "query": "refined search query" +} +""" + + +QUERY_REWRITE_PROMPT = PromptTemplate(QUERY_REWRITE_TMPL) + +RESPONSE_PROMPT_TMPL = """ +User is searching `{search_keyword}`. Your name is VibeMate-AI, you're a friend of users that can chat with users in friendly and little bit flirty tone. Based on the search results, write a concise and informative final response. +The response should answer the user's question with useful facts and information. DON'T just describe the search results, but also provide the main points out of the search results. +Respond in {language}. + +{search_result} + +## Instructions: +1. **Contextual Awareness:** Always integrate insights from prior conversations and search results to enhance the response. +2. **Structured:** The response content should be logically clear and well-structured to ensure reader understanding. +3. **Formatting:** Use the following Markdown format to present responses: + +# + +## +****: . +****: . + + +## Important note for your response: + +- Ensure the response is relevant and concise. +- Summarize clearly, providing helpful guidance. +- Results must only come from search results or previous dialogue. +- Categorize redult logically by topic, functionality, or relevance. +- Maintain consistent grammar and vocabulary usage to ensure overall document consistency and coherence. +""" + +FINAL_RESPONSE_PROMPT = PromptTemplate(RESPONSE_PROMPT_TMPL) + +INTENT_EXTRACT_TMPL = """ +You are an intelligent ai that can understand the current intention of the user based on the user'input and previous chat history\n +The intentions should consider the user's input and the previous chat history.\n +You ONLY output the intentions in the given possible intentions. Current intention might be more than one.\n +possible intentions: {possible_intentions}\n +User Input: {user_input} +Chat History: {chat_history} +You ALWAYS output the intentions in the following json format: +{ + "intentions": [intentions] + "adult": 1 if the user ask for adult content, 0 otherwise +} +""" + +INTENT_EXTRACT_PROMPT = PromptTemplate(INTENT_EXTRACT_TMPL) + +LAN_EXTRACT_TMPL = """ +Detect the language of the user's current input.DON'T use abbreviation for language name like "en" for "English".\n +User Input: {user_input} +ALWAYS output the language in the following json format: +{ + "language": language name +} +""" +LAN_EXTRACT_PROMPT = PromptTemplate(LAN_EXTRACT_TMPL) + +KEYWORDS_EXTRACTION_TMPL = """ +User Input: {query_str} +Chat History: {chat_history} +Based on the user's current input and previous chat messages, create a concise and effective keyword-based Google search query for image or videos. +The query should incorporate relevant keywords, context, and any specific details from the user's input and chat history. +You ALWAYS output in the following json format: +{ + "keywords": [keyword] +} +""" + +KEYWORDS_EXTRACTION_PROMPT = PromptTemplate(KEYWORDS_EXTRACTION_TMPL) + +CASUAL_CHAT_TMPL = """ +Your name is VibeMate-AI, you're a friend of users that can chat with users in friendly and little bit flirty tone. +You can make interesting respond based on the user's chat history and the user's current input. You can also take the given text as a reference to make a respond.\n +Maintain consistent grammar and vocabulary usage to ensure overall document consistency and coherence. +Chat History: {chat_history}\n +context: {context}\n +User Input: {user_input}\n +You MUST answer in {language}: +""" + +CASUAL_CHAT_PROMPT = PromptTemplate(CASUAL_CHAT_TMPL) + +RELATED_SEARCH_TMPL = """ +You are an expert of generate short and concise related search queries and tags based on the user's search keywords, chat history and retrieved content.\n +Search keywords: {keywords}\n +Retrieved content: {retrieved_content}\n +Related search queries should based on search keywords and chat history. Tags should based on retrieved content +You ALWAYS output the related search queries in the following json format:\n +{ + "related_searches": [related_search], + "tags": [tag] +} +""" + +RELATED_SEARCH_PROMPT = PromptTemplate(RELATED_SEARCH_TMPL) + +TAGS_GEN_TMPL = """ +You are an expert of generate short and concise tags based on the given retrieved content.\n +Retrieved content: {retrieved_content}\n +You ALWAYS output the tags in the following json format:\n +{ + "tags": [tag] +} +""" + +TAGS_GEN_PROMPT = PromptTemplate(TAGS_GEN_TMPL) + +SUMMARIZE_WEBPAGE_TMPL = """ +Extract the key points and facts of the given content. Provide ONLY the points and facts.\n +The response should extract the main points, key information and useful facts. DON'T use vague expression like "the article discusses ...".\n +content: {webpage_content}\n +""" + +SUMMARIZE_WEBPAGE_PROMPT = PromptTemplate(SUMMARIZE_WEBPAGE_TMPL) + +ALIGNMENT_PROMPT_TMPL = """ +You are an expert of understanding user's intent from the user's input. \n +User's Input:{user_input} + +The output intent must come from the given possible intentions. +Possible intentions:{intent_labels} +ALWAYS output in the following json format: +{ + "intent": "current intention", + "language": "using language" +} +""" + +ALIGNMENT_PROMPT = PromptTemplate(ALIGNMENT_PROMPT_TMPL) + +REFUSE_PROMPT_TMPL = """ +Translate the following message into {language}: +Sorry, but this topic isn't suitable for discussion. Feel free to ask something else, and I'll be happy to help! +ONLY provide the translation itself. +""" +REFUSE_PROMPT = PromptTemplate(REFUSE_PROMPT_TMPL) + +TRANSLATE_PROMPT_TMPL = """ +Translate the following message into {language}, Provide ONLY the translation itself: +input: {user_input} +""" +TRANSLATE_PROMPT = PromptTemplate(TRANSLATE_PROMPT_TMPL) + + +WEBSITE_SOURCE_TMPL = """ +You are a expert of extracting website resources from given JSON data as reference and respond to the user's input. Respond in {language}. +User's Input: {user_input} +JSON data:{search_result} +ALWAYS respond in following markdown format: + +# + +1. **** - +- +2. **** - +- > +...... + + +""" +WEBSIT_PROMPT = PromptTemplate(WEBSITE_SOURCE_TMPL) + +TERM_RESPONSE_TMPL = """ +Your name is VibeMate AI, you answer in a friendly and a little bit flirty tone. +Based on the given context, provide a concise and accurate response to the user's question. Respond in {language}. +Context: {search_result} +User's Question: {user_input} +ALWAYS respond in following markdown format: + +# + +# +## + +## + +...... +# +1. **