Update README.md
Browse files
README.md
CHANGED
@@ -18,7 +18,7 @@ Jellyfish-13B is a large language model equipped with 13 billion parameters. It'
|
|
18 |
We fine-tuned the [Open-Orca/OpenOrca-Platypus2-13B](https://huggingface.co/Open-Orca/OpenOrca-Platypus2-13B) model using the datasets pertinent to data preprocessing tasks.
|
19 |
Its performance is competitive, rivaling previous state-of-the-art algorithms and LLMs such as OpenAI's GPT 3.5 and GPT 4 ([as demonstrated in our earlier studies](https://arxiv.org/abs/2308.16361)).
|
20 |
It is notable that, as a 13B model, Jellyfish allows for cost-effective local execution without compromising data security.
|
21 |
-
Additionally, its proficiency in handling data preprocessing tasks means that Jellyfish maintains strong performance in NLP tasks as an LLM, as evidenced by the NLP benchmark scores comparison between (
|
22 |
|
23 |
We release two distinct versions of Jellyfish: Jellyfish-13B (the main branch) and Jellyfish-13B-Interpreter (the alternative branch).
|
24 |
As the names suggest, Jellyfish-13B is tailored to deliver precise, straightforward answers.
|
|
|
18 |
We fine-tuned the [Open-Orca/OpenOrca-Platypus2-13B](https://huggingface.co/Open-Orca/OpenOrca-Platypus2-13B) model using the datasets pertinent to data preprocessing tasks.
|
19 |
Its performance is competitive, rivaling previous state-of-the-art algorithms and LLMs such as OpenAI's GPT 3.5 and GPT 4 ([as demonstrated in our earlier studies](https://arxiv.org/abs/2308.16361)).
|
20 |
It is notable that, as a 13B model, Jellyfish allows for cost-effective local execution without compromising data security.
|
21 |
+
Additionally, its proficiency in handling data preprocessing tasks means that Jellyfish maintains strong performance in NLP tasks as an LLM, as evidenced by the NLP benchmark scores comparison between [Jellyfish](https://llm.extractum.io/model/NECOUDBFM%2FJellyfish,G7X4BD9tZSOCFxjGcY3kY) and [OpenOraca-Platypus2](https://llm.extractum.io/model/Open-Orca%2FOpenOrca-Platypus2-13B,5FA1mWWk7x7RRbnn3bat5s).
|
22 |
|
23 |
We release two distinct versions of Jellyfish: Jellyfish-13B (the main branch) and Jellyfish-13B-Interpreter (the alternative branch).
|
24 |
As the names suggest, Jellyfish-13B is tailored to deliver precise, straightforward answers.
|