Abhaykoul commited on
Commit
4bd95e8
β€’
1 Parent(s): 6c5d5e9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -28
README.md CHANGED
@@ -9,11 +9,9 @@ datasets:
9
  language:
10
  - en
11
  metrics:
12
- - accuracy
13
  - speed
14
  library_name: transformers
15
  tags:
16
- - coder
17
  - Text-Generation
18
  - Transformers
19
  - HelpingAI
@@ -21,12 +19,6 @@ license: other
21
  license_name: hsul
22
  license_link: https://huggingface.co/OEvortex/vortex-3b/raw/main/LICENSE.md
23
  widget:
24
- - text: |
25
- <|system|>
26
- You are a chatbot who can code!</s>
27
- <|user|>
28
- Write me a function to search for OEvortex on youtube use Webbrowser .</s>
29
- <|assistant|>
30
  - text: |
31
  <|system|>
32
  You are a chatbot who can be a teacher!</s>
@@ -47,25 +39,12 @@ widget:
47
  πŸ—£οΈ **Language:**
48
  - English (en)
49
 
50
- πŸ“ˆ **Metrics:**
51
- - Accuracy
52
- - Speed
53
-
54
- πŸ“š **Library Name:**
55
- - transformers
56
-
57
- 🏷️ **Tags:**
58
- - Coder
59
- - Text-Generation
60
- - Transformers
61
- - HelpingAI
62
 
63
  πŸ”’ **License:**
64
 
65
 
66
  HelpingAI Simplified Universal License (HSUL)
67
 
68
- (License)[https://huggingface.co/OEvortex/vortex-3b/raw/main/LICENSE.md]
69
 
70
  🧠 **Model Overview:**
71
  HelpingAI-Lite-1.5T is an advanced version of the HelpingAI-Lite model, trained on a vast corpus of 1.5 trillion tokens. This extensive training data enables the model to provide precise and insightful responses, particularly for coding tasks.
@@ -101,10 +80,4 @@ outputs = pipe(prompt, max_new_tokens=256, do_sample=True, temperature=0.7, top_
101
 
102
  # Print the generated text
103
  print(outputs[0]["generated_text"])
104
- ```
105
-
106
- πŸ’‘ **Features:**
107
- - Exceptional accuracy and speed
108
- - Trained on a massive 1.5 trillion token dataset
109
- - Specialized for text-generation tasks in coding
110
- - Fine-tuned for optimal performance in English language task
 
9
  language:
10
  - en
11
  metrics:
 
12
  - speed
13
  library_name: transformers
14
  tags:
 
15
  - Text-Generation
16
  - Transformers
17
  - HelpingAI
 
19
  license_name: hsul
20
  license_link: https://huggingface.co/OEvortex/vortex-3b/raw/main/LICENSE.md
21
  widget:
 
 
 
 
 
 
22
  - text: |
23
  <|system|>
24
  You are a chatbot who can be a teacher!</s>
 
39
  πŸ—£οΈ **Language:**
40
  - English (en)
41
 
 
 
 
 
 
 
 
 
 
 
 
 
42
 
43
  πŸ”’ **License:**
44
 
45
 
46
  HelpingAI Simplified Universal License (HSUL)
47
 
 
48
 
49
  🧠 **Model Overview:**
50
  HelpingAI-Lite-1.5T is an advanced version of the HelpingAI-Lite model, trained on a vast corpus of 1.5 trillion tokens. This extensive training data enables the model to provide precise and insightful responses, particularly for coding tasks.
 
80
 
81
  # Print the generated text
82
  print(outputs[0]["generated_text"])
83
+ ```