The Waifu Research Department

community

AI & ML interests

Waifu and Husbando Research

Recent Activity

waifu-research-department's activity

Tonicย 
posted an update 3 days ago
view post
Post
1498
microsoft just released Phi-4 , check it out here : Tonic/Phi-4

hope you like it :-)
eienmojikiย 
posted an update about 1 month ago
view post
Post
1454
๐Ÿ‘€ Introducing 2048 Game API: A RESTful API for the Classic Puzzle Game ๐Ÿงฉ

I'm excited to share my latest project, 2048 Game API, a RESTful API that allows you to create, manage, and play games of 2048, a popular puzzle game where players slide numbered tiles to combine them and reach the goal of getting a tile with the value of 2048.

โญ Features
Create new games with customizable board sizes (3-8)
Make moves (up, down, left, right) and get the updated game state
Get the current game state, including the board, score, and game over status
Delete games
Generate images of the game board with customizable themes (light and dark)

๐Ÿ”— API Endpoints
POST /api/games - Create a new game
GET /api/games/:gameId - Get the current game state
POST /api/games/:gameId/move - Make a move (up, down, left, right)
DELETE /api/games/:gameId - Delete a game
GET /api/games/:gameId/image - Generate an image of the game board

๐Ÿงฉ Example Use Cases
- Create a new game with a 4x4 board:
curl -X POST -H "Content-Type: application/json" -d '{"size": 4}' http://localhost:3000/api/games

- Make a move up:
curl -X POST -H "Content-Type: application/json" -d '{"direction": "up"}' http://localhost:3000/api/games/:gameId/move

- Get the current game state:
curl -X GET http://localhost:3000/api/games/:gameId

๐Ÿ’• Try it out!
- Demo: eienmojiki/2048
- Source: https://github.com/kogakisaki/koga-2048
- You can try out the API by running the server locally or using a tool like Postman to send requests to the API. I hope you enjoy playing 2048 with this API!

Let me know if you have any questions or feedback!

๐Ÿง Mouse1 is our friend๐Ÿง
Tonicย 
posted an update 2 months ago
view post
Post
3520
๐Ÿ™‹๐Ÿปโ€โ™‚๏ธhey there folks,

periodic reminder : if you are experiencing โš ๏ธ500 errors โš ๏ธ or โš ๏ธ abnormal spaces behavior on load or launch โš ๏ธ

we have a thread ๐Ÿ‘‰๐Ÿป https://discord.com/channels/879548962464493619/1295847667515129877

if you can record the problem and share it there , or on the forums in your own post , please dont be shy because i'm not sure but i do think it helps ๐Ÿค—๐Ÿค—๐Ÿค—
  • 2 replies
ยท
ajibawa-2023ย 
posted an update 2 months ago
view post
Post
3042
New Dataset: Software-Architecture
Link: ajibawa-2023/Software-Architecture

I am releasing a Large Dataset covering topics related to Software-Architecture. This dataset consists of around 450,000 lines of data in jsonl.

I have included following topics:

Architectural Frameworks

Architectural Patterns for Reliability

Architectural Patterns for Scalability

Architectural Patterns

Architectural Quality Attributes

Architectural Testing

Architectural Views

Architectural Decision-Making

Advanced Research

Cloud-Based Architectures

Component-Based Architecture

Data Architecture

Emerging Trends

Event-Driven Architecture

Evolvability and Maintainability

Microservices and Monolithic

Microservices Architecture

Security Architecture

Service-Oriented Architecture

Software Design Principles

and Many More!

This dataset is useful in LLM development. Also those who are working on developing Software development related LLMs then this dataset can be useful.

This dataset is very useful to Researchers as well.
ยท
Tonicย 
posted an update 3 months ago
view post
Post
1151
boomers still pick zenodo.org instead of huggingface ??? absolutely clownish nonsense , my random datasets have 30x more downloads and views than front page zenodos ... gonna write a comparison blog , but yeah... cringe.
  • 1 reply
ยท
Tonicย 
posted an update 3 months ago
view post
Post
830
๐Ÿ™‹๐Ÿปโ€โ™‚๏ธ hey there folks ,

really enjoying sharing cool genomics and protein datasets on the hub these days , check out our cool new org : https://huggingface.co/seq-to-pheno

scroll down for the datasets, still figuring out how to optimize for discoverability , i do think on that part it will be better than zenodo[dot}org , it would be nice to write a tutorial about that and compare : we already have more downloads than most zenodo datasets from famous researchers !
Tonicย 
posted an update 3 months ago
view post
Post
1454
hey there folks,

twitter is aweful isnt it ? just getting into the habbit of using hf/posts for shares ๐Ÿฆ™๐Ÿฆ™

Tonic/on-device-granite-3.0-1b-a400m-instruct

new granite on device instruct model demo , hope you like it ๐Ÿš€๐Ÿš€
Tonicย 
posted an update 3 months ago
Tonicย 
posted an update 3 months ago
Tonicย 
posted an update 3 months ago
view post
Post
1856
๐Ÿ™‹๐Ÿปโ€โ™‚๏ธ Hey there folks ,

๐ŸฆŽSalamandra release by @mvillegas and team
@BSC_CNS https://huggingface.co/BSC-LT is absolutely impressive so far !

perhaps the largest single training dataset of high quality text to date of 7.8 trillion tokens in 35 European languages and code.

the best part : the data was correctly licenced so it's actually future-proof!

the completions model is really creative and instruct fine tuned version is very good also.

now you can use such models for multi-lingual enterprise applications with further finetunes , long response generation, structured outputs (coding) also works.

check out ๐Ÿ‘‡๐Ÿป
the collection : BSC-LT/salamandra-66fc171485944df79469043a
the repo : https://github.com/langtech-bsc/salamandra
7B-Instruct demo : Tonic/Salamandra-7B
Tonicย 
posted an update 3 months ago
view post
Post
1732
@mlabonne hey there ๐Ÿ™‹๐Ÿปโ€โ™‚๏ธ I kinda got obsessed with your great model , and i found the endpoint for it in lambda labs, but basically i got rate limited / banned for trying to make my DPO dataset project, i was wondering if you all had an open ai compatible solution for me to make a great "thinking" sft + dpo dataset with all the splits ๐Ÿ™๐Ÿป๐Ÿ™๐Ÿป kinda desparate , it's true , but was looking forward to a nice write ups ๐Ÿš€๐Ÿš€๐Ÿš€
  • 1 reply
ยท
Tonicย 
posted an update 3 months ago
Tonicย 
posted an update 4 months ago
view post
Post
1242
๐Ÿ™‹๐Ÿปโ€โ™‚๏ธ Hey there folks,

stepfun-ai/GOT-OCR2_0 is in top trending and spaces of the week for the second week straight !!

This is madness ๐Ÿ˜ฑ

๐Ÿš€๐Ÿš€check out my demo here : Tonic/GOT-OCR
Tonicย 
posted an update 4 months ago
Tonicย 
posted an update 4 months ago
Tonicย 
posted an update 4 months ago
view post
Post
1107
๐Ÿ™‹๐Ÿปโ€โ™‚๏ธ hey there folks ,

made an image similarity demo to test out the mistral-community/pixtral-12b-240910 model .

If anyone knows how to generate captions with it , please do let me know x ๐Ÿš€

here's the demo : Tonic/Pixtral

hope you like it ๐Ÿค—
Tonicย 
posted an update 4 months ago
view post
Post
2661
So awesome , now i can deploy a jupyterlab on huggingface and deploy gradio from the jupyterlab
Tonicย 
posted an update 4 months ago
Tonicย 
posted an update 4 months ago
view post
Post
2525
๐Ÿ™‹๐Ÿปโ€โ™‚๏ธhey there folks ,

โœ’๏ธInkubaLM has been trained from scratch using 1.9 billion tokens of data for five African languages, along with English and French data, totaling 2.4 billion tokens of data. It is capable of understanding and generating content in five African languages: Swahili, Yoruba, Hausa, isiZulu, and isiXhosa, as well as English and French.

model lelapa/InkubaLM-0.4B
demo Tonic/Inkuba-0.4B