this post was submitted on 29 Nov 2023
1 points (100.0% liked)

LocalLLaMA

1 readers
1 users here now

Community to discuss about Llama, the family of large language models created by Meta AI.

founded 10 months ago
MODERATORS
 

https://huggingface.co/deepseek-ai/deepseek-llm-67b-chat

https://huggingface.co/deepseek-ai/deepseek-llm-67b-base

Knowledge cutoff May 2023, not bad.

Online demo: https://chat.deepseek.com/ (Google oauth login)

another Chinese model, demo is censored by keywords, not that censored on local.

top 22 comments
sorted by: hot top controversial new old
[–] a_beautiful_rhind@alien.top 1 points 9 months ago

Does it give refusals on base? 67B sounds like full foundation train.

[–] farkinga@alien.top 1 points 9 months ago
[–] AntoItaly@alien.top 1 points 9 months ago

Wow, this model seems very good for the Italian language!

[–] eachcitizen100@alien.top 1 points 9 months ago

I wish there was a 13b model which can just fit in on my GPU with quant

[–] quantomworks@alien.top 1 points 9 months ago

I made it write about itself using LocalAI https://sfxworks.net/posts/deepseek/

I will post a how-to on using local-ai on my free time if anyone is interested

[–] oobabooga4@alien.top 1 points 9 months ago (1 children)

I'm desensitized at this point. I wonder if this is yet another Pretraining on the Test Set Is All You Need marketing stunt or not, as most new models lately have been.

[–] Neologismus@alien.top 1 points 9 months ago

I threw my reasoning test questions at the web version and it performed worse than most 70B i tried. About the level of Yi.

[–] nested_dreams@alien.top 1 points 9 months ago

Brother u/The-Bloke , can we get a quant of the uncensored base model too? ♥╣[-_-]╠♥

[–] llama_in_sunglasses@alien.top 1 points 9 months ago
[–] Lance_lake@alien.top 1 points 9 months ago

not that censored on local.

So.. Some censoring?

[–] ab2377@alien.top 1 points 9 months ago

depepseek is one of my fav, i use it everyday for code generation. its got an extra option for the chat now at the link you shared, just general chat about anything, pretty good at it

[–] ab2377@alien.top 1 points 9 months ago (1 children)

if someone converts to gguf files and uploads them before bloke please post here thanks. (looking for q8).

[–] FullOf_Bad_Ideas@alien.top 1 points 9 months ago (1 children)
  1. Grant of Copyright License. Subject to the terms and conditions of this License, DeepSeek hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare, publicly display, publicly perform, sublicense, and distribute the Complementary Material, the Model, and Derivatives of the Model.

I really really enjoy seeing perpetual irrevocable licenses.

[–] harrro@alien.top 1 points 9 months ago

It's nice to see this when every other ToS we click through says the reverse..

"By using this service, you grant Meta/Google/Microsoft a perpetual, royalty free right to reprint, reproduce and use your content".

[–] RayIsLazy@alien.top 1 points 9 months ago

their code models are extremely good so I have high hopes for these.

[–] uti24@alien.top 1 points 9 months ago (1 children)

Seems I am doing something wrong with this one.

I got abismal results with 4_K_M: it had silly grammatical errors and typos, it also did not stick to prompt, so I don't know.

[–] LocoLanguageModel@alien.top 1 points 9 months ago

I don't know if this helps but I'm using the GGUF version of that and it's working perfectly

[–] OrdinaryAdditional91@alien.top 1 points 9 months ago

Just find that this is released by high-flyer quant, one of the largest private equity firm in China.

[–] pseudonerv@alien.top 1 points 9 months ago

The chat model is the first that knows how to compare the weight of bricks and feathers.

The weight of an object is determined by its mass and the gravitational force acting on it. In this case, both objects are being compared under the same gravitational conditions (assuming they're both on Earth), so we can compare their masses directly to determine which weighs more.

1kg of bricks has a mass of 1 kilogram. 2kg of feathers has a mass of 2 kilograms.

Since 2 is greater than 1, the 2kg of feathers weigh more than the 1kg of bricks.

[–] Beb_Nan0vor@alien.top 1 points 9 months ago

That coding is pretty damn good based off of limited tests. I'll have to experiment more.

[–] Independent_Key1940@alien.top 1 points 9 months ago

I asked it to create a simple chat interface to talk with open ai's gpt 3.5 api and to use stream = true option. On the first try, it didn't know how to handle the stream, so it simply used res.json(). After that, I told it that we needed to take care of streaming text in a special way. It understood this and wrote the correct code. Overall, I'm quite impressed. Way to go deepseak coder!