Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

Commit

Permalink
retired the starspace moel
Browse files Browse the repository at this point in the history
  • Loading branch information
mojtaba-komeili committed Apr 5, 2023
1 parent 2385796 commit 00391c9
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 739 deletions.
10 changes: 3 additions & 7 deletions parlai/agents/starspace/README.md
Expand Up @@ -2,10 +2,6 @@

This agent contains a simple implementation of the *starspace* algorithm, slightly adapted for dialogue. To learn more about the starspace algorithm, see [this](https://arxiv.org/abs/1709.03856) paper.


## Basic Examples

Train a starspace model on the "sentence SQuAD" [task](https://github.com/facebookresearch/ParlAI/blob/main/parlai/tasks/squad/agents.py).
```bash
parlai train_model --task squad:sentence --model starspace -lr 0.01 -esz 512 -k 10 -mf /tmp/starspacesquad
```
# DEPRECATED
This model is not supported in ParlAI anymore.
However you can still use it by checking the latest commit that it was present on: **feab571** (main branch).
87 changes: 0 additions & 87 deletions parlai/agents/starspace/modules.py

This file was deleted.

0 comments on commit 00391c9

Please sign in to comment.