Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[LayoutLMv3] Add TensorFlow implementation #18678

Merged
merged 259 commits into from Aug 30, 2022
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Aug 11, 2022

  1. add main layer

    ChrisFugl committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    d66d9a1 View commit details
    Browse the repository at this point in the history
  2. add model

    ChrisFugl committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    08205ff View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    151a42b View commit details
    Browse the repository at this point in the history
  4. add contributors githubs

    ChrisFugl committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    bd4ad93 View commit details
    Browse the repository at this point in the history
  5. TensorFlow documentation

    ChrisFugl committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    4823e51 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    61180c1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ea1206c View commit details
    Browse the repository at this point in the history
  8. Merge branch 'add_tf_layoutlmv3' of github.com:ChrisFugl/transformers…

    … into add_tf_layoutlmv3
    ChrisFugl committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    7dc9c9d View commit details
    Browse the repository at this point in the history
  9. TFLayoutLMv3ForQuestionAnswering

    lre committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    72341db View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4e85b1d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    1e8bfce View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    3821a01 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    d79b737 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2022

  1. Configuration menu
    Copy the full SHA
    3780c12 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2022

  1. auto styling

    ChrisFugl committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    1feed36 View commit details
    Browse the repository at this point in the history
  2. fix-copies

    ChrisFugl committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    eb92766 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8ac52f7 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2022

  1. Fix typo: "V3" --> "v3"

    ChrisFugl committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    440c122 View commit details
    Browse the repository at this point in the history
  2. Add skeleton for tests

    ChrisFugl committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    5cca1fb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    df911a3 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2022

  1. Configuration menu
    Copy the full SHA
    773a8c2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c80f25a View commit details
    Browse the repository at this point in the history
  3. Add integration test

    ChrisFugl committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    674d8a1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    19d8735 View commit details
    Browse the repository at this point in the history
  5. make style

    ChrisFugl committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    35611fc View commit details
    Browse the repository at this point in the history
  6. make quality

    ChrisFugl committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    3a2f81e View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2022

  1. Check init consistency

    ChrisFugl committed Aug 18, 2022
    Configuration menu
    Copy the full SHA
    ad85647 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8af0241 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    70068a9 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2022

  1. Update src/transformers/models/layoutlmv3/modeling_tf_layoutlmv3.py

    Co-authored-by: amyeroberts <22614925+amyeroberts@users.noreply.github.com>
    ChrisFugl and amyeroberts committed Aug 19, 2022
    Configuration menu
    Copy the full SHA
    4f08871 View commit details
    Browse the repository at this point in the history
  2. Update src/transformers/models/layoutlmv3/modeling_tf_layoutlmv3.py

    Co-authored-by: amyeroberts <22614925+amyeroberts@users.noreply.github.com>
    ChrisFugl and amyeroberts committed Aug 19, 2022
    Configuration menu
    Copy the full SHA
    a64fed1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    328c640 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a3bc5ee View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6debe6f View commit details
    Browse the repository at this point in the history
  6. Update src/transformers/models/layoutlmv3/modeling_tf_layoutlmv3.py

    Co-authored-by: amyeroberts <22614925+amyeroberts@users.noreply.github.com>
    ChrisFugl and amyeroberts committed Aug 19, 2022
    Configuration menu
    Copy the full SHA
    e89b303 View commit details
    Browse the repository at this point in the history
  7. Update src/transformers/models/layoutlmv3/modeling_tf_layoutlmv3.py

    Co-authored-by: amyeroberts <22614925+amyeroberts@users.noreply.github.com>
    ChrisFugl and amyeroberts committed Aug 19, 2022
    Configuration menu
    Copy the full SHA
    1149aa0 View commit details
    Browse the repository at this point in the history
  8. Update src/transformers/models/layoutlmv3/modeling_tf_layoutlmv3.py

    Co-authored-by: amyeroberts <22614925+amyeroberts@users.noreply.github.com>
    ChrisFugl and amyeroberts committed Aug 19, 2022
    Configuration menu
    Copy the full SHA
    16942d9 View commit details
    Browse the repository at this point in the history
  9. Merge branch 'add_tf_layoutlmv3' of github.com:ChrisFugl/transformers…

    … into add_tf_layoutlmv3
    ChrisFugl committed Aug 19, 2022
    Configuration menu
    Copy the full SHA
    2d3f2a4 View commit details
    Browse the repository at this point in the history
  10. Update src/transformers/models/layoutlmv3/modeling_tf_layoutlmv3.py

    Co-authored-by: amyeroberts <22614925+amyeroberts@users.noreply.github.com>
    ChrisFugl and amyeroberts committed Aug 19, 2022
    Configuration menu
    Copy the full SHA
    16bf1b1 View commit details
    Browse the repository at this point in the history
  11. Update src/transformers/models/layoutlmv3/modeling_tf_layoutlmv3.py

    Co-authored-by: amyeroberts <22614925+amyeroberts@users.noreply.github.com>
    ChrisFugl and amyeroberts committed Aug 19, 2022
    Configuration menu
    Copy the full SHA
    593a9e1 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    222f643 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    0ad9969 View commit details
    Browse the repository at this point in the history
  14. Update src/transformers/models/layoutlmv3/modeling_tf_layoutlmv3.py

    Co-authored-by: amyeroberts <22614925+amyeroberts@users.noreply.github.com>
    ChrisFugl and amyeroberts committed Aug 19, 2022
    Configuration menu
    Copy the full SHA
    6435f28 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    1b607ba View commit details
    Browse the repository at this point in the history
  16. Merge branch 'add_tf_layoutlmv3' of github.com:ChrisFugl/transformers…

    … into add_tf_layoutlmv3
    ChrisFugl committed Aug 19, 2022
    Configuration menu
    Copy the full SHA
    d18bdf8 View commit details
    Browse the repository at this point in the history
  17. Update src/transformers/models/layoutlmv3/modeling_tf_layoutlmv3.py

    Co-authored-by: amyeroberts <22614925+amyeroberts@users.noreply.github.com>
    ChrisFugl and amyeroberts committed Aug 19, 2022
    Configuration menu
    Copy the full SHA
    e36e7f2 View commit details
    Browse the repository at this point in the history
  18. Update src/transformers/models/layoutlmv3/modeling_tf_layoutlmv3.py

    Co-authored-by: amyeroberts <22614925+amyeroberts@users.noreply.github.com>
    ChrisFugl and amyeroberts committed Aug 19, 2022
    Configuration menu
    Copy the full SHA
    d637b99 View commit details
    Browse the repository at this point in the history
  19. Update tests/models/layoutlmv3/test_modeling_tf_layoutlmv3.py

    Co-authored-by: amyeroberts <22614925+amyeroberts@users.noreply.github.com>
    ChrisFugl and amyeroberts committed Aug 19, 2022
    Configuration menu
    Copy the full SHA
    a78ca4f View commit details
    Browse the repository at this point in the history
  20. Add return types

    ChrisFugl committed Aug 19, 2022
    Configuration menu
    Copy the full SHA
    5872ad7 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    53c7237 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    06b52fa View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2022

  1. Move get_int_dtype inline.

    ChrisFugl committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    adc56a5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    64bc4fa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    afacd00 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2022

  1. Configuration menu
    Copy the full SHA
    e45af6a View commit details
    Browse the repository at this point in the history
  2. Update src/transformers/models/layoutlmv3/modeling_tf_layoutlmv3.py

    Co-authored-by: Joao Gante <joaofranciscocardosogante@gmail.com>
    ChrisFugl and gante committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    bf328fd View commit details
    Browse the repository at this point in the history
  3. Merge branch 'add_tf_layoutlmv3' of github.com:ChrisFugl/transformers…

    … into add_tf_layoutlmv3
    ChrisFugl committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    be2881f View commit details
    Browse the repository at this point in the history
  4. Add extended docstring

    ChrisFugl committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    937b4be View commit details
    Browse the repository at this point in the history
  5. Use integer division

    ChrisFugl committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    41c5231 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e24035f View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2022

  1. embedding layers

    ChrisFugl committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    f0c8fea View commit details
    Browse the repository at this point in the history
  2. pretrained model superclass

    ChrisFugl committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    0a6602e View commit details
    Browse the repository at this point in the history
  3. self-attention layer

    ChrisFugl committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    c771190 View commit details
    Browse the repository at this point in the history
  4. self-output layer

    ChrisFugl committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    4859c82 View commit details
    Browse the repository at this point in the history
  5. attention layer

    ChrisFugl committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    9f3de75 View commit details
    Browse the repository at this point in the history
  6. intermediate layer

    ChrisFugl committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    cda7e40 View commit details
    Browse the repository at this point in the history
  7. output layer

    ChrisFugl committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    faa6bc0 View commit details
    Browse the repository at this point in the history
  8. "encoder layer" layer

    ChrisFugl committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    d6e2f70 View commit details
    Browse the repository at this point in the history
  9. add encoder

    ChrisFugl committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    a4de6f1 View commit details
    Browse the repository at this point in the history
  10. add main layer

    ChrisFugl committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    fae22b0 View commit details
    Browse the repository at this point in the history
  11. add model

    ChrisFugl committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    5dd6f3e View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    ae1f7c9 View commit details
    Browse the repository at this point in the history
  13. add contributors githubs

    ChrisFugl committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    f446021 View commit details
    Browse the repository at this point in the history
  14. TensorFlow documentation

    ChrisFugl committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    ad40748 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    3d5a049 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    a7b0d8d View commit details
    Browse the repository at this point in the history
  17. TFLayoutLMv3ForQuestionAnswering

    lre authored and ChrisFugl committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    23df6c7 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    3539f39 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    0244259 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    0947c32 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    07536ed View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    860c4f0 View commit details
    Browse the repository at this point in the history
  23. auto styling

    ChrisFugl committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    e24c32d View commit details
    Browse the repository at this point in the history
  24. fix-copies

    ChrisFugl committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    a7aa12b View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    f896881 View commit details
    Browse the repository at this point in the history
  26. Fix typo: "V3" --> "v3"

    ChrisFugl committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    8775c63 View commit details
    Browse the repository at this point in the history
  27. Add skeleton for tests

    ChrisFugl committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    a86291a View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    a8377eb View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    5da4229 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    e15a2ad View commit details
    Browse the repository at this point in the history
  31. Add integration test

    ChrisFugl committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    1a0c359 View commit details
    Browse the repository at this point in the history
  32. make style

    ChrisFugl committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    d1ab7ae View commit details
    Browse the repository at this point in the history
  33. make quality

    ChrisFugl committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    b3c0889 View commit details
    Browse the repository at this point in the history
  34. Check init consistency

    ChrisFugl committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    75cc112 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    4a0675e View commit details
    Browse the repository at this point in the history
  36. Update src/transformers/models/layoutlmv3/modeling_tf_layoutlmv3.py

    Co-authored-by: amyeroberts <22614925+amyeroberts@users.noreply.github.com>
    ChrisFugl and amyeroberts committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    f9a49cd View commit details
    Browse the repository at this point in the history
  37. Update src/transformers/models/layoutlmv3/modeling_tf_layoutlmv3.py

    Co-authored-by: amyeroberts <22614925+amyeroberts@users.noreply.github.com>
    ChrisFugl and amyeroberts committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    abe5c35 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    88a53da View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    efae185 View commit details
    Browse the repository at this point in the history
  40. Update src/transformers/models/layoutlmv3/modeling_tf_layoutlmv3.py

    Co-authored-by: amyeroberts <22614925+amyeroberts@users.noreply.github.com>
    ChrisFugl and amyeroberts committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    88b0803 View commit details
    Browse the repository at this point in the history
  41. Update src/transformers/models/layoutlmv3/modeling_tf_layoutlmv3.py

    Co-authored-by: amyeroberts <22614925+amyeroberts@users.noreply.github.com>
    ChrisFugl and amyeroberts committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    91d1f15 View commit details
    Browse the repository at this point in the history
  42. Update src/transformers/models/layoutlmv3/modeling_tf_layoutlmv3.py

    Co-authored-by: amyeroberts <22614925+amyeroberts@users.noreply.github.com>
    ChrisFugl and amyeroberts committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    d29bbfd View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    5b75ad8 View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    624c066 View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    64bc29c View commit details
    Browse the repository at this point in the history
  46. Update src/transformers/models/layoutlmv3/modeling_tf_layoutlmv3.py

    Co-authored-by: amyeroberts <22614925+amyeroberts@users.noreply.github.com>
    ChrisFugl and amyeroberts committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    3f053c8 View commit details
    Browse the repository at this point in the history
  47. Update src/transformers/models/layoutlmv3/modeling_tf_layoutlmv3.py

    Co-authored-by: amyeroberts <22614925+amyeroberts@users.noreply.github.com>
    ChrisFugl and amyeroberts committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    287a3f9 View commit details
    Browse the repository at this point in the history
  48. Update src/transformers/models/layoutlmv3/modeling_tf_layoutlmv3.py

    Co-authored-by: amyeroberts <22614925+amyeroberts@users.noreply.github.com>
    ChrisFugl and amyeroberts committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    f912900 View commit details
    Browse the repository at this point in the history
  49. Update src/transformers/models/layoutlmv3/modeling_tf_layoutlmv3.py

    Co-authored-by: amyeroberts <22614925+amyeroberts@users.noreply.github.com>
    ChrisFugl and amyeroberts committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    3dec3ac View commit details
    Browse the repository at this point in the history
  50. Update src/transformers/models/layoutlmv3/modeling_tf_layoutlmv3.py

    Co-authored-by: amyeroberts <22614925+amyeroberts@users.noreply.github.com>
    ChrisFugl and amyeroberts committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    91f2409 View commit details
    Browse the repository at this point in the history
  51. Update tests/models/layoutlmv3/test_modeling_tf_layoutlmv3.py

    Co-authored-by: amyeroberts <22614925+amyeroberts@users.noreply.github.com>
    ChrisFugl and amyeroberts committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    a0717af View commit details
    Browse the repository at this point in the history
  52. Add return types

    ChrisFugl committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    cdb4cdc View commit details
    Browse the repository at this point in the history
  53. Configuration menu
    Copy the full SHA
    3ae8a14 View commit details
    Browse the repository at this point in the history
  54. Configuration menu
    Copy the full SHA
    eb23244 View commit details
    Browse the repository at this point in the history
  55. Move get_int_dtype inline.

    ChrisFugl committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    3022ee7 View commit details
    Browse the repository at this point in the history
  56. Configuration menu
    Copy the full SHA
    0e242fe View commit details
    Browse the repository at this point in the history
  57. Update src/transformers/models/layoutlmv3/modeling_tf_layoutlmv3.py

    Co-authored-by: Joao Gante <joaofranciscocardosogante@gmail.com>
    ChrisFugl and gante committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    0384eeb View commit details
    Browse the repository at this point in the history
  58. Add extended docstring

    ChrisFugl committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    1a1eace View commit details
    Browse the repository at this point in the history
  59. Use integer division

    ChrisFugl committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    eca932e View commit details
    Browse the repository at this point in the history
  60. Configuration menu
    Copy the full SHA
    79ac465 View commit details
    Browse the repository at this point in the history
  61. Configuration menu
    Copy the full SHA
    cecd6f4 View commit details
    Browse the repository at this point in the history
  62. Merge branch 'add_tf_layoutlmv3' of github.com:ChrisFugl/transformers…

    … into add_tf_layoutlmv3
    ChrisFugl committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    2fff986 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2022

  1. Configuration menu
    Copy the full SHA
    3d2fc5a View commit details
    Browse the repository at this point in the history
  2. fix-copies

    ChrisFugl committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    73328c4 View commit details
    Browse the repository at this point in the history
  3. Update src/transformers/models/layoutlmv3/modeling_tf_layoutlmv3.py

    Co-authored-by: amyeroberts <22614925+amyeroberts@users.noreply.github.com>
    ChrisFugl and amyeroberts committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    e954136 View commit details
    Browse the repository at this point in the history
  4. Add pixel_values type hint

    ChrisFugl committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    366ed22 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4e68953 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2022

  1. Remove whitespace

    ChrisFugl committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    b2aa40b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c333020 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2022

  1. embedding layers

    ChrisFugl committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    25f9149 View commit details
    Browse the repository at this point in the history
  2. pretrained model superclass

    ChrisFugl committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    ce15146 View commit details
    Browse the repository at this point in the history
  3. self-attention layer

    ChrisFugl committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    d1ddb6d View commit details
    Browse the repository at this point in the history
  4. self-output layer

    ChrisFugl committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    a69d345 View commit details
    Browse the repository at this point in the history
  5. attention layer

    ChrisFugl committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    8c44eb1 View commit details
    Browse the repository at this point in the history
  6. intermediate layer

    ChrisFugl committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    43f58cc View commit details
    Browse the repository at this point in the history
  7. output layer

    ChrisFugl committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    8999d2a View commit details
    Browse the repository at this point in the history
  8. "encoder layer" layer

    ChrisFugl committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    c78a577 View commit details
    Browse the repository at this point in the history
  9. add encoder

    ChrisFugl committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    9431117 View commit details
    Browse the repository at this point in the history
  10. add main layer

    ChrisFugl committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    e2763e5 View commit details
    Browse the repository at this point in the history
  11. add model

    ChrisFugl committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    f9a6808 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    e2941fe View commit details
    Browse the repository at this point in the history
  13. add contributors githubs

    ChrisFugl committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    73fef45 View commit details
    Browse the repository at this point in the history
  14. TensorFlow documentation

    ChrisFugl committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    b97e52d View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    833c367 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    a111290 View commit details
    Browse the repository at this point in the history
  17. TFLayoutLMv3ForQuestionAnswering

    lre authored and ChrisFugl committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    5f25a33 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    12896c5 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    97a9e58 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    b770bab View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    d289bd7 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    c962fdc View commit details
    Browse the repository at this point in the history
  23. auto styling

    ChrisFugl committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    620aa36 View commit details
    Browse the repository at this point in the history
  24. fix-copies

    ChrisFugl committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    1cd30e5 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    936ae4d View commit details
    Browse the repository at this point in the history
  26. Fix typo: "V3" --> "v3"

    ChrisFugl committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    e12ec2e View commit details
    Browse the repository at this point in the history
  27. Add skeleton for tests

    ChrisFugl committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    05291b7 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    c32aca9 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    cf418ac View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    37b9bd2 View commit details
    Browse the repository at this point in the history
  31. Add integration test

    ChrisFugl committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    2c85e12 View commit details
    Browse the repository at this point in the history
  32. make style

    ChrisFugl committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    9a41cb3 View commit details
    Browse the repository at this point in the history
  33. make quality

    ChrisFugl committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    b60107e View commit details
    Browse the repository at this point in the history
  34. Check init consistency

    ChrisFugl committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    4bcb2b5 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    62c63b5 View commit details
    Browse the repository at this point in the history
  36. Update src/transformers/models/layoutlmv3/modeling_tf_layoutlmv3.py

    Co-authored-by: amyeroberts <22614925+amyeroberts@users.noreply.github.com>
    ChrisFugl and amyeroberts committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    68ff217 View commit details
    Browse the repository at this point in the history
  37. Update src/transformers/models/layoutlmv3/modeling_tf_layoutlmv3.py

    Co-authored-by: amyeroberts <22614925+amyeroberts@users.noreply.github.com>
    ChrisFugl and amyeroberts committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    84afb39 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    087ed90 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    137dc00 View commit details
    Browse the repository at this point in the history
  40. Update src/transformers/models/layoutlmv3/modeling_tf_layoutlmv3.py

    Co-authored-by: amyeroberts <22614925+amyeroberts@users.noreply.github.com>
    ChrisFugl and amyeroberts committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    1c3f566 View commit details
    Browse the repository at this point in the history
  41. Update src/transformers/models/layoutlmv3/modeling_tf_layoutlmv3.py

    Co-authored-by: amyeroberts <22614925+amyeroberts@users.noreply.github.com>
    ChrisFugl and amyeroberts committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    8ae53bc View commit details
    Browse the repository at this point in the history
  42. Update src/transformers/models/layoutlmv3/modeling_tf_layoutlmv3.py

    Co-authored-by: amyeroberts <22614925+amyeroberts@users.noreply.github.com>
    ChrisFugl and amyeroberts committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    9aa840c View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    c552df7 View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    c1b6c52 View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    997c140 View commit details
    Browse the repository at this point in the history
  46. Update src/transformers/models/layoutlmv3/modeling_tf_layoutlmv3.py

    Co-authored-by: amyeroberts <22614925+amyeroberts@users.noreply.github.com>
    ChrisFugl and amyeroberts committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    c671622 View commit details
    Browse the repository at this point in the history
  47. Update src/transformers/models/layoutlmv3/modeling_tf_layoutlmv3.py

    Co-authored-by: amyeroberts <22614925+amyeroberts@users.noreply.github.com>
    ChrisFugl and amyeroberts committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    7ea260f View commit details
    Browse the repository at this point in the history
  48. Update src/transformers/models/layoutlmv3/modeling_tf_layoutlmv3.py

    Co-authored-by: amyeroberts <22614925+amyeroberts@users.noreply.github.com>
    ChrisFugl and amyeroberts committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    a694cfa View commit details
    Browse the repository at this point in the history
  49. Update src/transformers/models/layoutlmv3/modeling_tf_layoutlmv3.py

    Co-authored-by: amyeroberts <22614925+amyeroberts@users.noreply.github.com>
    ChrisFugl and amyeroberts committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    d0e4e15 View commit details
    Browse the repository at this point in the history
  50. Update src/transformers/models/layoutlmv3/modeling_tf_layoutlmv3.py

    Co-authored-by: amyeroberts <22614925+amyeroberts@users.noreply.github.com>
    ChrisFugl and amyeroberts committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    ebdbf0b View commit details
    Browse the repository at this point in the history
  51. Update tests/models/layoutlmv3/test_modeling_tf_layoutlmv3.py

    Co-authored-by: amyeroberts <22614925+amyeroberts@users.noreply.github.com>
    ChrisFugl and amyeroberts committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    f41661c View commit details
    Browse the repository at this point in the history
  52. Add return types

    ChrisFugl committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    2b05471 View commit details
    Browse the repository at this point in the history
  53. Configuration menu
    Copy the full SHA
    a57c317 View commit details
    Browse the repository at this point in the history
  54. Configuration menu
    Copy the full SHA
    9a53d24 View commit details
    Browse the repository at this point in the history
  55. Move get_int_dtype inline.

    ChrisFugl committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    3aab21b View commit details
    Browse the repository at this point in the history
  56. Configuration menu
    Copy the full SHA
    9d07f17 View commit details
    Browse the repository at this point in the history
  57. Update src/transformers/models/layoutlmv3/modeling_tf_layoutlmv3.py

    Co-authored-by: Joao Gante <joaofranciscocardosogante@gmail.com>
    ChrisFugl and gante committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    239120e View commit details
    Browse the repository at this point in the history
  58. Add extended docstring

    ChrisFugl committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    1168538 View commit details
    Browse the repository at this point in the history
  59. Use integer division

    ChrisFugl committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    36f623a View commit details
    Browse the repository at this point in the history
  60. Configuration menu
    Copy the full SHA
    82e6254 View commit details
    Browse the repository at this point in the history
  61. Configuration menu
    Copy the full SHA
    02033d6 View commit details
    Browse the repository at this point in the history
  62. embedding layers

    ChrisFugl committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    83cadb0 View commit details
    Browse the repository at this point in the history
  63. pretrained model superclass

    ChrisFugl committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    f842ae3 View commit details
    Browse the repository at this point in the history
  64. self-attention layer

    ChrisFugl committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    268007c View commit details
    Browse the repository at this point in the history
  65. self-output layer

    ChrisFugl committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    69a1c72 View commit details
    Browse the repository at this point in the history
  66. attention layer

    ChrisFugl committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    5d660c7 View commit details
    Browse the repository at this point in the history
  67. intermediate layer

    ChrisFugl committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    28af6c9 View commit details
    Browse the repository at this point in the history
  68. output layer

    ChrisFugl committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    47f4d16 View commit details
    Browse the repository at this point in the history
  69. "encoder layer" layer

    ChrisFugl committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    5725a5f View commit details
    Browse the repository at this point in the history
  70. add encoder

    ChrisFugl committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    4e51eb0 View commit details
    Browse the repository at this point in the history
  71. add main layer

    ChrisFugl committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    1bc193e View commit details
    Browse the repository at this point in the history
  72. add model

    ChrisFugl committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    a52eeb1 View commit details
    Browse the repository at this point in the history
  73. Configuration menu
    Copy the full SHA
    f317bb7 View commit details
    Browse the repository at this point in the history
  74. TFLayoutLMv3ForQuestionAnswering

    lre authored and ChrisFugl committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    1bce29e View commit details
    Browse the repository at this point in the history
  75. Configuration menu
    Copy the full SHA
    08344bd View commit details
    Browse the repository at this point in the history
  76. Configuration menu
    Copy the full SHA
    df801b1 View commit details
    Browse the repository at this point in the history
  77. Configuration menu
    Copy the full SHA
    1cea016 View commit details
    Browse the repository at this point in the history
  78. Configuration menu
    Copy the full SHA
    92ca018 View commit details
    Browse the repository at this point in the history
  79. auto styling

    ChrisFugl committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    31abb7c View commit details
    Browse the repository at this point in the history
  80. fix-copies

    ChrisFugl committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    591ee5b View commit details
    Browse the repository at this point in the history
  81. Configuration menu
    Copy the full SHA
    90d439c View commit details
    Browse the repository at this point in the history
  82. Fix typo: "V3" --> "v3"

    ChrisFugl committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    f243b2d View commit details
    Browse the repository at this point in the history
  83. Add skeleton for tests

    ChrisFugl committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    62d0c20 View commit details
    Browse the repository at this point in the history
  84. Configuration menu
    Copy the full SHA
    604a351 View commit details
    Browse the repository at this point in the history
  85. Configuration menu
    Copy the full SHA
    8a65256 View commit details
    Browse the repository at this point in the history
  86. Add integration test

    ChrisFugl committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    74a78ec View commit details
    Browse the repository at this point in the history
  87. make style

    ChrisFugl committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    c3af32c View commit details
    Browse the repository at this point in the history
  88. make quality

    ChrisFugl committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    a9f8a19 View commit details
    Browse the repository at this point in the history
  89. Check init consistency

    ChrisFugl committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    834838f View commit details
    Browse the repository at this point in the history
  90. Update src/transformers/models/layoutlmv3/modeling_tf_layoutlmv3.py

    Co-authored-by: amyeroberts <22614925+amyeroberts@users.noreply.github.com>
    ChrisFugl and amyeroberts committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    c2be8f4 View commit details
    Browse the repository at this point in the history
  91. Update src/transformers/models/layoutlmv3/modeling_tf_layoutlmv3.py

    Co-authored-by: amyeroberts <22614925+amyeroberts@users.noreply.github.com>
    ChrisFugl and amyeroberts committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    97644ff View commit details
    Browse the repository at this point in the history
  92. Configuration menu
    Copy the full SHA
    b52783d View commit details
    Browse the repository at this point in the history
  93. Configuration menu
    Copy the full SHA
    8963114 View commit details
    Browse the repository at this point in the history
  94. Update src/transformers/models/layoutlmv3/modeling_tf_layoutlmv3.py

    Co-authored-by: amyeroberts <22614925+amyeroberts@users.noreply.github.com>
    ChrisFugl and amyeroberts committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    7a718dc View commit details
    Browse the repository at this point in the history
  95. Update src/transformers/models/layoutlmv3/modeling_tf_layoutlmv3.py

    Co-authored-by: amyeroberts <22614925+amyeroberts@users.noreply.github.com>
    ChrisFugl and amyeroberts committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    03f6cd7 View commit details
    Browse the repository at this point in the history
  96. Update src/transformers/models/layoutlmv3/modeling_tf_layoutlmv3.py

    Co-authored-by: amyeroberts <22614925+amyeroberts@users.noreply.github.com>
    ChrisFugl and amyeroberts committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    bf42ec1 View commit details
    Browse the repository at this point in the history
  97. Configuration menu
    Copy the full SHA
    45ef827 View commit details
    Browse the repository at this point in the history
  98. Configuration menu
    Copy the full SHA
    a445684 View commit details
    Browse the repository at this point in the history
  99. Configuration menu
    Copy the full SHA
    f47be23 View commit details
    Browse the repository at this point in the history
  100. Update src/transformers/models/layoutlmv3/modeling_tf_layoutlmv3.py

    Co-authored-by: amyeroberts <22614925+amyeroberts@users.noreply.github.com>
    ChrisFugl and amyeroberts committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    ac195d0 View commit details
    Browse the repository at this point in the history
  101. Update src/transformers/models/layoutlmv3/modeling_tf_layoutlmv3.py

    Co-authored-by: amyeroberts <22614925+amyeroberts@users.noreply.github.com>
    ChrisFugl and amyeroberts committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    d90c194 View commit details
    Browse the repository at this point in the history
  102. Update src/transformers/models/layoutlmv3/modeling_tf_layoutlmv3.py

    Co-authored-by: amyeroberts <22614925+amyeroberts@users.noreply.github.com>
    ChrisFugl and amyeroberts committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    040d842 View commit details
    Browse the repository at this point in the history
  103. Update src/transformers/models/layoutlmv3/modeling_tf_layoutlmv3.py

    Co-authored-by: amyeroberts <22614925+amyeroberts@users.noreply.github.com>
    ChrisFugl and amyeroberts committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    1655bb3 View commit details
    Browse the repository at this point in the history
  104. Update src/transformers/models/layoutlmv3/modeling_tf_layoutlmv3.py

    Co-authored-by: amyeroberts <22614925+amyeroberts@users.noreply.github.com>
    ChrisFugl and amyeroberts committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    1153f05 View commit details
    Browse the repository at this point in the history
  105. Update tests/models/layoutlmv3/test_modeling_tf_layoutlmv3.py

    Co-authored-by: amyeroberts <22614925+amyeroberts@users.noreply.github.com>
    ChrisFugl and amyeroberts committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    7c2bfa5 View commit details
    Browse the repository at this point in the history
  106. Add return types

    ChrisFugl committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    dceb341 View commit details
    Browse the repository at this point in the history
  107. Configuration menu
    Copy the full SHA
    fff0e9f View commit details
    Browse the repository at this point in the history
  108. Configuration menu
    Copy the full SHA
    ff3ec9b View commit details
    Browse the repository at this point in the history
  109. Move get_int_dtype inline.

    ChrisFugl committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    963ace9 View commit details
    Browse the repository at this point in the history
  110. Configuration menu
    Copy the full SHA
    1c17b1b View commit details
    Browse the repository at this point in the history
  111. Update src/transformers/models/layoutlmv3/modeling_tf_layoutlmv3.py

    Co-authored-by: Joao Gante <joaofranciscocardosogante@gmail.com>
    ChrisFugl and gante committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    e96369d View commit details
    Browse the repository at this point in the history
  112. Add extended docstring

    ChrisFugl committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    9d7e2e9 View commit details
    Browse the repository at this point in the history
  113. Use integer division

    ChrisFugl committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    8a82be8 View commit details
    Browse the repository at this point in the history
  114. Configuration menu
    Copy the full SHA
    05467db View commit details
    Browse the repository at this point in the history
  115. Configuration menu
    Copy the full SHA
    d6724dd View commit details
    Browse the repository at this point in the history
  116. fix-copies

    ChrisFugl committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    f648a49 View commit details
    Browse the repository at this point in the history
  117. Update src/transformers/models/layoutlmv3/modeling_tf_layoutlmv3.py

    Co-authored-by: amyeroberts <22614925+amyeroberts@users.noreply.github.com>
    ChrisFugl and amyeroberts committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    baa75df View commit details
    Browse the repository at this point in the history
  118. Add pixel_values type hint

    ChrisFugl committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    da7953a View commit details
    Browse the repository at this point in the history
  119. Remove whitespace

    ChrisFugl committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    69a8b79 View commit details
    Browse the repository at this point in the history
  120. Configuration menu
    Copy the full SHA
    fe145b6 View commit details
    Browse the repository at this point in the history
  121. Merge branch 'add_tf_layoutlmv3' of github.com:ChrisFugl/transformers…

    … into add_tf_layoutlmv3
    ChrisFugl committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    4ac174a View commit details
    Browse the repository at this point in the history