TransE

Κλειστά βάρη Universite de Technologie de Compiègne – CNRS,Google 942M Παραμέτροι December 2013

Χωρίς εκτίμηση

Δεν υπάρχουν απαιτήσεις υλικού για αυτό το μοντέλο

Τα βάρη αυτού του μοντέλου δεν έχουν δημοσιευθεί, επομένως δεν μπορεί να κατεβεί ή να τρέξει σε δικό σας υλικό οποιουδήποτε μεγέθους. Είναι προσβάσιμο μόνο μέσω του παρόχου του και καμία κάρτα γραφικών δεν το αλλάζει αυτό.

Σε εγγραφή

Πλήρης προδιαγραφή

Όλα τα δεδομένα σχετικά με αυτό το μοντέλο. Τα περισσότερα περιγράφουν πώς εκπαιδεύτηκε παρά πώς τρέχει — χρήσιμο πλαίσιο για την αξιολόγηση του πόσο δουλειά απαιτήθηκε και πώς συγκρίνεται με μοντέλα που έχουν κατασκευαστεί σε διαφορετική κλίμακα.

Προέλευση

Ποιος δημιούργησε αυτό το μοντέλο, πού και πότε δημοσιεύθηκε;

Οργάνωση
Universite de Technologie de Compiègne – CNRS,Google
Τύπος οργάνωσης
Academia,Industry
Χώρα
France, United States of America
Δημοσιευμένο
5 December 2013
Συγγραφείς
Antoine Bordes, Nicolas Usunier, Alberto Garcia- Duran, Jason Weston, and Oksana Yakhnenko

Τι κάνει

Οι προβληματικές περιοχές για τις οποίες κατασκευάστηκε το μοντέλο. Ένα μοντέλο μπορεί να περιέχει αρκετές από κάθε μία.

Τομέας
Language
Εντολή
Entity embedding

Μέγεθος

Πόσο μεγάλο είναι το μοντέλο και πόσα δεδομένα εκπαιδεύτηκε. Οι παράμετροι είναι το νούμερο που αποφασίζει αν χωράει σε μια δεδομένη κάρτα γραφικών.

Παραμέτροι
942M

Based on the TransE architecture, the authors give a formula for how the model size scales with the dimensionality of the dataset. The model scale is proportional to: k*(n_e+n_r) where k is the embeddings dimension, n_e is the number of entities, and n_r is the number of relationships. They studied using the TransE model for two datasets: FB15k and FB1M. The FB15k model has 810000 parameters. FB15k has 14951 entities and 1345 relationships. FB1M has 1000000 entities and 23382 relationships. Th…

Δεδομένα εκπαίδευσης
17,500,000 tokens

"it can be successfully trained on a large scale data set with 1M entities, 25k relationships and more than 17M training samples"

Υπολογιστική εκπαίδευση

Η αριθμητική που εκτελείται για την εκπαίδευση του μοντέλου, μετρημένη σε αριθμητικές πράξεις κινητής υποδιαστολής. Είναι ένα μέτρο του κόστους της εκπαίδευσης, όχι πόσο γρήγορα απαντά το ολοκληρωμένο μοντέλο.

Υπολογιστική εκπαίδευση
1.3 × 10¹⁸ FLOP

8 GPUs (they don't specify which, so I used the average for FP32 for 2017 from the write-up table) 8 hours 0.33 util rate

Πώς ιδρύθηκε
Hardware

Η εκπαίδευση

Τι χρειάστηκε φυσικά για να εκπαιδεύσουμε: ποια τσιπ, πόσα, για πόσο καιρό, και τι αυτό τραβούσε από τον τοίχο.

Compute cost
$30

Πώς ταξινομείται

Ετικέτες που εφαρμόζει το πηγαίο σύνολο δεδομένων κατά την παρακολούθηση σημαντικών μοντέλων, και πόσο σίγουρο είναι για την είσοδο.

Frontier model
Yes
Γιατί παρακολουθείται
Highly cited
Καταγραφή εμπιστοσύνης
Speculative
Αναφορές
8,347

Πηγές

Από πού προήλθε αυτή η καταγραφή και πότε ελέγχθηκε τελευταία.

Αναφορά
Translating Embeddings for Modeling Multi- relational Data
Τελευταία ενημέρωση
1 January 2026

Τι σημαίνουν οι αριθμοί

Από πού προήλθε

TransE was published by Universite de Technologie de Compiègne – CNRS,Google, in France, in December 2013. The organisation is categorised as academia,Industry.

It works in Language, and is recorded as doing entity embedding.

This is a closed model: the trained values stayed with whoever produced them, and there is no local version to run.

Εκπαίδευση και προέλευση

Training it took roughly 1.3 × 10¹⁸ FLOP of computation — a measure of what producing the model cost, not of how fast it answers.

Around 17,500,000 tokens went into training it.

Its inclusion criterion is highly cited.

Απαντήσεις

TransE — Συχνές ερωτήσεις

01

How many parameters does TransE have?

TransE has 942M parameters. Based on the TransE architecture, the authors give a formula for how the model size scales with the dimensionality of the dataset. The model scale is proportional to: k*(n_e+n_r) where k is the embeddings dimension, n_e is the number of entities, and n_r is the number of relationships. They studied using the TransE model for two datasets: FB15k and FB1M. The FB15k model has 810000 parameters. FB15k has 14951 entities and 1345 relationships. FB1M has 1000000 entities and 23382 relationships. Therefore, the FB1M model will be bigger than the FB15k model by a factor of (23382e6)/(14951*1345) => N = 8.1e5 * (23382e6)/(14951*1345) = 942e6. That figure is the total, and it is what decides how much memory the model needs — roughly half a gigabyte per billion at the compression most people use.

02

Who created TransE?

TransE was published by Universite de Technologie de Compiègne – CNRS,Google, based in France, categorised as academia,Industry.

03

When was TransE released?

TransE was published in December 2013. Capability per parameter has improved considerably since, so a newer model of the same size is often the better use of the same hardware.

04

What is TransE used for?

TransE works in Language, and is recorded as handling entity embedding. A model can carry several of each, so these are the areas it was built for rather than a limit on what it will attempt.

05

How much compute was used to train TransE?

Around 1.3 × 10¹⁸ FLOP. That measures what producing the model cost and says nothing about how quickly it answers once trained — inference speed comes from memory bandwidth, not from the training budget.

06

What GPU do I need to run TransE?

None. TransE is a closed model — its weights were never published, so it cannot be downloaded or run on your own hardware at any price. It is reachable only through its provider.

07

Is TransE open source?

The licensing for TransE was never recorded in our source data. We treat unstated licensing as closed, because an unrecorded licence is not one to rely on.

Πηγή

Αρχική δημοσίευση

Τελευταία ενημέρωση αρχείου 1 January 2026

Η άλλη κατεύθυνση

Βλέποντάς το από την άλλη πλευρά;

Αυτή η σελίδα ξεκινάει από το μοντέλο. Αν ήδη διαθέτετε μια κάρτα και θέλετε να γνωρίζετε όλα όσα θα τρέξει, Ξεκινήστε από το υλικό αντί..