Spaces:
Running
on
Zero
Running
on
Zero
small mods on the title and description
Browse files- app.py +2 -2
- README_SMOLLM3_FEATURES.md β docsandtests/README_SMOLLM3_FEATURES.md +0 -0
- README_TORCHAO.md β docsandtests/README_TORCHAO.md +0 -0
- build.py β docsandtests/build.py +0 -0
- deploy.py β docsandtests/deploy.py +0 -0
- download_model.py β docsandtests/download_model.py +0 -0
- download_model_advanced.py β docsandtests/download_model_advanced.py +0 -0
- test_full_model_loading.py β docsandtests/test_full_model_loading.py +0 -0
- test_model_loading.py β docsandtests/test_model_loading.py +0 -0
- test_pre_quantized_model.py β docsandtests/test_pre_quantized_model.py +0 -0
- test_smollm3_features.py β docsandtests/test_smollm3_features.py +0 -0
- test_torchao_inference.py β docsandtests/test_torchao_inference.py +0 -0
- verify_spaces_config.py β docsandtests/verify_spaces_config.py +0 -0
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 = "#
|
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
|
|
|
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
|