Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,45 @@
|
|
1 |
import streamlit as st
|
2 |
from graphviz import Digraph
|
3 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
st.markdown("""
|
5 |
|
6 |
# ๐ Multiply your productivity by 100 times today using AI:
|
@@ -98,37 +137,6 @@ https://huggingface.co/spaces/awacke1/Sentence2Paragraph
|
|
98 |
2. Open 5, try model card tests
|
99 |
3. Open 3 in new tab, Deploy Spaces.
|
100 |
|
101 |
-
# ๐ Top Copy and Modify Examples
|
102 |
-
Lets set time records for copy/modify pattern - Get these running in your account.
|
103 |
-
|
104 |
-
1. **Cognitive, RLHF**: [Example ๐ฉบโ๏ธ](https://huggingface.co/spaces/awacke1/Cognitive-AI-Episodic-Semantic-Memory-Demo)
|
105 |
-
- More on **Reinforcement Learning with Human Feedback** here: **https://huggingface.co/blog/rlhf**
|
106 |
-
2. **Big Science Bloom**: [Example ๐ฉบโ๏ธ](https://huggingface.co/spaces/awacke1/BigScienceContinualGenerator)
|
107 |
-
3. **Torch and Git**: [Example ๐ฉบโ๏ธ](https://huggingface.co/spaces/awacke1/Image-to-Multilingual-OCR)
|
108 |
-
4. **Useful QA, NLP and Visualization Models**:
|
109 |
-
- Heatmap, Cluster: [Example ๐ฉบโ๏ธ](https://huggingface.co/spaces/awacke1/NLPSentenceSimilarityHeatmap)
|
110 |
-
- QA Context: [Example ๐ฉบโ๏ธ](https://huggingface.co/spaces/awacke1/Question-answering)
|
111 |
-
- Seq2Seq: [Example ๐ฉบโ๏ธ](https://huggingface.co/spaces/awacke1/4-Seq2SeqQAT5)
|
112 |
-
- MLM: [Example ๐ฉบโ๏ธ](https://huggingface.co/spaces/awacke1/SOTA-MedEntity)
|
113 |
-
5. **Mapbox with AIPP Prompting Tips**: [Example ๐ฉบโ๏ธ](https://huggingface.co/spaces/awacke1/StreamlitPydeckMapVisualViewStateForLatitudeLongitude)
|
114 |
-
6. **Clinical Terminology** NER: [Example ๐ฉบโ๏ธNLP Clinical Ontology Biomedical NER](https://huggingface.co/spaces/awacke1/Biomed-NLP-AI-Clinical-Terminology)
|
115 |
-
|
116 |
-
# ๐ Curated Copy and Modify Advanced Real Time Video AI:
|
117 |
-
๐ฉบโ๏ธ Yolo Real Time Image Recognition from Webcam: https://huggingface.co/spaces/awacke1/Webcam-Object-Recognition-Yolo-n-Coco
|
118 |
-
|
119 |
-
# ๐ Curated Copy and Modify Advanced NLP ASR Examples:
|
120 |
-
1. ๐ฉบโ๏ธ https://huggingface.co/spaces/awacke1/ASR-High-Accuracy-Test
|
121 |
-
2. ๐ฉบโ๏ธ https://huggingface.co/spaces/awacke1/TTS-STT-Blocks
|
122 |
-
3. ๐ฉบโ๏ธ https://huggingface.co/spaces/awacke1/CloneAnyVoice
|
123 |
-
|
124 |
-
# ๐ Curated Copy and Modify - NLP and QA
|
125 |
-
1. โ **๐ฉบโ๏ธ Question answering** - Answer questions posed in natural language. [Example](https://huggingface.co/spaces/awacke1/Question-answering)
|
126 |
-
2. ๐ **๐ฉบโ๏ธ Text classification** - Classify text into different categories. [Example](https://huggingface.co/spaces/awacke1/sileod-deberta-v3-base-tasksource-nli)
|
127 |
-
3. ๐ฌ **๐ฉบโ๏ธ Text generation** - Generate natural language text. [Example](https://huggingface.co/spaces/awacke1/Sentence2Paragraph)
|
128 |
-
4. ๐ **๐ฉบโ๏ธ Generation of new data**: Create new data that resembles existing data. [Example](https://huggingface.co/spaces/awacke1/GenAI-Generate-New-Data-Resembling-Example)
|
129 |
-
5. ๐ **Data synthesis**: Synthesize data from multiple sources to create new datasets. [Example](https://huggingface.co/spaces/awacke1/Data-Synthesizer-Synthesize-From-Multiple-Sources)
|
130 |
-
6. ๐ **๐ฉบโ๏ธ Data augmentation**: Augment existing datasets to make them larger and more diverse. [Example](https://huggingface.co/spaces/awacke1/Data-Augmentation)
|
131 |
-
|
132 |
# ๐ RLHF - Reinforcement Learning with Human Feedback - AGI Holy Grail
|
133 |
๐ฉบโ๏ธ [ROUGE](https://huggingface.co/spaces/evaluate-metric/rouge)
|
134 |
๐ฉบโ๏ธ [BLEU](https://huggingface.co/spaces/evaluate-metric/bleu)
|
|
|
1 |
import streamlit as st
|
2 |
from graphviz import Digraph
|
3 |
|
4 |
+
st.markdown("""
|
5 |
+
|
6 |
+
# ๐ Modified Refactored Examples with ChatGPT, AI and HuggingFace
|
7 |
+
|
8 |
+
Lets set time records for copy/modify pattern - Get these running in your account.
|
9 |
+
|
10 |
+
Each teaches an essential state of the art AI technique.
|
11 |
+
|
12 |
+
1. **Heatmap, and K Means Cluster AI ** Showing Related Sentences using Streamlit: [Example ๐ฉบโ๏ธ](https://huggingface.co/spaces/awacke1/NLPSentenceSimilarityHeatmap)
|
13 |
+
2. **Cognitive, RLHF**: [Example ๐ฉบโ๏ธ](https://huggingface.co/spaces/awacke1/Cognitive-AI-Episodic-Semantic-Memory-Demo)
|
14 |
+
- More on **Reinforcement Learning with Human Feedback** here: **https://huggingface.co/blog/rlhf**
|
15 |
+
3. **Big Science Bloom**: [Example ๐ฉบโ๏ธ](https://huggingface.co/spaces/awacke1/BigScienceContinualGenerator)
|
16 |
+
4. **Torch and Git**: [Example ๐ฉบโ๏ธ](https://huggingface.co/spaces/awacke1/Image-to-Multilingual-OCR)
|
17 |
+
5. **Useful QA, NLP and Visualization Models**:
|
18 |
+
- QA Context: [Example ๐ฉบโ๏ธ](https://huggingface.co/spaces/awacke1/Question-answering)
|
19 |
+
- Seq2Seq: [Example ๐ฉบโ๏ธ](https://huggingface.co/spaces/awacke1/4-Seq2SeqQAT5)
|
20 |
+
- MLM: [Example ๐ฉบโ๏ธ](https://huggingface.co/spaces/awacke1/SOTA-MedEntity)
|
21 |
+
6. **Mapbox with AIPP Prompting Tips**: [Example ๐ฉบโ๏ธ](https://huggingface.co/spaces/awacke1/StreamlitPydeckMapVisualViewStateForLatitudeLongitude)
|
22 |
+
7. **Clinical Terminology** NER: [Example ๐ฉบโ๏ธNLP Clinical Ontology Biomedical NER](https://huggingface.co/spaces/awacke1/Biomed-NLP-AI-Clinical-Terminology)
|
23 |
+
|
24 |
+
# ๐ Curated Copy and Modify Advanced Real Time Video AI:
|
25 |
+
๐ฉบโ๏ธ Yolo Real Time Image Recognition from Webcam: https://huggingface.co/spaces/awacke1/Webcam-Object-Recognition-Yolo-n-Coco
|
26 |
+
|
27 |
+
# ๐ Curated Copy and Modify Advanced NLP ASR Examples:
|
28 |
+
1. ๐ฉบโ๏ธ https://huggingface.co/spaces/awacke1/ASR-High-Accuracy-Test
|
29 |
+
2. ๐ฉบโ๏ธ https://huggingface.co/spaces/awacke1/TTS-STT-Blocks
|
30 |
+
3. ๐ฉบโ๏ธ https://huggingface.co/spaces/awacke1/CloneAnyVoice
|
31 |
+
|
32 |
+
# ๐ Curated Copy and Modify - NLP and QA
|
33 |
+
1. โ **๐ฉบโ๏ธ Question answering** - Answer questions posed in natural language. [Example](https://huggingface.co/spaces/awacke1/Question-answering)
|
34 |
+
2. ๐ **๐ฉบโ๏ธ Text classification** - Classify text into different categories. [Example](https://huggingface.co/spaces/awacke1/sileod-deberta-v3-base-tasksource-nli)
|
35 |
+
3. ๐ฌ **๐ฉบโ๏ธ Text generation** - Generate natural language text. [Example](https://huggingface.co/spaces/awacke1/Sentence2Paragraph)
|
36 |
+
4. ๐ **๐ฉบโ๏ธ Generation of new data**: Create new data that resembles existing data. [Example](https://huggingface.co/spaces/awacke1/GenAI-Generate-New-Data-Resembling-Example)
|
37 |
+
5. ๐ **Data synthesis**: Synthesize data from multiple sources to create new datasets. [Example](https://huggingface.co/spaces/awacke1/Data-Synthesizer-Synthesize-From-Multiple-Sources)
|
38 |
+
6. ๐ **๐ฉบโ๏ธ Data augmentation**: Augment existing datasets to make them larger and more diverse. [Example](https://huggingface.co/spaces/awacke1/Data-Augmentation)
|
39 |
+
|
40 |
+
""")
|
41 |
+
|
42 |
+
|
43 |
st.markdown("""
|
44 |
|
45 |
# ๐ Multiply your productivity by 100 times today using AI:
|
|
|
137 |
2. Open 5, try model card tests
|
138 |
3. Open 3 in new tab, Deploy Spaces.
|
139 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
140 |
# ๐ RLHF - Reinforcement Learning with Human Feedback - AGI Holy Grail
|
141 |
๐ฉบโ๏ธ [ROUGE](https://huggingface.co/spaces/evaluate-metric/rouge)
|
142 |
๐ฉบโ๏ธ [BLEU](https://huggingface.co/spaces/evaluate-metric/bleu)
|