jpe90/candle-pytorch-parity-testing

This repository validates the contextual embedding capabilities of Candle's BERT implementation (and some further calculations) against PyTorch equivalents.

Rust

0

4 commits

updated May 24, 2025

See the code

README

Candle-PyTorch Parity Testing

This repository compares the implementations of various NLP models in Candle against PyTorch equivalents.

Project Structure

The project is organized by model/task type:

Each model directory contains:

  • Subdirectories for each framework implementation (candle/ and pytorch/)
  • READMEs with specific implementation details
  • Some results and discussion

Contributors

jpe90

4 commits

jpe90/candle-pytorch-parity-testing

This repository validates the contextual embedding capabilities of Candle's BERT implementation (and some further calculations) against PyTorch equivalents.

Rust

0

4 commits

updated May 24, 2025

See the code

README

Candle-PyTorch Parity Testing

This repository compares the implementations of various NLP models in Candle against PyTorch equivalents.

Project Structure

The project is organized by model/task type:

Each model directory contains:

  • Subdirectories for each framework implementation (candle/ and pytorch/)
  • READMEs with specific implementation details
  • Some results and discussion

Contributors

jpe90

4 commits

Languages

Rust

72.2%

Python

27.8%