Tonic commited on
Commit
5975026
Β·
1 Parent(s): 249d9cf

small mods on the title and description

Browse files
app.py CHANGED
@@ -23,8 +23,8 @@ DEVICE = "cuda" if torch.cuda.is_available() else "cpu"
23
  model = None
24
  tokenizer = None
25
  DEFAULT_SYSTEM_PROMPT = "Tu es TonicIA, un assistant francophone rigoureux et bienveillant."
26
- title = "# πŸ€– Petite Elle L'Aime 3 - Chat Interface"
27
- description = "A fine-tuned version of SmolLM3-3B optimized for French conversations. This is the full fine-tuned model for maximum performance and quality."
28
  presentation1 = """
29
  ### 🎯 Features
30
  - **Multilingual Support**: English, French, Italian, Portuguese, Chinese, Arabic
 
23
  model = None
24
  tokenizer = None
25
  DEFAULT_SYSTEM_PROMPT = "Tu es TonicIA, un assistant francophone rigoureux et bienveillant."
26
+ title = "# πŸ™‹πŸ»β€β™‚οΈWelcome to 🌟Tonic's Petite Elle L'Aime 3"
27
+ description = "A fine-tuned version of SmolLM3-3B optimized for French conversations."
28
  presentation1 = """
29
  ### 🎯 Features
30
  - **Multilingual Support**: English, French, Italian, Portuguese, Chinese, Arabic
README_SMOLLM3_FEATURES.md β†’ docsandtests/README_SMOLLM3_FEATURES.md RENAMED
File without changes
README_TORCHAO.md β†’ docsandtests/README_TORCHAO.md RENAMED
File without changes
build.py β†’ docsandtests/build.py RENAMED
File without changes
deploy.py β†’ docsandtests/deploy.py RENAMED
File without changes
download_model.py β†’ docsandtests/download_model.py RENAMED
File without changes
download_model_advanced.py β†’ docsandtests/download_model_advanced.py RENAMED
File without changes
test_full_model_loading.py β†’ docsandtests/test_full_model_loading.py RENAMED
File without changes
test_model_loading.py β†’ docsandtests/test_model_loading.py RENAMED
File without changes
test_pre_quantized_model.py β†’ docsandtests/test_pre_quantized_model.py RENAMED
File without changes
test_smollm3_features.py β†’ docsandtests/test_smollm3_features.py RENAMED
File without changes
test_torchao_inference.py β†’ docsandtests/test_torchao_inference.py RENAMED
File without changes
verify_spaces_config.py β†’ docsandtests/verify_spaces_config.py RENAMED
File without changes