Spaces:
Runtime error
Runtime error
File size: 80,077 Bytes
039c729 ef57b75 039c729 de09b5f 039c729 de09b5f 039c729 de09b5f 4e8be9d ef57b75 b2be7e9 039c729 ef57b75 039c729 ef57b75 039c729 ef57b75 039c729 b2be7e9 ef57b75 b2be7e9 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 1227 1228 1229 1230 1231 1232 1233 1234 1235 1236 1237 1238 1239 1240 1241 1242 1243 1244 1245 1246 1247 1248 1249 1250 1251 1252 1253 1254 1255 1256 1257 1258 1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 1273 1274 1275 1276 1277 1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 1288 1289 1290 1291 1292 1293 1294 1295 1296 1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 1308 1309 1310 1311 1312 1313 1314 1315 1316 1317 1318 1319 1320 1321 1322 1323 1324 1325 1326 1327 1328 1329 1330 1331 1332 1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 1344 1345 1346 1347 1348 1349 1350 1351 1352 1353 1354 1355 1356 1357 1358 1359 1360 1361 1362 1363 1364 1365 1366 1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 1381 1382 1383 1384 1385 1386 1387 1388 1389 1390 1391 1392 1393 1394 1395 1396 1397 1398 1399 1400 1401 1402 1403 1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 1418 1419 1420 1421 1422 1423 1424 1425 1426 1427 1428 1429 1430 1431 1432 1433 1434 1435 1436 1437 1438 1439 1440 1441 1442 1443 1444 1445 1446 1447 1448 1449 1450 1451 1452 1453 1454 1455 1456 1457 1458 1459 1460 1461 1462 1463 1464 1465 1466 1467 1468 1469 1470 1471 1472 1473 1474 1475 1476 1477 1478 1479 1480 1481 1482 1483 1484 1485 1486 1487 1488 1489 1490 1491 1492 1493 1494 1495 1496 1497 1498 1499 1500 1501 1502 1503 1504 1505 1506 1507 1508 1509 1510 1511 1512 1513 1514 1515 1516 1517 1518 1519 1520 1521 1522 1523 1524 1525 1526 1527 1528 1529 1530 1531 1532 1533 1534 1535 1536 1537 1538 1539 1540 1541 1542 1543 1544 1545 1546 1547 1548 1549 1550 1551 1552 1553 1554 1555 1556 1557 1558 1559 1560 1561 1562 1563 1564 1565 1566 1567 1568 1569 1570 1571 1572 1573 1574 1575 1576 1577 1578 1579 1580 1581 1582 1583 1584 1585 1586 1587 1588 1589 1590 1591 1592 1593 1594 1595 1596 1597 1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 1613 1614 1615 1616 1617 1618 1619 1620 1621 1622 1623 1624 1625 1626 1627 1628 1629 1630 1631 1632 1633 1634 1635 1636 1637 1638 1639 1640 1641 1642 1643 1644 1645 1646 1647 1648 1649 1650 1651 1652 1653 1654 1655 1656 1657 1658 1659 1660 1661 1662 1663 1664 1665 1666 1667 1668 1669 1670 1671 1672 1673 1674 1675 1676 1677 1678 1679 1680 1681 1682 1683 1684 1685 1686 1687 1688 1689 1690 1691 1692 1693 1694 1695 1696 1697 1698 1699 1700 1701 1702 1703 1704 1705 1706 1707 1708 1709 1710 1711 1712 1713 1714 1715 1716 1717 1718 1719 1720 1721 1722 1723 1724 1725 1726 1727 1728 1729 1730 1731 1732 1733 1734 1735 1736 1737 1738 1739 1740 1741 1742 1743 1744 1745 1746 1747 1748 1749 1750 1751 1752 1753 1754 1755 1756 1757 1758 1759 1760 1761 1762 1763 1764 1765 1766 1767 1768 1769 1770 1771 1772 1773 1774 1775 1776 1777 1778 1779 1780 1781 1782 1783 1784 1785 1786 1787 1788 1789 1790 1791 1792 1793 1794 1795 1796 1797 1798 1799 1800 1801 1802 1803 1804 1805 1806 1807 1808 1809 1810 1811 1812 1813 1814 1815 1816 1817 1818 1819 1820 1821 1822 1823 1824 1825 1826 1827 1828 1829 1830 1831 1832 1833 1834 1835 1836 1837 1838 1839 1840 1841 1842 1843 1844 1845 1846 1847 1848 1849 1850 1851 1852 1853 1854 1855 1856 1857 1858 1859 1860 1861 1862 1863 1864 1865 1866 1867 1868 1869 1870 1871 1872 1873 1874 1875 1876 1877 1878 1879 1880 1881 1882 1883 1884 1885 1886 1887 1888 1889 1890 1891 1892 1893 1894 1895 1896 1897 1898 1899 1900 1901 1902 1903 1904 1905 1906 1907 1908 1909 1910 1911 1912 1913 1914 1915 1916 1917 1918 1919 1920 1921 1922 1923 1924 1925 1926 1927 1928 1929 1930 1931 1932 1933 1934 1935 1936 1937 1938 1939 1940 1941 1942 1943 1944 1945 1946 1947 1948 1949 1950 1951 1952 1953 1954 1955 1956 1957 1958 1959 1960 1961 1962 1963 1964 1965 1966 1967 1968 1969 1970 1971 1972 1973 1974 1975 1976 1977 1978 1979 1980 1981 1982 1983 1984 1985 1986 1987 1988 1989 1990 1991 1992 1993 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 2026 2027 2028 2029 2030 2031 2032 2033 |
import gradio as gr
import os
import json
import torch
from transformers import (
AutoTokenizer, AutoModelForCausalLM,
TrainingArguments, Trainer,
DataCollatorForLanguageModeling,
pipeline
)
from datasets import Dataset
from huggingface_hub import HfApi, login
import spaces
from typing import Optional, Dict, Any, List, Tuple
import logging
import traceback
from datetime import datetime
import random
import re
from faker import Faker
import hashlib
import time
from collections import defaultdict
from functools import wraps
# Setup logging
logging.basicConfig(
level=logging.INFO,
format='%(asctime)s - %(name)s - %(levelname)s - %(message)s'
)
logger = logging.getLogger(__name__)
# ==================== RATE LIMITING ====================
class RateLimiter:
"""Token bucket rate limiter"""
def __init__(self):
self.requests = defaultdict(list)
self.limits = {
'synthetic_generation': {'calls': 10, 'period': 3600},
'model_training': {'calls': 3, 'period': 3600},
'model_inference': {'calls': 50, 'period': 3600},
}
def _get_user_id(self, request: gr.Request) -> str:
if request:
identifier = f"{request.client.host}_{request.headers.get('user-agent', '')}"
return hashlib.md5(identifier.encode()).hexdigest()
return "anonymous"
def _clean_old_requests(self, user_id: str, endpoint: str):
if user_id not in self.requests:
return
current_time = time.time()
period = self.limits[endpoint]['period']
self.requests[user_id] = [
req for req in self.requests[user_id]
if req['endpoint'] == endpoint and current_time - req['timestamp'] < period
]
def check_rate_limit(self, user_id: str, endpoint: str) -> Tuple[bool, str]:
self._clean_old_requests(user_id, endpoint)
user_requests = [req for req in self.requests[user_id] if req['endpoint'] == endpoint]
limit = self.limits[endpoint]['calls']
period = self.limits[endpoint]['period']
if len(user_requests) >= limit:
time_until_reset = period - (time.time() - user_requests[0]['timestamp'])
minutes = int(time_until_reset / 60)
return False, f"β±οΈ Rate limit exceeded! Please wait {minutes} minutes."
self.requests[user_id].append({'endpoint': endpoint, 'timestamp': time.time()})
remaining = limit - len(user_requests) - 1
return True, f"β
Request accepted ({remaining} remaining this hour)"
rate_limiter = RateLimiter()
def rate_limit(endpoint: str):
def decorator(func):
@wraps(func)
def wrapper(*args, **kwargs):
request = kwargs.get('request', None)
if request:
user_id = rate_limiter._get_user_id(request)
allowed, message = rate_limiter.check_rate_limit(user_id, endpoint)
if not allowed:
return f"π« {message}"
return func(*args, **kwargs)
return wrapper
return decorator
# ==================== AUTHENTICATION ====================
class AuthManager:
def __init__(self):
self.authenticated_tokens = {}
self.token_expiry = 86400
def validate_hf_token(self, token: str) -> Tuple[bool, str, Optional[str]]:
try:
if not token or not token.strip():
return False, "β Please provide a HuggingFace token", None
token_hash = hashlib.sha256(token.encode()).hexdigest()
if token_hash in self.authenticated_tokens:
cached = self.authenticated_tokens[token_hash]
if time.time() - cached['timestamp'] < self.token_expiry:
return True, f"β
Welcome back, {cached['username']}!", cached['username']
api = HfApi(token=token)
user_info = api.whoami()
username = user_info.get('name', 'Anonymous Architect')
self.authenticated_tokens[token_hash] = {
'username': username,
'timestamp': time.time()
}
return True, f"π Welcome, {username}!", username
except Exception as e:
return False, f"π Token validation failed: {str(e)}", None
auth_manager = AuthManager()
# ==================== ERROR HANDLING ====================
class ArchitechError(Exception):
pass
class DataGenerationError(ArchitechError):
pass
class ModelTrainingError(ArchitechError):
pass
class ModelInferenceError(ArchitechError):
pass
def handle_errors(error_type: str = "general"):
def decorator(func):
@wraps(func)
def wrapper(*args, **kwargs):
try:
return func(*args, **kwargs)
except torch.cuda.OutOfMemoryError:
return "π₯ **GPU Memory Overflow!** Try: smaller batch size, smaller model, or less data."
except PermissionError:
return "π **Permission Denied!** Check your HuggingFace token has WRITE access."
except ConnectionError:
return "π **Connection Issue!** Can't reach HuggingFace. Check your network."
except ValueError as e:
return f"β οΈ **Invalid Input!** {str(e)}"
except (DataGenerationError, ModelTrainingError, ModelInferenceError) as e:
return f"π§ **Architech Error:** {str(e)}"
except Exception as e:
logger.error(f"Error in {func.__name__}: {traceback.format_exc()}")
return f"π₯ **Unexpected Error:** {str(e)}"
return wrapper
return decorator# ==================== SYNTHETIC DATA GENERATOR ====================
class SyntheticDataGenerator:
def __init__(self):
self.faker = Faker()
self.generation_templates = {
"conversational": [
"Human: {question}\nAssistant: {answer}",
"User: {question}\nBot: {answer}",
],
"instruction": [
"### Instruction:\n{instruction}\n\n### Response:\n{response}",
],
}
self.domain_knowledge = {
"technology": {
"topics": ["AI", "machine learning", "cloud computing"],
"concepts": ["algorithms", "APIs", "databases"],
"contexts": ["software development", "digital transformation"]
},
"healthcare": {
"topics": ["telemedicine", "diagnostics", "patient care"],
"concepts": ["treatments", "procedures"],
"contexts": ["clinical practice", "patient education"]
},
"finance": {
"topics": ["fintech", "investment", "risk management"],
"concepts": ["portfolios", "compliance"],
"contexts": ["financial advisory", "personal finance"]
},
"general": {
"topics": ["communication", "problem-solving"],
"concepts": ["strategies", "best practices"],
"contexts": ["daily life", "personal growth"]
}
}
def _generate_question(self, topic, concept, context):
templates = [
f"How does {concept} work in {context}?",
f"What are the benefits of {concept} for {topic}?",
f"Can you explain {concept}?",
f"What's the best approach to {concept}?"
]
return random.choice(templates)
def _generate_answer(self, question, topic, concept):
templates = [
f"{concept} in {topic} works through strategic implementation. Key benefits include improved efficiency and better outcomes.",
f"Great question! {concept} is fundamental because it addresses core challenges. Best practices include planning and testing.",
f"When it comes to {concept}, consider scalability and performance. Success depends on proper implementation."
]
return random.choice(templates)
def _generate_single_example(self, task_desc, domain_data, templates, complexity):
template = random.choice(templates)
topic = random.choice(domain_data["topics"])
concept = random.choice(domain_data["concepts"])
context = random.choice(domain_data["contexts"])
question = self._generate_question(topic, concept, context)
answer = self._generate_answer(question, topic, concept)
text = template.format(question=question, answer=answer)
return {"text": text}
@handle_errors("data_generation")
def generate_synthetic_dataset(
self,
task_description: str,
domain: str,
dataset_size: int = 100,
format_type: str = "conversational",
complexity: str = "medium",
progress=gr.Progress()
) -> str:
if not task_description or len(task_description.strip()) < 10:
raise DataGenerationError("Task description too short! Need at least 10 characters.")
if dataset_size < 10 or dataset_size > 1000:
raise DataGenerationError("Dataset size must be between 10 and 1000.")
progress(0.1, f"π― Generating {dataset_size} examples...")
domain_data = self.domain_knowledge.get(domain, self.domain_knowledge["general"])
templates = self.generation_templates.get(format_type, self.generation_templates["conversational"])
synthetic_data = []
for i in range(dataset_size):
if i % 20 == 0:
progress(0.1 + (0.7 * i / dataset_size), f"π Creating {i+1}/{dataset_size}...")
example = self._generate_single_example(task_description, domain_data, templates, complexity)
synthetic_data.append(example)
os.makedirs("./synthetic_datasets", exist_ok=True)
dataset_filename = f"synthetic_{domain}_{format_type}_{datetime.now().strftime('%Y%m%d_%H%M%S')}.json"
dataset_path = os.path.join("./synthetic_datasets", dataset_filename)
with open(dataset_path, 'w') as f:
json.dump(synthetic_data, f, indent=2)
preview = "\n\n---\n\n".join([ex["text"] for ex in synthetic_data[:3]])
return f"""π **SYNTHETIC DATASET GENERATED!**
**Dataset Details:**
- π Size: {len(synthetic_data)} examples
- π― Domain: {domain.title()}
- π Format: {format_type.title()}
- πΎ Saved as: `{dataset_filename}`
**Preview (First 3 Examples):**
{preview}
**Next Steps:** Use this in the 'Train Model' or 'Test Model' tabs!"""# ==================== MODEL INFERENCE ====================
class ModelInference:
def __init__(self):
self.loaded_models = {}
@handle_errors("inference")
def load_model(self, model_name: str, hf_token: str, progress=gr.Progress()) -> str:
progress(0.1, "π Locating your model...")
is_valid, message, username = auth_manager.validate_hf_token(hf_token)
if not is_valid:
raise ModelInferenceError(message)
full_model_name = f"{username}/{model_name}" if "/" not in model_name else model_name
progress(0.3, "π₯ Downloading model...")
try:
tokenizer = AutoTokenizer.from_pretrained(full_model_name, token=hf_token)
model = AutoModelForCausalLM.from_pretrained(
full_model_name,
token=hf_token,
torch_dtype=torch.float16 if torch.cuda.is_available() else torch.float32,
device_map="auto" if torch.cuda.is_available() else None
)
self.loaded_models[model_name] = {
'model': model,
'tokenizer': tokenizer,
'pipeline': pipeline('text-generation', model=model, tokenizer=tokenizer)
}
progress(1.0, "β
Model loaded!")
return f"β
**Model Loaded Successfully!**\n\nModel: `{full_model_name}`\n\nReady for inference!"
except Exception as e:
raise ModelInferenceError(f"Failed to load model: {str(e)}")
@handle_errors("inference")
def generate_text(
self,
model_name: str,
prompt: str,
max_length: int = 100,
temperature: float = 0.7,
top_p: float = 0.9
) -> str:
if model_name not in self.loaded_models:
raise ModelInferenceError("Model not loaded! Please load the model first.")
if not prompt or len(prompt.strip()) < 3:
raise ModelInferenceError("Prompt too short! Please provide at least 3 characters.")
pipe = self.loaded_models[model_name]['pipeline']
result = pipe(
prompt,
max_length=max_length,
temperature=temperature,
top_p=top_p,
do_sample=True,
num_return_sequences=1
)
generated_text = result[0]['generated_text']
return f"""**π― Generated Response:**
{generated_text}
---
*Model: {model_name} | Length: {len(generated_text)} chars*"""
model_inference = ModelInference()# ==================== ARCHITECH AGENT ====================
class ArchitechAgent:
def __init__(self):
self.hf_api = HfApi()
self.synthetic_generator = SyntheticDataGenerator()
self.personality_responses = [
"π― Let's cook up some AI magic!",
"π Time to turn your vision into reality!",
"π§ Let's architect some brilliance!",
]
def get_personality_response(self) -> str:
return random.choice(self.personality_responses)
@rate_limit('synthetic_generation')
@handle_errors("data_generation")
def generate_synthetic_dataset_wrapper(self, *args, **kwargs):
return self.synthetic_generator.generate_synthetic_dataset(*args, **kwargs)
@spaces.GPU
@rate_limit('model_training')
@handle_errors("training")
def train_custom_model(
self,
task_description: str,
training_data: str,
model_name: str,
hf_token: str,
base_model: str = "distilgpt2",
use_synthetic_data: bool = True,
synthetic_domain: str = "general",
synthetic_size: int = 100,
learning_rate: float = 2e-4,
num_epochs: int = 3,
batch_size: int = 2,
progress=gr.Progress()
) -> str:
is_valid, message, username = auth_manager.validate_hf_token(hf_token)
if not is_valid:
raise ModelTrainingError(message)
progress(0.1, "π§ Loading base model...")
tokenizer = AutoTokenizer.from_pretrained(base_model)
if tokenizer.pad_token is None:
tokenizer.pad_token = tokenizer.eos_token
model = AutoModelForCausalLM.from_pretrained(
base_model,
torch_dtype=torch.float16 if torch.cuda.is_available() else torch.float32,
device_map="auto" if torch.cuda.is_available() else None
)
if use_synthetic_data:
progress(0.2, "π¨ Generating synthetic data...")
result = self.synthetic_generator.generate_synthetic_dataset(
task_description, synthetic_domain, synthetic_size, "conversational", "medium", progress
)
dataset_files = [f for f in os.listdir("./synthetic_datasets") if f.endswith('.json')]
if not dataset_files:
raise ModelTrainingError("No synthetic dataset found!")
latest_dataset = max(dataset_files, key=lambda x: os.path.getctime(os.path.join("./synthetic_datasets", x)))
with open(os.path.join("./synthetic_datasets", latest_dataset), 'r') as f:
synthetic_data = json.load(f)
texts = [item["text"] for item in synthetic_data]
else:
# Check if training_data is a file path or raw text
if training_data.strip().endswith('.json') and os.path.exists(training_data.strip()):
# Load from file
texts = dataset_manager.load_dataset_for_training(training_data.strip())
else:
# Parse as raw text
texts = [t.strip() for t in training_data.split("\n\n") if t.strip()]
if not texts:
raise ModelTrainingError("No training data available!")
progress(0.3, f"β¨ Tokenizing {len(texts)} examples...")
dataset = Dataset.from_dict({"text": texts})
def tokenize_function(examples):
return tokenizer(examples["text"], truncation=True, padding=True, max_length=256)
tokenized_dataset = dataset.map(tokenize_function, batched=True, remove_columns=["text"])
progress(0.4, "βοΈ Configuring training...")
training_args = TrainingArguments(
output_dir=f"./results_{model_name}",
num_train_epochs=num_epochs,
per_device_train_batch_size=batch_size,
gradient_accumulation_steps=4,
learning_rate=learning_rate,
logging_steps=50,
save_steps=500,
save_total_limit=2,
fp16=torch.cuda.is_available(),
report_to="none"
)
data_collator = DataCollatorForLanguageModeling(tokenizer=tokenizer, mlm=False)
trainer = Trainer(
model=model,
args=training_args,
train_dataset=tokenized_dataset,
data_collator=data_collator,
)
progress(0.6, "πͺ Training in progress...")
trainer.train()
progress(0.8, "πΎ Saving model...")
output_dir = f"./trained_{model_name}"
trainer.save_model(output_dir)
tokenizer.save_pretrained(output_dir)
progress(0.9, "π€ Pushing to HuggingFace...")
try:
login(token=hf_token)
# Try uploading with retries
max_retries = 3
for attempt in range(max_retries):
try:
progress(0.9 + (attempt * 0.03), f"π€ Upload attempt {attempt + 1}/{max_retries}...")
# Push model with timeout
model.push_to_hub(
model_name,
token=hf_token,
max_shard_size="500MB",
safe_serialization=True
)
tokenizer.push_to_hub(model_name, token=hf_token)
hub_url = f"https://huggingface.co/{username}/{model_name}"
return f"""π **TRAINING COMPLETE!**
β
Training successful
πΎ Model saved locally
π€ Pushed to Hub
π **Your model:** {hub_url}
**Stats:**
- Examples: {len(texts)}
- Epochs: {num_epochs}
- Learning rate: {learning_rate}
**Test it in the 'Test Model' tab!**"""
except Exception as upload_error:
if attempt < max_retries - 1:
logger.warning(f"Upload attempt {attempt + 1} failed: {upload_error}")
time.sleep(5) # Wait before retry
continue
else:
raise upload_error
except Exception as e:
logger.error(f"Upload failed after retries: {e}")
# Provide manual upload instructions
return f"""β
**TRAINING COMPLETE!** (Upload timed out)
πΎ Model saved locally at: `{output_dir}`
**Manual Upload Instructions:**
1. Download your Space's files (or access via SSH if enabled)
2. Run this command locally:
```bash
huggingface-cli upload {username}/{model_name} {output_dir}
```
Or use the Python API:
```python
from huggingface_hub import HfApi
api = HfApi()
api.upload_folder(
folder_path="{output_dir}",
repo_id="{username}/{model_name}",
token="YOUR_TOKEN"
)
```
**Stats:**
- Examples: {len(texts)}
- Epochs: {num_epochs}
- Model saved successfully!
**You can still test it locally or manually upload!**"""# ==================== MODEL MANAGEMENT ====================
import zipfile
import shutil
from pathlib import Path
class ModelManager:
def __init__(self):
self.models_dir = Path("./saved_models")
self.models_dir.mkdir(exist_ok=True)
@handle_errors("model_management")
def create_model_zip(self, model_path: str, model_name: str) -> Tuple[str, str]:
"""Create a downloadable zip of a trained model"""
if not os.path.exists(model_path):
raise ArchitechError(f"Model path not found: {model_path}")
zip_filename = f"{model_name}_{datetime.now().strftime('%Y%m%d_%H%M%S')}.zip"
zip_path = os.path.join(self.models_dir, zip_filename)
# Create zip file
with zipfile.ZipFile(zip_path, 'w', zipfile.ZIP_DEFLATED) as zipf:
for root, dirs, files in os.walk(model_path):
for file in files:
file_path = os.path.join(root, file)
arcname = os.path.relpath(file_path, model_path)
zipf.write(file_path, arcname)
file_size = os.path.getsize(zip_path) / (1024 * 1024) # MB
return zip_path, f"β
Created {zip_filename} ({file_size:.2f} MB)"
@handle_errors("model_management")
def extract_model_zip(self, zip_file, progress=gr.Progress()) -> str:
"""Extract uploaded model zip"""
if zip_file is None:
raise ArchitechError("No file uploaded!")
progress(0.1, "π¦ Extracting model archive...")
# Get filename
zip_filename = Path(zip_file.name).name
model_name = zip_filename.replace('.zip', '')
extract_path = os.path.join("./uploaded_models", model_name)
os.makedirs(extract_path, exist_ok=True)
progress(0.3, "π Unpacking files...")
# Extract zip
with zipfile.ZipFile(zip_file.name, 'r') as zip_ref:
zip_ref.extractall(extract_path)
progress(0.7, "π Validating model files...")
# Check for required files
files = os.listdir(extract_path)
has_model = any('pytorch_model' in f or 'model.safetensors' in f for f in files)
has_config = 'config.json' in files
has_tokenizer = any('tokenizer' in f for f in files)
validation_status = []
if has_model:
validation_status.append("β
Model weights found")
else:
validation_status.append("β οΈ Model weights not found")
if has_config:
validation_status.append("β
Config file found")
else:
validation_status.append("β οΈ Config file not found")
if has_tokenizer:
validation_status.append("β
Tokenizer found")
else:
validation_status.append("β οΈ Tokenizer not found")
progress(1.0, "β
Extraction complete!")
return f"""π **Model Uploaded Successfully!**
**Extracted to:** `{extract_path}`
**Validation:**
{chr(10).join(validation_status)}
**Files found:** {len(files)} files
**You can now:**
1. Use this model in the Test Model tab
2. Continue training from this checkpoint
3. Push to HuggingFace Hub
*Model path: `{extract_path}`*"""
def list_local_models(self) -> str:
"""List all locally saved models"""
trained_models = []
uploaded_models = []
# Check trained models
if os.path.exists("./"):
for item in os.listdir("./"):
if item.startswith("trained_") and os.path.isdir(item):
size = sum(
os.path.getsize(os.path.join(dirpath, filename))
for dirpath, dirnames, filenames in os.walk(item)
for filename in filenames
) / (1024 * 1024)
trained_models.append(f"- `{item}` ({size:.2f} MB)")
# Check uploaded models
if os.path.exists("./uploaded_models"):
for item in os.listdir("./uploaded_models"):
path = os.path.join("./uploaded_models", item)
if os.path.isdir(path):
size = sum(
os.path.getsize(os.path.join(dirpath, filename))
for dirpath, dirnames, filenames in os.walk(path)
for filename in filenames
) / (1024 * 1024)
uploaded_models.append(f"- `{item}` ({size:.2f} MB)")
result = "## π¦ Local Models\n\n"
if trained_models:
result += "### Trained Models:\n" + "\n".join(trained_models) + "\n\n"
else:
result += "### Trained Models:\n*No trained models found*\n\n"
if uploaded_models:
result += "### Uploaded Models:\n" + "\n".join(uploaded_models) + "\n\n"
else:
result += "### Uploaded Models:\n*No uploaded models found*\n\n"
return result
@handle_errors("model_management")
def delete_model(self, model_path: str) -> str:
"""Delete a local model"""
if not os.path.exists(model_path):
raise ArchitechError(f"Model not found: {model_path}")
shutil.rmtree(model_path)
return f"β
Deleted: {model_path}"
model_manager = ModelManager()
# Add this to the Gradio interface creation function
# Insert this tab after the "Test Model" tab and before "About"
def add_model_management_tab():
"""Add Model Management tab to Gradio interface"""
with gr.Tab("πΎ Model Management"):
gr.Markdown("""
### Manage Your Models
Upload, download, and organize your trained models
""")
with gr.Row():
# Upload Section
with gr.Column():
gr.Markdown("### π€ Upload Model")
upload_file = gr.File(
label="Upload Model ZIP",
file_types=[".zip"],
type="filepath"
)
upload_btn = gr.Button("π¦ Extract and Save", variant="primary")
upload_output = gr.Markdown()
upload_btn.click(
fn=model_manager.extract_model_zip,
inputs=[upload_file],
outputs=upload_output
)
# Download Section
with gr.Column():
gr.Markdown("### π₯ Download Model")
model_path_input = gr.Textbox(
label="Model Path",
placeholder="e.g., ./trained_my-model or ./uploaded_models/my-model",
info="Path to the model directory you want to download"
)
model_name_input = gr.Textbox(
label="Archive Name",
placeholder="e.g., my-awesome-model",
info="Name for the downloaded zip file"
)
download_btn = gr.Button("π¦ Create ZIP", variant="primary")
download_file = gr.File(label="Download")
download_output = gr.Markdown()
def create_and_return_zip(model_path, model_name):
zip_path, message = model_manager.create_model_zip(model_path, model_name)
return zip_path, message
download_btn.click(
fn=create_and_return_zip,
inputs=[model_path_input, model_name_input],
outputs=[download_file, download_output]
)
gr.Markdown("---")
# List and Delete Section
with gr.Row():
with gr.Column():
gr.Markdown("### π Your Models")
refresh_btn = gr.Button("π Refresh List", variant="secondary")
models_list = gr.Markdown()
refresh_btn.click(
fn=model_manager.list_local_models,
inputs=[],
outputs=models_list
)
# Auto-load on tab open
models_list.value = model_manager.list_local_models()
with gr.Column():
gr.Markdown("### ποΈ Delete Model")
delete_path = gr.Textbox(
label="Model Path to Delete",
placeholder="e.g., ./trained_my-model"
)
delete_btn = gr.Button("ποΈ Delete Model", variant="stop")
delete_output = gr.Markdown()
delete_btn.click(
fn=model_manager.delete_model,
inputs=[delete_path],
outputs=delete_output
)
gr.Markdown("""
---
### π‘ Tips:
- **Upload:** Upload model zips from other systems or backups
- **Download:** Create portable archives of your trained models
- **Organize:** Keep your workspace tidy by managing local models
- **Backup:** Download important models before deleting them
*Note: Uploaded/downloaded models persist only during your session unless you have persistent storage configured.*
""")
# This function should be called in create_gradio_interface()
# Add it right before the "About" tab# ==================== DATASET MANAGER ====================
class DatasetManager:
def __init__(self):
self.datasets_dir = Path("./synthetic_datasets")
self.datasets_dir.mkdir(exist_ok=True)
def list_available_datasets(self) -> List[Tuple[str, str]]:
"""List all available synthetic datasets"""
datasets = []
if self.datasets_dir.exists():
for file in self.datasets_dir.glob("*.json"):
datasets.append((file.name, str(file)))
return datasets
def get_dataset_preview(self, dataset_path: str) -> str:
"""Get preview of dataset contents"""
try:
with open(dataset_path, 'r') as f:
data = json.load(f)
if not data:
return "Dataset is empty"
preview = f"**Dataset:** `{Path(dataset_path).name}`\n\n"
preview += f"**Total Examples:** {len(data)}\n\n"
preview += "**First 3 Examples:**\n\n"
for i, example in enumerate(data[:3], 1):
preview += f"**Example {i}:**\n```\n{example.get('text', 'No text field')}\n```\n\n"
return preview
except Exception as e:
return f"Error loading dataset: {str(e)}"
def load_dataset_for_training(self, dataset_path: str) -> List[str]:
"""Load dataset texts for training"""
with open(dataset_path, 'r') as f:
data = json.load(f)
return [item["text"] for item in data if "text" in item]
dataset_manager = DatasetManager()
# ==================== REPOSITORY CHAT SYSTEM ====================
class RepositoryChat:
def __init__(self):
self.hf_api = HfApi()
self.chat_history = []
self.current_user_token = None
self.current_username = None
def initialize_session(self, hf_token: str) -> Tuple[bool, str]:
"""Initialize chat session with HF token"""
is_valid, message, username = auth_manager.validate_hf_token(hf_token)
if is_valid:
self.current_user_token = hf_token
self.current_username = username
self.chat_history = []
return is_valid, message
@handle_errors("repository_chat")
def list_user_models(self) -> str:
"""List all models in user's HuggingFace account"""
if not self.current_user_token:
raise ArchitechError("Please initialize session with your HuggingFace token first!")
try:
models = self.hf_api.list_models(author=self.current_username, token=self.current_user_token)
model_list = list(models)
if not model_list:
return f"π No models found in {self.current_username}'s account"
result = f"## π€ Your Models ({len(model_list)})\n\n"
for model in model_list[:20]: # Limit to 20 for display
model_id = model.modelId
downloads = getattr(model, 'downloads', 0)
likes = getattr(model, 'likes', 0)
result += f"- **{model_id}**\n"
result += f" - Downloads: {downloads} | Likes: {likes}\n"
result += f" - [View on Hub](https://huggingface.co/{model_id})\n\n"
return result
except Exception as e:
return f"Error fetching models: {str(e)}"
@handle_errors("repository_chat")
def list_user_datasets(self) -> str:
"""List all datasets in user's HuggingFace account"""
if not self.current_user_token:
raise ArchitechError("Please initialize session first!")
try:
datasets = self.hf_api.list_datasets(author=self.current_username, token=self.current_user_token)
dataset_list = list(datasets)
if not dataset_list:
return f"π No datasets found in {self.current_username}'s account"
result = f"## π Your Datasets ({len(dataset_list)})\n\n"
for dataset in dataset_list[:20]:
dataset_id = dataset.id
downloads = getattr(dataset, 'downloads', 0)
result += f"- **{dataset_id}**\n"
result += f" - Downloads: {downloads}\n"
result += f" - [View on Hub](https://huggingface.co/datasets/{dataset_id})\n\n"
return result
except Exception as e:
return f"Error fetching datasets: {str(e)}"
@handle_errors("repository_chat")
def get_model_info(self, model_id: str) -> str:
"""Get detailed information about a specific model"""
if not self.current_user_token:
raise ArchitechError("Please initialize session first!")
try:
# Add username if not in model_id
if "/" not in model_id and self.current_username:
model_id = f"{self.current_username}/{model_id}"
model_info = self.hf_api.model_info(model_id, token=self.current_user_token)
result = f"## π€ Model: {model_id}\n\n"
result += f"**Model ID:** {model_info.modelId}\n"
result += f"**Downloads:** {getattr(model_info, 'downloads', 0)}\n"
result += f"**Likes:** {getattr(model_info, 'likes', 0)}\n"
result += f"**Created:** {getattr(model_info, 'created_at', 'Unknown')}\n"
result += f"**Last Modified:** {getattr(model_info, 'last_modified', 'Unknown')}\n\n"
if hasattr(model_info, 'tags') and model_info.tags:
result += f"**Tags:** {', '.join(model_info.tags[:10])}\n\n"
result += f"**π [View on HuggingFace](https://huggingface.co/{model_id})**\n"
return result
except Exception as e:
return f"Error fetching model info: {str(e)}"
@handle_errors("repository_chat")
def delete_repo(self, repo_id: str, repo_type: str = "model") -> str:
"""Delete a repository (model or dataset)"""
if not self.current_user_token:
raise ArchitechError("Please initialize session first!")
# Add username if not in repo_id
if "/" not in repo_id and self.current_username:
repo_id = f"{self.current_username}/{repo_id}"
try:
self.hf_api.delete_repo(
repo_id=repo_id,
token=self.current_user_token,
repo_type=repo_type
)
return f"β
Successfully deleted {repo_type}: {repo_id}"
except Exception as e:
return f"β Error deleting {repo_type}: {str(e)}"
@handle_errors("repository_chat")
def chat_with_repos(self, user_message: str) -> str:
"""Conversational interface for repository management"""
if not self.current_user_token:
return "β οΈ Please initialize your session with a HuggingFace token first!"
# Add to history
self.chat_history.append({"role": "user", "content": user_message})
# Parse intent
message_lower = user_message.lower()
response = ""
# List models
if any(word in message_lower for word in ["list models", "show models", "my models", "what models"]):
response = self.list_user_models()
# List datasets
elif any(word in message_lower for word in ["list datasets", "show datasets", "my datasets", "what datasets"]):
response = self.list_user_datasets()
# Model info
elif any(word in message_lower for word in ["info about", "details about", "tell me about", "information on"]):
# Extract model name (simple extraction)
words = user_message.split()
if len(words) > 2:
potential_model = words[-1].strip("?.,!")
response = self.get_model_info(potential_model)
else:
response = "Please specify which model you want info about. Example: 'info about my-model-name'"
# Delete model
elif "delete" in message_lower and "model" in message_lower:
words = user_message.split()
if len(words) > 2:
model_name = words[-1].strip("?.,!")
response = f"β οΈ Are you sure you want to delete model '{model_name}'? This action cannot be undone!\n\n"
response += "To confirm, use the Delete Repository section below."
else:
response = "Please specify which model to delete. Example: 'delete model my-model-name'"
# General help
elif any(word in message_lower for word in ["help", "what can you do", "commands"]):
response = """## π€ Architech Repository Assistant
I can help you manage your HuggingFace repositories! Here's what I can do:
**π Listing:**
- "List my models" - Show all your models
- "Show my datasets" - Show all your datasets
**βΉοΈ Information:**
- "Info about [model-name]" - Get details about a specific model
- "Tell me about [model-name]" - Model statistics and info
**ποΈ Management:**
- Use the Delete Repository section to remove models/datasets
**π‘ Tips:**
- I have access to your HuggingFace account
- I can see all your public and private repos
- All actions respect your permissions
Try asking: "List my models" or "Show my datasets"!"""
# Default response
else:
response = f"""I'm not sure what you want to do.
**Quick Commands:**
- "List my models"
- "Show my datasets"
- "Info about [model-name]"
- "Help" for full command list
What would you like to do?"""
# Add to history
self.chat_history.append({"role": "assistant", "content": response})
return response
def get_chat_history_display(self) -> List[Tuple[str, str]]:
"""Format chat history for Gradio ChatBot"""
history = []
for i in range(0, len(self.chat_history), 2):
if i + 1 < len(self.chat_history):
user_msg = self.chat_history[i]["content"]
bot_msg = self.chat_history[i + 1]["content"]
history.append((user_msg, bot_msg))
return history
repo_chat = RepositoryChat()# # ==================== MODEL CARD & PAPER GENERATOR ====================
class DocumentationGenerator:
def __init__(self):
self.templates_dir = Path("./generated_docs")
self.templates_dir.mkdir(exist_ok=True)
def generate_model_card(
self,
model_name: str,
task_description: str,
base_model: str,
dataset_size: int,
training_params: Dict[str, Any],
domain: str = "general",
intended_use: str = "",
limitations: str = "",
ethical_considerations: str = ""
) -> str:
"""Generate a comprehensive model card following HuggingFace standards"""
timestamp = datetime.now().strftime("%Y-%m-%d")
model_card = f"""---
language: en
license: mit
tags:
- text-generation
- custom-model
- architech
- {domain}
datasets:
- synthetic-data
metrics:
- perplexity
model-index:
- name: {model_name}
results: []
---
# {model_name}
## Model Description
**{model_name}** is a fine-tuned language model created using Architech AI Model Architect.
### Model Details
- **Developed by:** Architech User
- **Model type:** Causal Language Model
- **Language(s):** English
- **Base Model:** {base_model}
- **License:** MIT
- **Finetuned from:** {base_model}
### Model Purpose
{task_description}
## Training Details
### Training Data
This model was trained on a synthetic dataset specifically generated for this task:
- **Dataset Size:** {dataset_size} examples
- **Domain:** {domain.title()}
- **Data Generation:** Architech Synthetic Data Generator
- **Data Format:** Conversational pairs / Instruction-response format
The training data was synthetically generated to ensure:
- Domain-specific vocabulary and concepts
- Natural language variations
- Task-relevant examples
- Ethical and unbiased content
### Training Procedure
**Training Hyperparameters:**
- **Base Model:** {base_model}
- **Training Examples:** {dataset_size}
- **Epochs:** {training_params.get('epochs', 'N/A')}
- **Learning Rate:** {training_params.get('learning_rate', 'N/A')}
- **Batch Size:** {training_params.get('batch_size', 'N/A')}
- **Gradient Accumulation Steps:** {training_params.get('gradient_accumulation', 4)}
- **Optimizer:** AdamW
- **Training Precision:** FP16 (if GPU available)
**Training Infrastructure:**
- **Framework:** HuggingFace Transformers
- **Training Tool:** Architech AI Model Architect
- **Hardware:** {training_params.get('hardware', 'GPU/CPU auto-detected')}
## Intended Use
### Direct Use
{intended_use if intended_use else f'''This model is designed for {task_description.lower()}. It can be used directly for:
- Text generation in the {domain} domain
- Conversational AI applications
- Task-specific completion and assistance
- Research and experimentation'''}
### Downstream Use
This model can be further fine-tuned for:
- More specialized tasks within the {domain} domain
- Multi-turn conversations
- Domain-specific applications
### Out-of-Scope Use
This model should NOT be used for:
- Medical, legal, or financial advice without human oversight
- Safety-critical applications
- Decision-making without human review
- Generating harmful, biased, or unethical content
## Bias, Risks, and Limitations
{limitations if limitations else f'''### Known Limitations
- Trained on synthetic data, which may not capture all real-world nuances
- Limited to {dataset_size} training examples
- May produce inconsistent outputs on topics outside training domain
- Should not be considered a source of factual information without verification
### Recommendations
Users should:
- Validate outputs for accuracy and appropriateness
- Not rely solely on this model for critical decisions
- Be aware of potential biases in generated content
- Use human oversight for production applications'''}
## Ethical Considerations
{ethical_considerations if ethical_considerations else '''This model was developed with ethical AI principles in mind:
- Training data was synthetically generated to avoid privacy issues
- No personally identifiable information was used in training
- Content generation should be monitored for potential misuse
- Users are responsible for ensuring ethical use of generated content'''}
## How to Use
### Loading the Model
```python
from transformers import AutoTokenizer, AutoModelForCausalLM
tokenizer = AutoTokenizer.from_pretrained("{model_name}")
model = AutoModelForCausalLM.from_pretrained("{model_name}")
# Generate text
inputs = tokenizer("Your prompt here", return_tensors="pt")
outputs = model.generate(**inputs, max_length=100)
generated_text = tokenizer.decode(outputs[0], skip_special_tokens=True)
print(generated_text)
```
### Using with Pipeline
```python
from transformers import pipeline
generator = pipeline('text-generation', model='{model_name}')
result = generator("Your prompt here", max_length=100)
print(result[0]['generated_text'])
```
## Model Performance
Performance metrics will vary based on specific use case and evaluation criteria.
### Training Loss
Training completed successfully with the model converging appropriately for the given dataset size and complexity.
## Environmental Impact
- **Training Time:** Approximately {training_params.get('training_time', 'varies')} minutes
- **Hardware:** {training_params.get('hardware', 'GPU/CPU')}
- **Carbon Emissions:** Minimal due to efficient training approach
## Technical Specifications
### Model Architecture
Based on {base_model} architecture with task-specific fine-tuning.
### Compute Infrastructure
- **Training Platform:** HuggingFace Spaces / Architech
- **Framework:** PyTorch + Transformers
- **Optimization:** Gradient accumulation for memory efficiency
## Citation
If you use this model, please cite:
```bibtex
@misc{{{model_name.replace('-', '_')},
author = {{Architech User}},
title = {{{model_name}}},
year = {{{datetime.now().year}}},
publisher = {{HuggingFace}},
howpublished = {{\\url{{https://huggingface.co/your-username/{model_name}}}}}
}}
```
## Model Card Authors
- Generated by: Architech AI Model Architect
- Date: {timestamp}
## Model Card Contact
For questions or feedback about this model, please open an issue in the model repository.
---
*This model card was automatically generated by Architech AI Model Architect. Please review and customize as needed.*
"""
# Save model card
card_path = self.templates_dir / f"{model_name}_model_card.md"
with open(card_path, 'w') as f:
f.write(model_card)
return model_card, str(card_path)
def generate_research_paper(
self,
model_name: str,
task_description: str,
base_model: str,
dataset_size: int,
training_params: Dict[str, Any],
domain: str = "general",
methodology_notes: str = "",
results_summary: str = ""
) -> str:
"""Generate a research paper documenting the model"""
timestamp = datetime.now().strftime("%B %Y")
paper = f"""# Fine-Tuning {base_model} for {task_description}: A Synthetic Data Approach
**Authors:** Architech User
**Date:** {timestamp}
**Model:** {model_name}
---
## Abstract
We present **{model_name}**, a fine-tuned language model specifically designed for {task_description.lower()}.
This work demonstrates the effectiveness of synthetic data generation for domain-specific language model adaptation.
Using {dataset_size} synthetically generated examples, we fine-tuned {base_model} to create a specialized model
for the {domain} domain. Our approach leverages automated data generation techniques to overcome the common challenge
of limited training data availability while maintaining high-quality, task-relevant outputs.
**Keywords:** Language Models, Transfer Learning, Synthetic Data, Fine-Tuning, {domain.title()}, {base_model}
---
## 1. Introduction
### 1.1 Background
Large language models (LLMs) have demonstrated remarkable capabilities across diverse natural language processing tasks.
However, adapting these models to specific domains or tasks often requires substantial amounts of high-quality training data,
which can be expensive, time-consuming, or difficult to obtain while maintaining privacy and ethical standards.
### 1.2 Motivation
The primary motivation for this work is to address the data scarcity problem in domain-specific language model development.
Our specific use caseβ{task_description.lower()}βrequires specialized knowledge and conversational patterns that may not
be adequately represented in general-purpose language models.
### 1.3 Contributions
This work makes the following contributions:
1. **Synthetic Data Generation Framework**: We develop and apply a domain-specific synthetic data generation approach
that creates high-quality training examples without requiring manual annotation.
2. **Efficient Fine-Tuning**: We demonstrate effective fine-tuning of {base_model} using a relatively small dataset
of {dataset_size} examples, showcasing the efficiency of modern transfer learning approaches.
3. **Practical Application**: We provide a complete, production-ready model for {task_description.lower()} that can
be deployed immediately or serve as a foundation for further specialization.
---
## 2. Related Work
### 2.1 Transfer Learning in NLP
Transfer learning has become the dominant paradigm in natural language processing, with pre-trained models like GPT,
BERT, and their variants achieving state-of-the-art results across numerous benchmarks. Our work builds on this
foundation by demonstrating efficient domain adaptation.
### 2.2 Synthetic Data Generation
Recent work has shown that synthetic data can effectively augment or even replace human-annotated data for specific tasks.
Our approach extends these findings to conversational AI and domain-specific language generation.
### 2.3 Domain Adaptation
Domain adaptation techniques allow models trained on one domain to perform well on another. Our work contributes to
this area by combining synthetic data generation with fine-tuning for efficient domain-specific model creation.
---
## 3. Methodology
### 3.1 Base Model Selection
We selected **{base_model}** as our base model for the following reasons:
- **Architecture**: Modern transformer-based architecture with proven generation capabilities
- **Size**: Appropriate balance between capability and computational efficiency
- **Compatibility**: Well-supported by the HuggingFace ecosystem
- **Performance**: Strong baseline performance on general language tasks
### 3.2 Synthetic Data Generation
{methodology_notes if methodology_notes else f'''Our synthetic data generation process consists of several key components:
**Domain Knowledge Base:**
We curated domain-specific vocabulary, concepts, and contexts relevant to the {domain} domain. This knowledge base
includes:
- Key topics and terminology
- Common question-answer patterns
- Domain-specific use cases
- Contextual scenarios
**Template-Based Generation:**
We employed template-based generation with intelligent variable substitution:
- Multiple conversation templates
- Dynamic topic and concept insertion
- Natural language variation
- Context-appropriate responses
**Quality Assurance:**
Each generated example undergoes validation:
- Coherence checking
- Domain relevance verification
- Diversity analysis
- Edge case inclusion'''}
### 3.3 Training Configuration
Our training setup utilized the following hyperparameters:
| Parameter | Value |
|-----------|-------|
| Base Model | {base_model} |
| Training Examples | {dataset_size} |
| Epochs | {training_params.get('epochs', 'N/A')} |
| Learning Rate | {training_params.get('learning_rate', 'N/A')} |
| Batch Size | {training_params.get('batch_size', 'N/A')} |
| Gradient Accumulation | {training_params.get('gradient_accumulation', 4)} steps |
| Optimizer | AdamW |
| Precision | Mixed (FP16) |
**Training Procedure:**
1. **Data Preparation**: Synthetic examples were tokenized using the base model's tokenizer
2. **Model Initialization**: Started from pre-trained {base_model} weights
3. **Fine-Tuning**: Applied supervised fine-tuning with causal language modeling objective
4. **Optimization**: Used gradient accumulation for memory efficiency
5. **Validation**: Monitored training loss for convergence
### 3.4 Implementation Details
Our implementation leverages:
- **Framework**: HuggingFace Transformers
- **Training Tool**: Architech AI Model Architect
- **Infrastructure**: Cloud-based GPU/CPU resources
- **Optimization**: Automatic mixed precision training
---
## 4. Results
### 4.1 Training Outcomes
{results_summary if results_summary else f'''The model successfully converged during training, demonstrating:
- **Stable Training**: Loss decreased consistently across epochs
- **No Overfitting**: Training remained stable without signs of overfitting to the small dataset
- **Efficient Learning**: Model adapted to domain-specific patterns effectively
**Qualitative Observations:**
- Generated text shows strong alignment with the {domain} domain
- Model produces coherent, contextually appropriate responses
- Task-specific vocabulary and concepts are properly utilized
- Conversation flow is natural and relevant to intended use case'''}
### 4.2 Model Capabilities
The fine-tuned model demonstrates:
1. **Domain Expertise**: Strong understanding of {domain}-specific concepts
2. **Task Alignment**: Outputs are well-aligned with {task_description.lower()}
3. **Coherence**: Generated text maintains logical consistency
4. **Flexibility**: Adapts to various prompts within the domain
### 4.3 Limitations
We acknowledge the following limitations:
- **Dataset Size**: With {dataset_size} examples, coverage of edge cases may be limited
- **Synthetic Origin**: Training data may not capture all real-world nuances
- **Domain Specificity**: Performance may degrade on out-of-domain inputs
- **Evaluation**: Comprehensive quantitative evaluation remains future work
---
## 5. Discussion
### 5.1 Effectiveness of Synthetic Data
Our results demonstrate that synthetically generated data can effectively fine-tune language models for specific tasks.
The quality of outputs suggests that carefully designed synthetic data can capture essential patterns needed for
domain adaptation.
### 5.2 Practical Implications
This work has several practical implications:
- **Accessibility**: Reduces barriers to creating custom language models
- **Privacy**: Eliminates need for potentially sensitive real-world data
- **Efficiency**: Enables rapid prototyping and iteration
- **Scalability**: Framework can be applied to diverse domains and tasks
### 5.3 Future Directions
Several promising directions for future work include:
1. **Quantitative Evaluation**: Comprehensive benchmarking against domain-specific metrics
2. **Dataset Scaling**: Investigation of performance vs. dataset size trade-offs
3. **Hybrid Approaches**: Combining synthetic and real data for enhanced performance
4. **Multi-Domain Transfer**: Exploring transfer learning across related domains
---
## 6. Conclusion
We presented **{model_name}**, a fine-tuned language model for {task_description.lower()}, demonstrating the
effectiveness of synthetic data generation for domain-specific model adaptation. Our approach successfully created
a specialized model using {dataset_size} synthetically generated examples, proving that efficient domain adaptation
is achievable without large-scale manual data collection.
The model shows strong task alignment and domain expertise, validating our methodology. This work contributes to
the growing body of evidence that synthetic data, when carefully designed, can serve as an effective alternative
or complement to human-annotated data for language model fine-tuning.
As language models continue to evolve, techniques for efficient, ethical, and accessible model adaptation will
become increasingly important. Our work provides a practical framework for creating custom language models that
can be applied across diverse domains and use cases.
---
## 7. References
1. HuggingFace Transformers: State-of-the-art Natural Language Processing
2. Attention Is All You Need (Vaswani et al., 2017)
3. Language Models are Few-Shot Learners (Brown et al., 2020)
4. Transfer Learning in Natural Language Processing (Ruder, 2019)
---
## Appendix A: Model Architecture
**Base Architecture:** {base_model}
The model inherits the transformer-based architecture of the base model, with all parameters fine-tuned for the
specific task.
## Appendix B: Training Logs
Training completed successfully with stable convergence. Detailed logs available in model repository.
## Appendix C: Code Availability
Model and code are available at: https://huggingface.co/your-username/{model_name}
---
## Acknowledgments
This research was conducted using Architech AI Model Architect, an open-source tool for automated language model
development. We thank the HuggingFace team for providing the infrastructure and tools that made this work possible.
---
**Contact:** For questions about this work, please open an issue in the model repository.
**Date:** {timestamp}
**Version:** 1.0
---
*This paper was automatically generated by Architech AI Model Architect. Please review and customize as needed for publication.*
"""
# Save paper
paper_path = self.templates_dir / f"{model_name}_research_paper.md"
with open(paper_path, 'w') as f:
f.write(paper)
return paper, str(paper_path)
def generate_both_documents(
self,
model_name: str,
task_description: str,
base_model: str,
dataset_size: int,
num_epochs: int,
learning_rate: float,
batch_size: int,
domain: str = "general",
intended_use: str = "",
limitations: str = "",
methodology_notes: str = "",
results_summary: str = "",
progress=gr.Progress()
) -> Tuple[str, str, str, str]:
"""Generate both model card and research paper"""
progress(0.3, "π Generating Model Card...")
training_params = {
'epochs': num_epochs,
'learning_rate': learning_rate,
'batch_size': batch_size,
'gradient_accumulation': 4,
'hardware': 'GPU/CPU (auto-detected)'
}
model_card, card_path = self.generate_model_card(
model_name, task_description, base_model, dataset_size,
training_params, domain, intended_use, limitations
)
progress(0.7, "π Generating Research Paper...")
paper, paper_path = self.generate_research_paper(
model_name, task_description, base_model, dataset_size,
training_params, domain, methodology_notes, results_summary
)
progress(1.0, "β
Documentation Generated!")
return model_card, card_path, paper, paper_path
doc_generator = DocumentationGenerator()# ==================== GRADIO INTERFACE ====================
def create_gradio_interface():
agent = ArchitechAgent()
with gr.Blocks(title="ποΈ Architech", theme=gr.themes.Soft()) as demo:
gr.Markdown("""
# ποΈ **Architech - Your AI Model Architect**
*Describe what you want, and I'll build it for you!*
""")
with gr.Tabs():
# Generate Dataset
with gr.Tab("π Generate Dataset"):
with gr.Row():
with gr.Column():
task_desc = gr.Textbox(label="Task Description", lines=3,
placeholder="E.g., 'Customer support chatbot for tech products'")
domain = gr.Dropdown(
choices=["technology", "healthcare", "finance", "general"],
label="Domain", value="general")
dataset_size = gr.Slider(50, 500, 100, step=50, label="Dataset Size")
format_type = gr.Dropdown(
choices=["conversational", "instruction"],
label="Format", value="conversational")
gen_btn = gr.Button("π¨ Generate Dataset", variant="primary")
with gr.Column():
gen_output = gr.Markdown()
gen_btn.click(
fn=agent.generate_synthetic_dataset_wrapper,
inputs=[task_desc, domain, dataset_size, format_type, gr.State("medium")],
outputs=gen_output
)
# Train Model
with gr.Tab("π Train Model"):
with gr.Row():
with gr.Column():
task_desc_train = gr.Textbox(label="Task Description", lines=2)
model_name = gr.Textbox(label="Model Name", placeholder="my-awesome-model")
hf_token = gr.Textbox(label="HuggingFace Token", type="password")
use_synthetic = gr.Checkbox(label="Generate New Synthetic Data", value=True)
with gr.Group(visible=False) as dataset_group:
gr.Markdown("### π Select Existing Dataset")
dataset_dropdown = gr.Dropdown(
label="Choose Dataset",
choices=[],
interactive=True
)
refresh_datasets_btn = gr.Button("π Refresh Datasets", size="sm")
dataset_preview = gr.Markdown()
def refresh_dataset_list():
datasets = dataset_manager.list_available_datasets()
choices = [name for name, path in datasets]
return gr.Dropdown(choices=choices)
def show_dataset_preview(dataset_name):
if dataset_name:
datasets = dataset_manager.list_available_datasets()
for name, path in datasets:
if name == dataset_name:
return dataset_manager.get_dataset_preview(path)
return "Select a dataset to preview"
refresh_datasets_btn.click(
fn=refresh_dataset_list,
outputs=dataset_dropdown
)
dataset_dropdown.change(
fn=show_dataset_preview,
inputs=dataset_dropdown,
outputs=dataset_preview
)
with gr.Group(visible=False) as custom_data_group:
training_data_input = gr.Textbox(
label="Training Data (one example per line) OR Dataset Path",
placeholder="Human: Hello\nAssistant: Hi!\n\nOR: ./synthetic_datasets/synthetic_general_conversational_20260126.json",
lines=8
)
# Toggle visibility
def toggle_data_source(use_synth):
return gr.update(visible=not use_synth), gr.update(visible=not use_synth)
use_synthetic.change(
fn=toggle_data_source,
inputs=use_synthetic,
outputs=[dataset_group, custom_data_group]
)
with gr.Accordion("βοΈ Advanced", open=False):
base_model = gr.Dropdown(
choices=["distilgpt2", "gpt2", "microsoft/DialoGPT-small"],
label="Base Model", value="distilgpt2")
learning_rate = gr.Slider(1e-5, 5e-4, 2e-4, label="Learning Rate")
num_epochs = gr.Slider(1, 5, 3, step=1, label="Epochs")
batch_size = gr.Slider(1, 4, 2, step=1, label="Batch Size")
train_btn = gr.Button("π― Train Model", variant="primary")
with gr.Column():
train_output = gr.Markdown()
def prepare_training_data(use_synth, dataset_name, custom_data):
"""Prepare training data based on selection"""
if use_synth:
return "" # Will generate new data
elif dataset_name:
# Use selected dataset
datasets = dataset_manager.list_available_datasets()
for name, path in datasets:
if name == dataset_name:
return path
return custom_data
train_btn.click(
fn=lambda task, dataset_name, custom, model, token, base, synth, lr, epochs, batch: agent.train_custom_model(
task,
prepare_training_data(synth, dataset_name, custom),
model,
token,
base,
synth,
gr.State("general"),
gr.State(100),
lr,
epochs,
batch
),
inputs=[
task_desc_train, dataset_dropdown, training_data_input,
model_name, hf_token, base_model, use_synthetic,
learning_rate, num_epochs, batch_size
],
outputs=train_output
)
# Test Model
with gr.Tab("π§ͺ Test Model"):
with gr.Row():
with gr.Column():
test_model_name = gr.Textbox(label="Model Name",
placeholder="username/model-name")
test_token = gr.Textbox(label="HuggingFace Token", type="password")
load_btn = gr.Button("π₯ Load Model")
gr.Markdown("---")
test_prompt = gr.Textbox(label="Test Prompt", lines=3,
placeholder="Enter your prompt here...")
max_length = gr.Slider(50, 200, 100, label="Max Length")
temperature = gr.Slider(0.1, 1.0, 0.7, label="Temperature")
test_btn = gr.Button("π― Generate", variant="primary")
with gr.Column():
load_output = gr.Markdown()
test_output = gr.Markdown()
load_btn.click(
fn=model_inference.load_model,
inputs=[test_model_name, test_token],
outputs=load_output
)
test_btn.click(
fn=model_inference.generate_text,
inputs=[test_model_name, test_prompt, max_length, temperature, gr.State(0.9)],
outputs=test_output
)
# Documentation Generation Tab
with gr.Tab("π Generate Documentation"):
gr.Markdown("""
### Generate Professional Model Card & Research Paper
Automatically create comprehensive documentation for your models
""")
with gr.Row():
with gr.Column():
gr.Markdown("### π Model Information")
doc_model_name = gr.Textbox(
label="Model Name",
placeholder="my-awesome-model"
)
doc_task_desc = gr.Textbox(
label="Task Description",
placeholder="Customer support chatbot for technical products",
lines=2
)
doc_base_model = gr.Dropdown(
choices=["distilgpt2", "gpt2", "microsoft/DialoGPT-small", "other"],
label="Base Model",
value="distilgpt2"
)
with gr.Row():
doc_dataset_size = gr.Number(
label="Dataset Size",
value=100,
precision=0
)
doc_domain = gr.Dropdown(
choices=["technology", "healthcare", "finance", "education", "general"],
label="Domain",
value="general"
)
with gr.Row():
doc_epochs = gr.Number(label="Epochs", value=3, precision=0)
doc_lr = gr.Number(label="Learning Rate", value=0.0002)
doc_batch = gr.Number(label="Batch Size", value=2, precision=0)
with gr.Accordion("π Optional Details", open=False):
doc_intended_use = gr.Textbox(
label="Intended Use (optional)",
placeholder="Describe specific use cases...",
lines=3
)
doc_limitations = gr.Textbox(
label="Known Limitations (optional)",
placeholder="Describe any known limitations...",
lines=3
)
doc_methodology = gr.Textbox(
label="Methodology Notes (optional)",
placeholder="Additional methodology details...",
lines=3
)
doc_results = gr.Textbox(
label="Results Summary (optional)",
placeholder="Summary of model performance...",
lines=3
)
generate_docs_btn = gr.Button("π Generate Documentation", variant="primary", size="lg")
with gr.Column():
gr.Markdown("### π₯ Generated Documents")
doc_status = gr.Markdown("*Generate documents to see preview*")
with gr.Tabs():
with gr.Tab("π Model Card"):
model_card_output = gr.Markdown()
model_card_file = gr.File(label="Download Model Card")
with gr.Tab("π Research Paper"):
paper_output = gr.Markdown()
paper_file = gr.File(label="Download Research Paper")
def generate_and_display_docs(
name, task, base, size, domain, epochs, lr, batch,
intended, limitations, methodology, results, progress=gr.Progress()
):
try:
model_card, card_path, paper, paper_path = doc_generator.generate_both_documents(
name, task, base, int(size), int(epochs), float(lr), int(batch),
domain, intended, limitations, methodology, results, progress
)
status = f"""β
**Documentation Generated Successfully!**
π **Model Card:** `{Path(card_path).name}`
π **Research Paper:** `{Path(paper_path).name}`
**Files saved to:** `./generated_docs/`
**What's Next?**
1. Review the documents in the tabs above
2. Download and customize if needed
3. Upload to your model repository on HuggingFace
4. Share with the community!
"""
# Truncate for preview
card_preview = model_card[:5000] + "\n\n*... (truncated for preview, download for full content)*" if len(model_card) > 5000 else model_card
paper_preview = paper[:5000] + "\n\n*... (truncated for preview, download for full content)*" if len(paper) > 5000 else paper
return status, card_preview, card_path, paper_preview, paper_path
except Exception as e:
error_msg = f"β Error generating documentation: {str(e)}"
return error_msg, "", None, "", None
generate_docs_btn.click(
fn=generate_and_display_docs,
inputs=[
doc_model_name, doc_task_desc, doc_base_model,
doc_dataset_size, doc_domain, doc_epochs, doc_lr, doc_batch,
doc_intended_use, doc_limitations, doc_methodology, doc_results
],
outputs=[doc_status, model_card_output, model_card_file, paper_output, paper_file]
)
gr.Markdown("""
---
### π‘ Documentation Tips
**Model Card:**
- Standard format recognized by HuggingFace
- Includes model details, training info, and usage examples
- Ready to upload to your model repository
**Research Paper:**
- Academic-style documentation
- Describes methodology and approach
- Great for sharing your work formally
**Best Practices:**
- Fill in optional fields for more detailed documentation
- Customize generated docs before publishing
- Keep documentation up-to-date with model changes
- Include ethical considerations and limitations
""")
# Repository Chat Tab
with gr.Tab("π¬ Repository Chat"):
gr.Markdown("""
### Chat with Your HuggingFace Repositories
Manage your models and datasets conversationally!
""")
with gr.Row():
with gr.Column():
repo_token = gr.Textbox(
label="HuggingFace Token",
type="password",
placeholder="hf_..."
)
init_btn = gr.Button("π Initialize Session", variant="primary")
init_output = gr.Markdown()
init_btn.click(
fn=lambda token: repo_chat.initialize_session(token)[1],
inputs=repo_token,
outputs=init_output
)
gr.Markdown("---")
with gr.Row():
with gr.Column(scale=2):
chatbot = gr.Chatbot(
label="Repository Assistant",
height=400
)
with gr.Row():
chat_input = gr.Textbox(
label="Message",
placeholder="Try: 'List my models' or 'Show my datasets'",
scale=4
)
send_btn = gr.Button("Send", variant="primary", scale=1)
gr.Markdown("""
**Quick Commands:**
- "List my models" - Show all your models
- "Show my datasets" - Show all your datasets
- "Info about [model-name]" - Get model details
- "Help" - See all commands
""")
with gr.Column(scale=1):
gr.Markdown("### ποΈ Delete Repository")
delete_repo_id = gr.Textbox(
label="Repository ID",
placeholder="username/model-name"
)
delete_repo_type = gr.Radio(
choices=["model", "dataset"],
label="Type",
value="model"
)
delete_repo_btn = gr.Button("ποΈ Delete", variant="stop")
delete_repo_output = gr.Markdown()
delete_repo_btn.click(
fn=repo_chat.delete_repo,
inputs=[delete_repo_id, delete_repo_type],
outputs=delete_repo_output
)
def chat_respond(message, history):
if not message.strip():
return history, ""
bot_response = repo_chat.chat_with_repos(message)
history.append((message, bot_response))
return history, ""
|