Repo: https://github.com/SohelAhmedJoni/Awazz-Backend/tree/main/
AOW: internal/model
Resource: https://socialhub.activitypub.rocks/pub/guide-for-new-activitypub-implementers
############################ dataset ############################ | |
link: https://huggingface.co/datasets/liuhaotian/LLaVA-Instruct-150K | |
benchmark: https://github.com/Instruction-Tuning-with-GPT-4/GPT-4-LLM#how-good-is-the-data | |
############################ dataset sample ############################ | |
count: 36441 | |
sample: | |
[ | |
{ | |
"instruction": "What are the three primary colors?", |
Repo: https://github.com/SohelAhmedJoni/Awazz-Backend/tree/main/
AOW: internal/model
Resource: https://socialhub.activitypub.rocks/pub/guide-for-new-activitypub-implementers
{ | |
"RelayV2": { | |
"Enabled": true | |
}, | |
"RelayV1": { | |
"Enabled": false | |
}, | |
"Network": { | |
"ListenAddrs": [ | |
"/ip4/0.0.0.0/udp/4002/quic", |
package main | |
import ( | |
"bufio" | |
"context" | |
"crypto/rand" | |
"flag" | |
"fmt" | |
"io" | |
"log" |
//F. Apex Legends: Beginner's Guide | |
//BUBT Intra University Programming Contest (Spring2020)–JuniorDivision | |
//Author: Sohel Ahmed Jony | |
// - 2021 | |
#include <stdio.h> | |
#include <math.h> | |
#include <stdlib.h> | |
struct SQUAD | |
{ |