wassemgtk commited on
Commit
191d228
1 Parent(s): 988448f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -7
README.md CHANGED
@@ -25,11 +25,19 @@ The Camel-5b model is meticulously trained on an extensive dataset of approximat
25
 
26
  One of the key differentiators of Camel-5b lies in its ability to process complex instructions and generate accurate, contextually appropriate responses. This makes it an ideal choice for a wide range of applications, including virtual assistants, customer support, content generation, and more. Additionally, the model's comprehensive training enables it to adapt and perform well under varying conditions and contexts, further expanding its potential use cases.
27
 
28
- <img src="https://i.postimg.cc/wjXZLQbB/Camel-Llama.png" width="400px" />
 
 
 
29
 
30
 
 
31
 
32
- ## usage :
 
 
 
 
33
  ```python
34
  import os
35
  import torch
@@ -95,15 +103,13 @@ Camel's core functionality is to take a string of text and predict the next toke
95
  Camel was trained on Writer’s custom data. As with all language models, it is difficult to predict how Camel will respond to specific prompts, and offensive content may appear unexpectedly. We recommend that the outputs be curated or filtered by humans before they are released, both to censor undesirable content and to improve the quality of the results.
96
 
97
 
98
- ## Evaluation results
99
-
100
- Evaluation of Camel-5B model on the benchmark
101
-
102
-
103
  ## Camel VS. Llama
104
 
105
  The Camel is essentially the Swiss Army knife of the animal kingdom - it can store water in its humps, survive extreme temperatures, and even provide a cushy ride for weary travelers. The llama, on the other hand, is basically just a glorified lawnmower with an attitude problem. Sure, they might have a cute, fuzzy face, but don't be deceived - one false move and you'll be greeted with a spit shower. The true MVP of the desert, and let the llama keep on spitting its way into obscurity.
106
 
 
 
 
107
  ## Citation and Related Information
108
 
109
 
 
25
 
26
  One of the key differentiators of Camel-5b lies in its ability to process complex instructions and generate accurate, contextually appropriate responses. This makes it an ideal choice for a wide range of applications, including virtual assistants, customer support, content generation, and more. Additionally, the model's comprehensive training enables it to adapt and perform well under varying conditions and contexts, further expanding its potential use cases.
27
 
28
+
29
+ ## Live Demo
30
+
31
+ Live demo =>
32
 
33
 
34
+ ## Deploying Camel
35
 
36
+ We used the [Baseten platform](http://baseten.co/) to package and serve Camel-5B at scale. Utilizing the open source [Truss](https://truss.baseten.co/) model packaging framework, users can create a customized environment using the simple instructions found on [GitHub](https://github.com/basetenlabs/camel-5b-truss). This repo allows users to maintain full control over the inference and deployment paths to meet their specific requirements.
37
+ We would like to thank the Baseten team for their contributions in deploying and hosting the model.
38
+
39
+
40
+ ## Usage :
41
  ```python
42
  import os
43
  import torch
 
103
  Camel was trained on Writer’s custom data. As with all language models, it is difficult to predict how Camel will respond to specific prompts, and offensive content may appear unexpectedly. We recommend that the outputs be curated or filtered by humans before they are released, both to censor undesirable content and to improve the quality of the results.
104
 
105
 
 
 
 
 
 
106
  ## Camel VS. Llama
107
 
108
  The Camel is essentially the Swiss Army knife of the animal kingdom - it can store water in its humps, survive extreme temperatures, and even provide a cushy ride for weary travelers. The llama, on the other hand, is basically just a glorified lawnmower with an attitude problem. Sure, they might have a cute, fuzzy face, but don't be deceived - one false move and you'll be greeted with a spit shower. The true MVP of the desert, and let the llama keep on spitting its way into obscurity.
109
 
110
+ <img src="https://i.postimg.cc/wjXZLQbB/Camel-Llama.png" width="400px" />
111
+
112
+
113
  ## Citation and Related Information
114
 
115