Skip to content

georgetown-cset/open-models

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

The Use of Open Models in Research

This repository contains code and data for the brief "The Use of Open Models in Research."

Data

Included in the repository, in the data directory, are the following:

  1. Closed Models Papers and Annotations, which contains all basic and annotation information on the closed model papers that were annotated for the report.
  2. Open Models Papers and Annotations, which contains all basic and annotation information on the open model papers that were annotated for the report.

Code

There are 4 queries here, in sql:

  1. find_model_papers This is the primary query used to find the papers and metadata. It gets modified for different regex to find the correct papers for each model.
  2. language_model_downloads_one_month This is a query pulling one month of the top-downloaded text generation models from Hugging Face.
  3. language_model_total_downloads This is a query pulling all our download counts (multiple months but not forever) of the top-downloaded text-generation models from Hugging Face.
  4. base_models This is a different way to pull "top" models, checking how often base models were used by other models on the leaderboard.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published