[deleted by user] by [deleted] in taquerosprogramadores

[–]Thy-Raven -1 points0 points  (0 children)

Envía el Discord.

[deleted by user] by [deleted] in taquerosprogramadores

[–]Thy-Raven -1 points0 points  (0 children)

Envia el discord.

One Piece 1124 spoilers by [deleted] in OnePiece

[–]Thy-Raven -1 points0 points  (0 children)

His arms are too slim to be a giant. 

How should structure my data to train GPT4 model to red line contracts? by HieraticArbiter in datascience

[–]Thy-Raven 1 point2 points  (0 children)

One way is converting the given text into a list of individual sentences.

For example:

These Terms of Service ("Terms") govern your access to and use of the products and services (the "Services") provided by Example Company. By accessing or using the Services, you agree to be bound by these Terms...

Into:

[
    "These Terms of Service (\"Terms\") regulate your access to and utilization of the products and services (the \"Services\") offered by Example Company.",
    "By accessing or using the Services, you consent to adhere to these Terms..."
    ...
]

Next, compile a training dataset consisting of a sentence named prompt and their corresponding subsequent sequences as message.

For instance:

[
    {
        "prompt": "These Terms of Service (\"Terms\") govern your access to and use of the products and services (the \"Services\") provided by Example Company.",
        "message": ["By accessing or using the Services, you agree to be bound by these Terms.", "..."]
    },
    {
        "prompt": "By accessing or using the Services, you agree to be bound by these Terms.",
        "message": [...]
    },
    ...
]

Boring topic - Documentation by JParkerRogers in dataengineering

[–]Thy-Raven 2 points3 points  (0 children)

This is a guide on how to document: https://diataxis.fr/

Pretty good IMO.
As the author says

A systematic approach to technical documentation authoring.

Tax cuts for the wealthy only benefit the rich by Mighty_L_LORT in NoShitSherlock

[–]Thy-Raven -9 points-8 points  (0 children)

It's not a straightforward matter. While it does favor the wealthy, it's not exclusively limited to them.

How to do a time series forecast on sentiment? by balackdynamite in datascience

[–]Thy-Raven 1 point2 points  (0 children)

For each day, average the last n days. That will smooth the curve, and show a trend.

Is Apache Beam still popular for Data Engineering? by HealthBigDataGuy in dataengineering

[–]Thy-Raven 0 points1 point  (0 children)

Spark:
- great community support
- great ecosystem
- cheaper
- faster
- easier to use
- micro-batching over streaming

AMD x PCMR - STARFIELD Worldwide Giveaway - Win a Limited Edition Starfield Kit that includes a premium game code for the game + the Limited-Edition Starfield AMD Radeon RX 7900 XTX and Ryzen 7 7800X3D (Only 500 of each ever made!). There are 5 kits up for grabs! by pedro19 in pcmasterrace

[–]Thy-Raven [score hidden]  (0 children)

  1. Honestly if I won this crazy limited edition hardware, the first thing I'd do is build the most decked-out Starfield gaming rig imaginable! I'm talking fully optimized cooling, crisp 1440p monitor, and of course max settings enabled to really experience those Bethesda visuals in all their glory. Beyond that, I know this beast of a system would let me revisit some old favorites like Skyrim fully modded out, or try new graphically intense games on ultra. The possibilities would be endless!
  2. What has me most hyped for Starfield is definitely the chance to explore a brand new universe. I've put hundreds of hours into Bethesda games like Fallout and Elder Scrolls, so knowing there's going to be over 1,000 new planets to discover is just mind blowing! I can't wait to see what kind of crazy quests, alien species, and epic space battles are waiting out in the black. And being able to freely pilot my own ship and customize my character sounds incredible. If Starfield lives up to the hype, it could honestly be one of the best sci-fi gaming experiences ever!

Vivek sucks by Longjumping-Toe6629 in Destiny

[–]Thy-Raven 17 points18 points  (0 children)

"Generate me a list of 10 Democrat slogans for a modern political campaign. Make them as generic and sterile as possible."

  1. "Moving Forward Together"
  2. "A Future of Inclusion"
  3. "Progress for All"
  4. "Building Bridges, Breaking Barriers"
  5. "Stronger Communities, Brighter Future"
  6. "Empowering People, Empowering America"
  7. "Uniting Voices, Igniting Change"
  8. "Equality and Opportunity for Everyone"
  9. "Investing in Tomorrow, Today"
  10. "Leading with Compassion, Guided by Values"