hotboxxgenn commited on
Commit
5d20303
ยท
verified ยท
1 Parent(s): 8b6a7b5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +41 -53
README.md CHANGED
@@ -1,63 +1,51 @@
1
- # ๐Ÿซ BerryAI
2
-
3
- BerryAI is a multimodal, coding-focused chatbot trained on a mixture of conversational, coding, UI design, and math reasoning datasets.
4
- It blends creative dialogue with factual accuracy and programming skill.
5
-
6
  ---
7
-
8
- ## ๐Ÿš€ Features
9
- - ๐Ÿ’ฌ Conversational: Fine-tuned with UltraChat for engaging responses
10
- - ๐Ÿง  Smart: FineWeb improves general knowledge
11
- - ๐Ÿงฎ Reasoning: OpenWebMath for step-by-step logic
12
- - ๐Ÿ’ป Coder: WizardCoderData, StarCoderData, and DS-Coder-Instruct for deeper programming skill
13
- - ๐ŸŽจ UI Genius: Trained on multiple UI/UX datasets for design insights
14
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
15
  ---
16
 
17
- ## ๐Ÿงฐ Base Models
18
- - `mistralai/Mixtral-8x7B-v0.1`
19
- - `OpenBuddy/openbuddy-openllama-7b-v12-bf16`
20
- - `HuggingFaceH4/mistral-7b-grok`
21
- - `togethercomputer/RedPajama-INCITE-7B-Chat`
22
 
23
- ---
24
-
25
- ## ๐Ÿ“š Datasets
26
- - hotboxxgenn/mix-openhermes-openorca-platypus-airoboros-chatalpaca-opencode
27
- - microsoft/rStar-Coder
28
- - ed001/ds-coder-instruct-v1
29
- - bigcode/starcoderdata
30
- - bigcode/starcoder2data-extras
31
- - codeparrot/self-instruct-starcoder
32
- - mrtoy/mobile-ui-design
33
- - YashJain/UI-Elements-Detection-Dataset
34
- - tecky-tech/Tecky-UI-Elements-VLM
35
- - Tesslate/UIGEN-T2
36
- - FineWeb
37
- - OpenWebMath
38
- - UltraChat
39
- - WizardCoderData
40
 
41
  ---
42
 
43
- ## ๐Ÿง  Capabilities
44
- โœ… Coding (Python, C#, JavaScript)
45
- โœ… UI Design Advice (Mobile / Web)
46
- โœ… Conversational + Creative Writing
47
- โœ… Factual Knowledge
48
- โœ… Math & Logic Reasoning
49
 
50
  ---
51
 
52
- ## โšก Usage
53
- ```python
54
- from transformers import AutoModelForCausalLM, AutoTokenizer
55
-
56
- model_id = "hotboxxgenn/BerryAI"
57
- tokenizer = AutoTokenizer.from_pretrained(model_id)
58
- model = AutoModelForCausalLM.from_pretrained(model_id)
59
-
60
- prompt = "Write a C# function that scrapes titles from a webpage."
61
- inputs = tokenizer(prompt, return_tensors="pt")
62
- outputs = model.generate(**inputs, max_new_tokens=250)
63
- print(tokenizer.decode(outputs[0], skip_special_tokens=True))
 
 
 
 
 
 
1
  ---
2
+ language:
3
+ - en
4
+ library_name: transformers
5
+ license: mit
6
+ tags:
7
+ - coding
8
+ - ui
9
+ - chat
10
+ - math
11
+ - factual
12
+ - agent
13
+ datasets:
14
+ - hotboxxgenn/mix-openhermes-openorca-platypus-airoboros-chatalpaca-opencode
15
+ - microsoft/rStar-Coder
16
+ - ed001/ds-coder-instruct-v1
17
+ - bigcode/starcoderdata
18
+ - bigcode/starcoder2data-extras
19
+ - codeparrot/self-instruct-starcoder
20
+ - mrtoy/mobile-ui-design
21
+ - YashJain/UI-Elements-Detection-Dataset
22
+ - tecky-tech/Tecky-UI-Elements-VLM
23
+ - Tesslate/UIGEN-T2
24
+ - FineWeb
25
+ - OpenWebMath
26
+ - UltraChat
27
+ - WizardCoderData
28
+ base_model:
29
+ - mistralai/Mixtral-8x7B-v0.1
30
+ - OpenBuddy/openbuddy-openllama-7b-v12-bf16
31
+ - HuggingFaceH4/mistral-7b-grok
32
+ - togethercomputer/RedPajama-INCITE-7B-Chat
33
  ---
34
 
35
+ # ๐Ÿง  UltraCode UI Chatbot (v1.1)
 
 
 
 
36
 
37
+ **UltraCode** is a multi-skill conversational AI designed for **coding**, **UI generation**, **math reasoning**, and **factual grounding**.
38
+ It merges top open-source instruction datasets to deliver a balanced, high-utility assistant suitable for developers, designers, and learners.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
39
 
40
  ---
41
 
42
+ ## ๐Ÿš€ Skills
43
+ - ๐Ÿ’ป **Coding:** Python, C#, JavaScript, React, Tailwind, API generation
44
+ - ๐ŸŽจ **UI Generation:** Responsive layouts, component design, mobile UI
45
+ - ๐Ÿ’ฌ **Conversational Flair:** Engaging and context-aware
46
+ - ๐Ÿงฎ **Math Reasoning:** Solves equations and explains steps
47
+ - ๐ŸŒ **Factual Grounding:** Improves accuracy and reduces hallucination
48
 
49
  ---
50
 
51
+ ## ๐Ÿงฉ