Skip to content

Commit

Permalink
Merge pull request #33 from opening-up-chatgpt/yaml-project-files
Browse files Browse the repository at this point in the history
Yaml project files
  • Loading branch information
timjzee committed Jul 4, 2023
2 parents 1268b54 + fc37198 commit 514ea13
Show file tree
Hide file tree
Showing 39 changed files with 1,607 additions and 998 deletions.
2 changes: 1 addition & 1 deletion custom-action/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ runs:
with:
python-version: '3.10'
- name: Install Dependencies
run: pip install pandas beautifulsoup4
run: pip install pandas beautifulsoup4 pyyaml
shell: bash
- name: Transform the csvs to html
id: consolidate-csv
Expand Down
72 changes: 37 additions & 35 deletions docs/index.html

Large diffs are not rendered by default.

52 changes: 0 additions & 52 deletions projects/BELLE.csv

This file was deleted.

86 changes: 86 additions & 0 deletions projects/BELLE.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,86 @@
---
project:
name: BELLE
link: https://github.com/LianjiaTech/BELLE
notes:
llmbase: LLaMA & BLOOMZ
rlbase: alpaca & shareGPT (synthetic)
license: Apache License 2.0

org:
name: KE Technologies
link: http://www.ke.com
notes:

# availability:
opencode:
class: open
link:
notes:

llmdata:
class: open
link:
notes:

llmweights:
class: partial
link:
notes: LLaMA based but copyright status unclear

rldata:
class: partial
link:
notes:

rlweights:
class: closed
link:
notes:

license:
class: closed
link:
notes: LLaMA licence agreement

# documentation
code:
class: closed
link:
notes:

architecture:
class: open
link:
notes:

preprint:
class: open
link: https://arxiv.org/abs/2303.14742
notes:

paper:
class: closed
link:
notes:

modelcard:
class: closed
link:
notes:

datasheet:
class: partial
link:
notes:

# access:
package:
class: closed
link:
notes:

api:
class: closed
link:
notes:
52 changes: 0 additions & 52 deletions projects/Cerebras-GPT-111m.csv

This file was deleted.

86 changes: 86 additions & 0 deletions projects/Cerebras-GPT-111m.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,86 @@
---
project:
name: Cerebras-GPT-111M
link: https://github.com/Cerebras
notes:
llmbase:
rlbase: Alpaca (synthetic)
license: Apache 2.0

org:
name: Cerebras + Schramm
link: https://github.com/Cerebras
notes:

# availability:
opencode:
class: open
link:
notes:

llmdata:
class: open
link:
notes:

llmweights:
class: open
link:
notes:

rldata:
class: open
link:
notes:

rlweights:
class: closed
link:
notes:

license:
class: open
link:
notes:

# documentation
code:
class: closed
link:
notes:

architecture:
class: open
link:
notes:

preprint:
class: partial
link: https://arxiv.org/abs/2304.03208
notes:

paper:
class: closed
link:
notes:

modelcard:
class: closed
link:
notes:

datasheet:
class: closed
link:
notes:

# access:
package:
class: closed
link:
notes:

api:
class: closed
link:
notes:
52 changes: 0 additions & 52 deletions projects/ChatRWKV.csv

This file was deleted.

0 comments on commit 514ea13

Please sign in to comment.