laurentiubp commited on
Commit
d90ef51
1 Parent(s): e83d775

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -11,8 +11,8 @@ from transformers import AutoModelForCausalLM, AutoTokenizer, TextIteratorStream
11
  MAX_INPUT_TOKEN_LENGTH = 8192
12
 
13
  DESCRIPTION = """\
14
- # CataLlama-v0.1-Instruct-DPO
15
- This Space demonstrates model [CataLlama-v0.1-Instruct-DPO](https://huggingface.co/catallama/CataLlama-v0.1-Instruct-DPO).
16
 
17
  CataLlama is a fine-tune of Llama-3-8B to enhance it's proficiency on the Catalan Language.
18
 
 
11
  MAX_INPUT_TOKEN_LENGTH = 8192
12
 
13
  DESCRIPTION = """\
14
+ # CataLlama-v0.2-Instruct-DPO
15
+ This Space demonstrates model [CataLlama-v0.2-Instruct-DPO](https://huggingface.co/catallama/CataLlama-v0.2-Instruct-DPO).
16
 
17
  CataLlama is a fine-tune of Llama-3-8B to enhance it's proficiency on the Catalan Language.
18