Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -20,7 +20,7 @@ The following Colab notebooks are available:
|
|
20 |
* [OpenELM-3B (GPU)](https://gist.github.com/Norod/4f11bb36bea5c548d18f10f9d7ec09b0)
|
21 |
* [OpenELM-270M (CPU)](https://gist.github.com/Norod/5a311a8e0a774b5c35919913545b7af4)
|
22 |
|
23 |
-
You might also be
|
24 |
|
25 |
If you duplicate this space, make sure you have access to [meta-llama/Llama-2-7b-hf](https://huggingface.co/meta-llama/Llama-2-7b-hf)
|
26 |
because this model uses it as a tokenizer.
|
@@ -34,7 +34,7 @@ LICENSE = """
|
|
34 |
<p/>
|
35 |
|
36 |
---
|
37 |
-
As a
|
38 |
this demo is governed by the original [license](https://huggingface.co/apple/OpenELM-3B/blob/main/LICENSE).
|
39 |
"""
|
40 |
|
@@ -130,7 +130,7 @@ chat_interface = gr.ChatInterface(
|
|
130 |
],
|
131 |
stop_btn=None,
|
132 |
examples=[
|
133 |
-
["A
|
134 |
["Can you explain briefly to me what is the Python programming language?"],
|
135 |
["Explain the plot of Cinderella in a sentence."],
|
136 |
["Question: What is the capital of France?\nAnswer:"],
|
|
|
20 |
* [OpenELM-3B (GPU)](https://gist.github.com/Norod/4f11bb36bea5c548d18f10f9d7ec09b0)
|
21 |
* [OpenELM-270M (CPU)](https://gist.github.com/Norod/5a311a8e0a774b5c35919913545b7af4)
|
22 |
|
23 |
+
You might also be interested in checking out Apple's [CoreNet Github page](https://github.com/apple/corenet?tab=readme-ov-file).
|
24 |
|
25 |
If you duplicate this space, make sure you have access to [meta-llama/Llama-2-7b-hf](https://huggingface.co/meta-llama/Llama-2-7b-hf)
|
26 |
because this model uses it as a tokenizer.
|
|
|
34 |
<p/>
|
35 |
|
36 |
---
|
37 |
+
As a derivative work of [OpenELM-3B](apple/OpenELM-3B) by Apple,
|
38 |
this demo is governed by the original [license](https://huggingface.co/apple/OpenELM-3B/blob/main/LICENSE).
|
39 |
"""
|
40 |
|
|
|
130 |
],
|
131 |
stop_btn=None,
|
132 |
examples=[
|
133 |
+
["A recipe for a chocolate cake:"],
|
134 |
["Can you explain briefly to me what is the Python programming language?"],
|
135 |
["Explain the plot of Cinderella in a sentence."],
|
136 |
["Question: What is the capital of France?\nAnswer:"],
|