Skip to content
/ DASER Public

DASER: Diversified API SEquence Recommendation based on Transformer and Diverse API Beam Search

Notifications You must be signed in to change notification settings

WHU-AISE/DASER

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DASER

DASER: Diversified API SEquence Recommendation based on Transformer and Diverse API Beam Search

Project Structure

.
│  configs.py
│  datasets.py
│  evaluate.py
│  model.py
│  module.py
│  README.md
│  test.py
│  tokenizer.py
│  train.py
│
├─data
│  │  api.feather
│  │  test.feather
│  │  train.feather
│  │
│  ├─java
│  │      api.feather
│  │      test.feather
│  │      train.feather
│  │
│  └─python
│          api.feather
│          test.feather
│          train.feather
│
└─model
   │  added_tokens.json
   │  config.json
   │  merges.txt
   │  pytorch_model.bin
   │  special_tokens_map.json
   │  tokenizer_config.json
   │  vocab.json
   │
   ├─java
   │      config.json
   │      pytorch_model.bin
   │
   └─python
          config.json
          pytorch_model.bin

About

DASER: Diversified API SEquence Recommendation based on Transformer and Diverse API Beam Search

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages