cmssw VS Transformers.jl

Compare cmssw vs Transformers.jl and see what are their differences.

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
cmssw Transformers.jl
2 7
1,047 504
0.7% -
10.0 6.9
5 days ago 3 months ago
C++ Julia
Apache License 2.0 MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

cmssw

Posts with mentions or reviews of cmssw. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-07-20.
  • Torvalds wants new NTFS driver in kernel
    2 projects | /r/programming | 20 Jul 2021
  • Julia Update: Adoption Keeps Climbing; Is It a Python Challenger?
    17 projects | news.ycombinator.com | 18 Jan 2021
    I don’t have much insight on the scientific computing landscape in general, but here’s one notable data point: I worked on the CMS experiment of LHC (Large Hadron Collider) for a while, which is one of the highest profile experiments in experimental physics. The majority of CMS code is C++, which you can check for yourself at https://github.com/cms-sw/cmssw (yes, much/most? of the code is open source). What I worked on specifically was prototyped in Python, then ported to C++ and plugged into the massive data processing pipeline where performance is critical due to the sheer amount of data. So I probably wouldn’t put C++ in parentheses.

Transformers.jl

Posts with mentions or reviews of Transformers.jl. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-27.
  • Julia 1.10 Released
    15 projects | news.ycombinator.com | 27 Dec 2023
    Flux is quite a nice lower level library:

    https://github.com/FluxML/Flux.jl

    On top of that there are many higher level libraries such as Transformers.jl

    https://github.com/chengchingwen/Transformers.jl

  • How is Julia Performance with GPUs (for LLMs)?
    2 projects | /r/Julia | 7 Apr 2023
  • Load a transformer model with julia
    2 projects | /r/Julia | 17 Oct 2022
    Check out Transformers.jl. It’s a library that implements transformer based models in Julia using Flux.jl. They have support for some of the huggingface transformers.
  • Ask HN: Why hasn't the Deep Learning community embraced Julia yet?
    3 projects | news.ycombinator.com | 11 Sep 2022
    https://github.com/chengchingwen/Transformers.jl but I have not had any personal experience with.

    All of this is build by the community and your mileage may vary.

    In my rather biased opinion the strengths of Julia are that the various ML libraries can share implementations, e.g. Pytorch and Tensorflow contain separate Numpy derivatives. One could say that you can write an ML framework in Julia, instead of writting a DSL in Python as part of your C++ ML library. As an example Julia has a GPU compiler so you can write your own layer directly in Julia and integrate it into your pipeline.

  • Help on Differentiable Programming
    1 project | /r/Julia | 5 Jan 2022
    I think you might have some luck with looking at a transformers implementation in flux, e.g: https://github.com/chengchingwen/Transformers.jl/tree/master/src/basic
  • Fastai.jl: Fastai for Julia
    6 projects | news.ycombinator.com | 27 Jul 2021
    Having tried fastai for a "serious" research project and helped (just a bit) towards FastAI.jl development, here's my take:

    > motivation behind this is unclear.

    Julia currently has two main DL libraries. Flux, which is somewhere between PyTorch and (tf.)Keras abstraction wise, and Knet, which is a little lower level (think just below PyTorch/around where MXNet Gluon sits). Frameworks like fastai, PyTorch Lightning and Keras demonstrate that there's a desire for higher-level, more batteries included libraries. FastAI.jl is looking to fill that gap in Julia.

    > Since FastAI.jl uses Flux, and not PyTorch, functionality has to be reimplemented. FastAI.jl has vision support but no text support yet.

    This is correct. That said, FastAI.jl is not and does not plan to be a copy of the Python API (hence "inspired by"). One consequence of this is that integration with other libraries is much easier, e.g. https://github.com/chengchingwen/Transformers.jl for NLP tasks.

    > What is the timeline for FastAI.jl to achieve parity?

  • Julia Update: Adoption Keeps Climbing; Is It a Python Challenger?
    17 projects | news.ycombinator.com | 18 Jan 2021
    If NLP primitives are all that's keeping you from testing the waters, have a look at https://github.com/chengchingwen/Transformers.jl.

What are some alternatives?

When comparing cmssw and Transformers.jl you can also consider the following projects:

Genie.jl - 🧞The highly productive Julia web framework

Flux.jl - Relax! Flux is the ML library that doesn't make you tensor

Chain.jl - A Julia package for piping a value through a series of transformation expressions using a more convenient syntax than Julia's native piping functionality.

PackageCompiler.jl - Compile your Julia Package

RCall.jl - Call R from Julia

model-zoo - Please do not feed the models

VegaLite.jl - Julia bindings to Vega-Lite

DataLoaders.jl - A parallel iterator for large machine learning datasets that don't fit into memory inspired by PyTorch's `DataLoader` class.

org-mode - This is a MIRROR only, do not send PR.

Revise.jl - Automatically update function definitions in a running Julia session

StatsPlots.jl - Statistical plotting recipes for Plots.jl