DigitalHistory, to ArtificialIntelligence German
@DigitalHistory@fedihum.org avatar

Das Jahr neigt sich dem Ende zu und damit sind wir auch schon beim vorerst letzten Vortrag des 2023 angekommen:

Wir freuen uns Miriam Schirmer (Uni Regensburg) begrüßen zu dürfen, die ihr Promotionsprojekt vorstellt, in dem sie verschiedene -Verfahren für die Genozidforschung einsetzt und mit qualitativen Ansätzen kombiniert.

Offen für alle!

🔜 Mi, 13. Dez., 4-6 pm - via Zoom

ℹ️ Info: https://dhistory.hypotheses.org/6531


@histodons

kellogh, to ArtificialIntelligence
@kellogh@hachyderm.io avatar

does anyone here know how tokenizers are built in & ? in my head they seem like literal huffman coding calculated from the training dataset (on the character level instead of bit level)

ramikrispin, (edited ) to llm
@ramikrispin@mstdn.social avatar

If you are looking for a short intro to LLM, I recommend watching this one-hour lecture by Andrej Karpathy 👇🏼

📽️ https://www.youtube.com/watch?v=zjkBMFhNj_g

In this lecture, Andrej explains the process behind training, inference, and finetuning LLMs, and talks about the future of LLMs and security. Super interesting.

lysander07, to ArtificialIntelligence
ofai, to privacy

Natural language processing has brought us enormous benefits, but with it challenges and concerns surrounding . These issues are tackled in "Privacy in : Are we There yet?", a talk by @habernal of Paderborn University. Join us online on 6 December at 18:30 CET: https://www.ofai.at/events/2023-12-06habernal

ingo, to ai

We’re hiring a Reader (Associate Professor equivalent) in AI at the University of Wolverhampton. More info at https://jobs.wlv.ac.uk/vacancy/reader-in-artificial-intelligence-541125.html

#JobAlert #job #AI #InformationRetrieval #NLP #ComputerVision

ramikrispin, to ArtificialIntelligence
@ramikrispin@mstdn.social avatar

(1/2) Natural Language Processing Course 🚀

If you are looking for an NLP course, the University of Austin offers its master-level NLP course online for free. The course by Prof Greg Durrett focuses on the foundations of NLP, and covers:
✅ Intro and Linear Classification
✅ Multiclass and Neural Classification
✅ Word Embeddings
✅ Language Modeling and Self-Attention
✅ Transformers and Decoding
✅ Modern Large Language Models

ramikrispin,
@ramikrispin@mstdn.social avatar
LChoshen, to ArtificialIntelligence
@LChoshen@sigmoid.social avatar

The language people use when they interact with each other changes over the course of the conversation.

🔍 Will we see a systematic language change along the interaction of human users with a text-to-image model?


http://arxiv.org/abs/2311.12131

Shachar Don-Yehia
me
&
Omri Abend

metabelgica, to Belgium

Hello 👋

we are four Belgian Federal Scientific Institutes that want to share FAIR data about Entities related to Belgian Cultural Heritage by the end of 2026.

Here you will find multilingual updates on our project!

More Info
➡️ https://www.kbr.be/en/projects/metabelgica/
➡️ https://github.com/metabelgica
➡️ https://zenodo.org/communities/metabelgica

📣 Please spread the word and follow us!

BenjaminHan, to generativeAI
@BenjaminHan@sigmoid.social avatar

Cambridge Dictionary announced that its 2023 word of the year is "hallucinate."

“Hallucinating” AI models help coin Cambridge Dictionary’s word of the year | Ars Technica https://arstechnica.com/information-technology/2023/11/thanks-to-ai-hallucinate-is-cambridge-dictionarys-word-of-the-year-for-2023/

ramikrispin, to llm
@ramikrispin@mstdn.social avatar

Introduction to the PaLM 2 API 🚀👇🏼

FreeCodeCamp released a crash course for PaLM 2 API today by Ania Kubow. The PaLM 2 is Google's advanced language model, and the course focuses on creating applications with the API. That includes the following topics:

✅ Getting started with the PaLM 2 API
✅ Developing Chatbot interface
✅ Chatbot functionality
✅ Chatbot debugging and testing

https://www.youtube.com/watch?v=LHbtSrkTsIE

arnicas, to ai
@arnicas@mstdn.social avatar

Mid-month newsletter has the new esoteric/weird section of news for the paid subs, but the intro article is open -- this time on creepy Cornish folk horror film "Enys Men" (about a woman alone on a rocky island and a flower). News bits include collage tools, game agents, hallucination in NLPs... https://arnicas.substack.com/p/titaa-485-stone-tape-on-a-stone-island

lovelylovely, to random
@lovelylovely@masto.ai avatar

This.👇

doboprobodyne,
@doboprobodyne@mathstodon.xyz avatar

@lovelylovely

With the greatest respect, I submit that the problem is that it is considered something to be taught as a history of black people or white people. For many reasons, I believe the concept of #slavery is best taught as part of the history of people.

#linguistics #NLP #racism #stoic #economics #socialSciences #psychology

chrisoffner3d, to ai

“Telling GPT-4 you're scared or under pressure improves performance.”

Now I gotta ramp up the drama for my computer to work better?

https://arxiv.org/pdf/2307.11760.pdf

Moss, to python

Man if anybody has a lead.... all the entry level jobs want and all the internships want me to be still enrolled in school for the next school year. I returned to school too late for the summer internship hiring season last year and now I'm too close to graduation for anything coming up.

If you have a lead or a referral for an entry level position that requires no professional experience, or please hit me up!

MattHodges, to ai

⚡ Having fun with it — using to grok policy about AI. With language models, I calculated embeddings against President 's executive order on Artificial Intelligence. I used that to facilitate retrieval-augmented generation against the document based on my query, and then pass the relevant passages to a locally-running to summarize. Here I asked the model to tell me what the order said about copyright issues. Seems to work well!

MattHodges,

Here it is in + Colab form — a Notebook demonstrating how I used text embeddings and a (LLaMA 2) to ask questions of 's Executive Order on Artificial Intelligence. No API keys required, just some good ol' libraries and models. I learned a lot!

https://github.com/hodgesmr/llm_ai_eo

lampinen, to ai
@lampinen@sigmoid.social avatar

Very excited to share a substantially updated version of our preprint “Language models show human-like content effects on reasoning tasks!” TL;DR: LMs and humans show strikingly similar patterns in how the content of a logic problem affects their answers. Thread: 1/10
#LanguageModels #lms #AI #cogsci #machinelearning #nlp #nlproc #cognitivescience

ramikrispin, to llm
@ramikrispin@mstdn.social avatar

After creating a simple example of natural language to SQL translator with the OpenAI API, this weekend, I extended my POC to open-source models with the Hugging Face API. The good news is that it is straightforward and simple to work with the API and get decent output. On the other hand, it is very slow to run locally. Any tips, articles, or examples on how to improve the model performance when running it locally? Thx!

POC: https://github.com/RamiKrispin/lang2sql/blob/main/transformers_poc.ipynb

ramikrispin, to datascience
@ramikrispin@mstdn.social avatar

I have a data science channel on Telegram. If you are there, please check it up 👇🏼

https://t.me/ramikrispinds

ramikrispin, to llm
@ramikrispin@mstdn.social avatar

Building RAG-based LLM Applications for Production 🚀🚀🚀

Detailed tutorial on setting up and deploying LLM apps in production by Goku Mohandas and Philipp Moritz.

https://www.anyscale.com/blog/a-comprehensive-guide-for-building-rag-based-llm-applications-part-1

ramikrispin, to python
@ramikrispin@mstdn.social avatar

Create a Large Language Model from Scratch with Python Tutorial 👇🏼

Another fun tutorial from freeCodeCamp, focusing on building LLM model from scratch with Python. It covers topics such as:
✅ Handling and processing text
✅ Core PyTorch functions for text
✅ Basic language models
✅ Advance methods
✅ Working with GPUs

Video 📽️: https://www.youtube.com/watch?v=UU1WVnMk4E8

BayesForDays, to ArtificialIntelligence
@BayesForDays@lingo.lol avatar

I have just released a preprint with my postdoc advisor Maryellen MacDonald in which we argue that constraint satisfaction theories of sentence comprehension -- and in particular ambiguity resolution -- have been (partially) implemented in the probabilistic learning objective of (some) large language models. We are very open to comments and discussion and we hope you like the work! https://osf.io/kjd63

ramikrispin, to llm
@ramikrispin@mstdn.social avatar

I am working on a new tutorial for creating a natural language for SQL code generator with LLM. So far, I have played with the Open AI API with Pandas and DuckDB, and it is impressive how simple it is to build and with accurate (so far) results. A notebook with example (WIP) is available in the below repo 👇🏼

https://github.com/RamiKrispin/lang2sql

The next step is to set up a similar application using open-source LLM with the Hugging Face Transformers library.

kellogh, to LLMs
@kellogh@hachyderm.io avatar

i wish i knew more about comparing . anyone have resources? one thing i’ve wondered is how to convert an embedding from a “point” to an “area” or “volume”. e.g. an embedding of a 5 paragraph essay will occupy a single point in embedding space, but if you broke it down (e.g. by paragraph), there would be several points and the whole would presumably be at the center. is there a way to trace the full space a text occupies in space?

  • All
  • Subscribed
  • Moderated
  • Favorites
  • JUstTest
  • mdbf
  • InstantRegret
  • ethstaker
  • magazineikmin
  • GTA5RPClips
  • rosin
  • modclub
  • Youngstown
  • ngwrru68w68
  • slotface
  • osvaldo12
  • kavyap
  • DreamBathrooms
  • Leos
  • thenastyranch
  • everett
  • cubers
  • cisconetworking
  • normalnudes
  • Durango
  • anitta
  • khanakhh
  • tacticalgear
  • tester
  • provamag3
  • megavids
  • lostlight
  • All magazines