sarath-shekkizhar commited on
Commit
08ca31d
1 Parent(s): e870d99

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -13,7 +13,9 @@ MAX_INPUT_TOKEN_LENGTH = int(os.getenv("MAX_INPUT_TOKEN_LENGTH", "4096"))
13
 
14
  DESCRIPTION = """
15
  TenyxChat-8x7B-v1 is part of the TenyxChat series, models trained to function as useful assistants.
16
- The model is obtained via direct preference tuning using Tenyx's advanced fine-tuning technology. Model details available at [Hugging Face](https://huggingface.co/tenyx/TenyxChat-7B-v1). **It is currently loaded in 4-bit**.
 
 
17
  """
18
 
19
 
 
13
 
14
  DESCRIPTION = """
15
  TenyxChat-8x7B-v1 is part of the TenyxChat series, models trained to function as useful assistants.
16
+ The model is obtained via direct preference tuning using Tenyx's advanced fine-tuning technology. Model details available at [Hugging Face](https://huggingface.co/tenyx/TenyxChat-7B-v1).
17
+
18
+ **It is currently loaded in 4-bit**.
19
  """
20
 
21