ehristoforu commited on
Commit
4dd4930
Β·
1 Parent(s): 9740d69

Rename app (13).py to app.py

Browse files
Files changed (1) hide show
  1. app (13).py β†’ app.py +4 -4
app (13).py β†’ app.py RENAMED
@@ -13,13 +13,13 @@ DEFAULT_MAX_NEW_TOKENS = 1024
13
  MAX_INPUT_TOKEN_LENGTH = 4000
14
 
15
  DESCRIPTION = """
16
- # CodeLlama-34B Chat
17
 
18
- πŸ’» This Space demonstrates model [CodeLlama-34b-Instruct](https://huggingface.co/codellama/CodeLlama-34b-Instruct-hf) by Meta, a Code Llama model with 34B parameters fine-tuned for chat instructions and specialized on code tasks. Feel free to play with it, or duplicate to run generations without a queue! If you want to run your own service, you can also [deploy the model on Inference Endpoints](https://huggingface.co/inference-endpoints).
19
 
20
- πŸ”Ž For more details about the Code Llama family of models and how to use them with `transformers`, take a look [at our blog post](https://huggingface.co/blog/codellama) or [the paper](https://huggingface.co/papers/2308.12950).
21
 
22
- πŸƒπŸ» Check out our [Playground](https://huggingface.co/spaces/codellama/codellama-playground) for a super-fast code completion demo that leverages a streaming [inference endpoint](https://huggingface.co/inference-endpoints).
23
 
24
  """
25
 
 
13
  MAX_INPUT_TOKEN_LENGTH = 4000
14
 
15
  DESCRIPTION = """
16
+ # Zephyr-7b Chat
17
 
18
+ πŸ’» This Space demonstrates model [Zephyr-7b-beta](https://huggingface.co/HuggingFaceH4/zephyr-7b-beta) by HuggingFaceH4, a Zephyr model with 7B parameters fine-tuned for chat instructions and specialized on many tasks. Feel free to play with it, or duplicate to run generations without a queue! If you want to run your own service, you can also [deploy the model on Inference Endpoints](https://huggingface.co/inference-endpoints).
19
 
20
+ πŸ”Ž For more details about the Zephyr family of models and how to use them with `transformers`, take a look [at our blog post](https://huggingface.co/blog/zephyr).
21
 
22
+ πŸƒπŸ» Check out our [Playground](https://huggingface.co/spaces/HuggingFaceH4/zephyr-chat) for a super-fast code completion demo that leverages a streaming [inference endpoint](https://huggingface.co/inference-endpoints).
23
 
24
  """
25