maywell / Synatra-7B-v0.3-base

huggingface.co
Total runs: 832
24-hour runs: 0
7-day runs: 79
30-day runs: -34
Model's Last Updated: October 29 2023
text-generation

Introduction of Synatra-7B-v0.3-base

Model Details of Synatra-7B-v0.3-base

Synatra-7B-v0.3-base๐Ÿง

Synatra-7B-Instruct-v0.3

Support Me

์‹œ๋‚˜ํŠธ๋ผ๋Š” ๊ฐœ์ธ ํ”„๋กœ์ ํŠธ๋กœ, 1์ธ์˜ ์ž์›์œผ๋กœ ๊ฐœ๋ฐœ๋˜๊ณ  ์žˆ์Šต๋‹ˆ๋‹ค. ๋ชจ๋ธ์ด ๋งˆ์Œ์— ๋“œ์…จ๋‹ค๋ฉด ์•ฝ๊ฐ„์˜ ์—ฐ๊ตฌ๋น„ ์ง€์›์€ ์–ด๋–จ๊นŒ์š”? Buy me a Coffee

Wanna be a sponser? Contact me on Telegram AlzarTakkarsen

License

This model is strictly non-commercial ( cc-by-nc-4.0 ) use only. The "Model" is completely free (ie. base model, derivates, merges/mixes) to use for non-commercial purposes as long as the the included cc-by-nc-4.0 license in any parent repository, and the non-commercial use statute remains, regardless of other models' licences. The licence can be changed after new model released. If you are to use this model for commercial purpose, Contact me.

Model Details

Base Model
mistralai/Mistral-7B-Instruct-v0.1

Trained On
A6000 48GB * 8

Instruction format

It follows ChatML format and Alpaca(No-Input) format.

TODO

  • RP ๊ธฐ๋ฐ˜ ํŠœ๋‹ ๋ชจ๋ธ ์ œ์ž‘ โœ…
  • ๋ฐ์ดํ„ฐ์…‹ ์ •์ œ โœ…
  • ์–ธ์–ด ์ดํ•ด๋Šฅ๋ ฅ ๊ฐœ์„ 
  • ์ƒ์‹ ๋ณด์™„ โœ…
  • ํ† ํฌ๋‚˜์ด์ € ๋ณ€๊ฒฝ

Model Benchmark

Ko-LLM-Leaderboard

On Benchmarking...

Implementation Code

Since, chat_template already contains insturction format above. You can use the code below.

from transformers import AutoModelForCausalLM, AutoTokenizer

device = "cuda" # the device to load the model onto

model = AutoModelForCausalLM.from_pretrained("maywell/Synatra-7B-v0.3-base")
tokenizer = AutoTokenizer.from_pretrained("maywell/Synatra-7B-v0.3-base")

messages = [
    {"role": "user", "content": "๋ฐ”๋‚˜๋‚˜๋Š” ์›๋ž˜ ํ•˜์–€์ƒ‰์ด์•ผ?"},
]

encodeds = tokenizer.apply_chat_template(messages, return_tensors="pt")

model_inputs = encodeds.to(device)
model.to(device)

generated_ids = model.generate(model_inputs, max_new_tokens=1000, do_sample=True)
decoded = tokenizer.batch_decode(generated_ids)
print(decoded[0])

Runs of maywell Synatra-7B-v0.3-base on huggingface.co

832
Total runs
0
24-hour runs
40
3-day runs
79
7-day runs
-34
30-day runs

More Information About Synatra-7B-v0.3-base huggingface.co Model

More Synatra-7B-v0.3-base license Visit here:

https://choosealicense.com/licenses/cc-by-nc-4.0

Synatra-7B-v0.3-base huggingface.co

Synatra-7B-v0.3-base huggingface.co is an AI model on huggingface.co that provides Synatra-7B-v0.3-base's model effect (), which can be used instantly with this maywell Synatra-7B-v0.3-base model. huggingface.co supports a free trial of the Synatra-7B-v0.3-base model, and also provides paid use of the Synatra-7B-v0.3-base. Support call Synatra-7B-v0.3-base model through api, including Node.js, Python, http.

Synatra-7B-v0.3-base huggingface.co Url

https://huggingface.co/maywell/Synatra-7B-v0.3-base

maywell Synatra-7B-v0.3-base online free

Synatra-7B-v0.3-base huggingface.co is an online trial and call api platform, which integrates Synatra-7B-v0.3-base's modeling effects, including api services, and provides a free online trial of Synatra-7B-v0.3-base, you can try Synatra-7B-v0.3-base online for free by clicking the link below.

maywell Synatra-7B-v0.3-base online free url in huggingface.co:

https://huggingface.co/maywell/Synatra-7B-v0.3-base

Synatra-7B-v0.3-base install

Synatra-7B-v0.3-base is an open source model from GitHub that offers a free installation service, and any user can find Synatra-7B-v0.3-base on GitHub to install. At the same time, huggingface.co provides the effect of Synatra-7B-v0.3-base install, users can directly use Synatra-7B-v0.3-base installed effect in huggingface.co for debugging and trial. It also supports api for free installation.

Synatra-7B-v0.3-base install url in huggingface.co:

https://huggingface.co/maywell/Synatra-7B-v0.3-base

Url of Synatra-7B-v0.3-base

Synatra-7B-v0.3-base huggingface.co Url

Provider of Synatra-7B-v0.3-base huggingface.co

maywell
ORGANIZATIONS

Other API from maywell

huggingface.co

Total runs: 127
Run Growth: -376
Growth Rate: -296.06%
Updated:January 07 2024
huggingface.co

Total runs: 122
Run Growth: -349
Growth Rate: -286.07%
Updated:January 15 2024
huggingface.co

Total runs: 115
Run Growth: -14
Growth Rate: -12.17%
Updated:February 19 2024
huggingface.co

Total runs: 114
Run Growth: 22
Growth Rate: 19.64%
Updated:February 02 2024
huggingface.co

Total runs: 112
Run Growth: -353
Growth Rate: -315.18%
Updated:December 17 2023
huggingface.co

Total runs: 27
Run Growth: 0
Growth Rate: 0.00%
Updated:January 26 2025
huggingface.co

Total runs: 22
Run Growth: 14
Growth Rate: 63.64%
Updated:April 30 2024
huggingface.co

Total runs: 15
Run Growth: 10
Growth Rate: 66.67%
Updated:November 15 2023
huggingface.co

Total runs: 9
Run Growth: 5
Growth Rate: 55.56%
Updated:November 13 2023
huggingface.co

Total runs: 8
Run Growth: 0
Growth Rate: 0.00%
Updated:December 14 2024
huggingface.co

Total runs: 7
Run Growth: 2
Growth Rate: 28.57%
Updated:December 02 2023
huggingface.co

Total runs: 5
Run Growth: 0
Growth Rate: 0.00%
Updated:July 31 2024