|
15 | 15 | "default": "92609e70-f79c-46b5-8419-55726e873cfc", |
16 | 16 | "description": "Source code identifier embeddings, that is, every identifier is represented by a dense vector." |
17 | 17 | }, |
18 | | - "id_splitter_nn": { |
19 | | - "code": "from sourced.ml.models.id_splitter import IdentifierSplitterNN\nid_splitter = IdentifierSplitterNN().load(%s)\nid_splitter.split(identifiers)", |
| 18 | + "id_splitter_bilstm": { |
| 19 | + "code": "from sourced.ml.models.id_splitter import IdentifierSplitterBiLSTM\nid_splitter = IdentifierSplitterBiLSTM().load(%s)\nid_splitter.split(identifiers)", |
20 | 20 | "default": "522bdd11-d1fa-49dd-9e51-87c529283418", |
21 | 21 | "description": "Model that contains source code identifier splitter BiLSTM weights." |
22 | 22 | }, |
|
256 | 256 | ] |
257 | 257 | } |
258 | 258 | }, |
259 | | - "id_splitter_nn": { |
| 259 | + "id_splitter_bilstm": { |
260 | 260 | "522bdd11-d1fa-49dd-9e51-87c529283418": { |
261 | | - "code": "from sourced.ml.models.id_splitter import IdentifierSplitterNN\nid_splitter = IdentifierSplitterNN().load(%s)\nid_splitter.split(identifiers)", |
262 | | - "created_at": "2019-04-12 10:59:58", |
| 261 | + "code": "from sourced.ml.models.id_splitter import IdentifierSplitterBiLSTM\nid_splitter = IdentifierSplitterBiLSTM().load(%s)\nid_splitter.split(identifiers)", |
| 262 | + "created_at": "2019-05-15 15:22:59", |
263 | 263 | "datasets": [ |
264 | 264 | [] |
265 | 265 | ], |
|
333 | 333 | ], |
334 | 334 | [ |
335 | 335 | "grpcio", |
336 | | - "1.19.0" |
| 336 | + "1.20.1" |
337 | 337 | ], |
338 | 338 | [ |
339 | 339 | "grpcio-tools", |
340 | | - "1.19.0" |
| 340 | + "1.20.1" |
341 | 341 | ], |
342 | 342 | [ |
343 | 343 | "h5py", |
|
356 | 356 | "2.6.0" |
357 | 357 | ], |
358 | 358 | [ |
359 | | - "modelforge", |
360 | | - "0.11.1" |
| 359 | + "lz4", |
| 360 | + "2.1.6" |
361 | 361 | ], |
362 | 362 | [ |
363 | | - "numpy", |
364 | | - "1.16.2" |
| 363 | + "modelforge", |
| 364 | + "0.12.1" |
365 | 365 | ], |
366 | 366 | [ |
367 | | - "pandas", |
368 | | - "0.24.2" |
| 367 | + "numpy", |
| 368 | + "1.16.3" |
369 | 369 | ], |
370 | 370 | [ |
371 | 371 | "pip", |
372 | | - "19.0.3" |
| 372 | + "19.1.1" |
373 | 373 | ], |
374 | 374 | [ |
375 | 375 | "protobuf", |
|
379 | 379 | "pygtrie", |
380 | 380 | "2.3" |
381 | 381 | ], |
382 | | - [ |
383 | | - "python-dateutil", |
384 | | - "2.8.0" |
385 | | - ], |
386 | | - [ |
387 | | - "pytz", |
388 | | - "2019.1" |
389 | | - ], |
390 | 382 | [ |
391 | 383 | "requests", |
392 | 384 | "2.21.0" |
|
401 | 393 | ], |
402 | 394 | [ |
403 | 395 | "setuptools", |
404 | | - "41.0.0" |
| 396 | + "41.0.1" |
405 | 397 | ], |
406 | 398 | [ |
407 | 399 | "six", |
408 | 400 | "1.12.0" |
409 | 401 | ], |
410 | 402 | [ |
411 | | - "sourced-ml", |
412 | | - "0.8.3" |
| 403 | + "sourced-ml-core", |
| 404 | + "0.0.1" |
413 | 405 | ], |
414 | 406 | [ |
415 | 407 | "spdx", |
416 | 408 | "2.5.0" |
417 | 409 | ], |
418 | 410 | [ |
419 | | - "tensorflow-estimator", |
420 | | - "1.13.0" |
| 411 | + "tensorflow", |
| 412 | + "1.13.1" |
421 | 413 | ], |
422 | 414 | [ |
423 | | - "tensorflow-gpu", |
424 | | - "1.13.1" |
| 415 | + "tensorflow-estimator", |
| 416 | + "1.13.0" |
425 | 417 | ], |
426 | 418 | [ |
427 | 419 | "termcolor", |
428 | 420 | "1.1.0" |
429 | 421 | ], |
430 | 422 | [ |
431 | 423 | "urllib3", |
432 | | - "1.24.1" |
| 424 | + "1.24.3" |
433 | 425 | ] |
434 | 426 | ], |
435 | | - "platform": "Linux-4.15.0-47-generic-x86_64-with-debian-stretch-sid", |
| 427 | + "platform": "Linux-4.15.0-48-generic-x86_64-with-debian-stretch-sid", |
436 | 428 | "python": "3.6.0 (default, Jan 7 2019, 11:18:05) [GCC 5.4.0 20160609]" |
437 | 429 | }, |
438 | 430 | "extra": {}, |
|
444 | 436 | "series": "rnn-splitter", |
445 | 437 | "size": "8.7 MB", |
446 | 438 | "tags": [ |
447 | | - "identifiers_splitter" |
| 439 | + "identifer_splitter", |
| 440 | + "token_parser", |
| 441 | + "bilstm" |
448 | 442 | ], |
449 | | - "url": "https://storage.googleapis.com/models.cdn.sourced.tech/models%2Fid_splitter_nn%2F522bdd11-d1fa-49dd-9e51-87c529283418.asdf", |
| 443 | + "url": "https://storage.googleapis.com/models.cdn.sourced.tech/models%2Fid_splitter_bilstm%2F522bdd11-d1fa-49dd-9e51-87c529283418.asdf", |
450 | 444 | "vendor": "source{d}", |
451 | 445 | "version": [ |
452 | 446 | 1, |
|
0 commit comments